Help on iis6/was5/Windows 2003/Domino 6.5.1

Hi all,I’m testing above config on a test server.

I had successfully made iis5/was4/win2k/domino 6.0.3 working on another server before, so I assume I have experience on it.

But this test server drove me crazy last night.

I have the websphere plug in up and running, Domion http runs on 9080 port and I can access from the browser, the notes.ini setting are correct. But it seems the iis never route the nsf requests to the Domono server. I get the following error everytime I try to access http://servername.com/homepage.nsf

(the root folder of the iis server setting is Domino data)

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

My plugin-cfg.xml file attached.

  <Server Name="default_server">      

     <!-- The transport defines the hostname and port value that the web server

          plugin will use to communicate with the application server. --> 

    <Transport Hostname="Localhost" Port="9080" Protocol="http"/>

  </Server>
  <VirtualHost Name="*:*"/>
  <Uri Name="/*.nsf*"/>

  <Uri Name="/domjava/*"/>

  <Uri Name="/icons/*"/>

  <Uri Name="/servlet/*"/>

  <Uri Name="/webapp/examples/*"/>

  <Uri Name="*.jsp"/>

  <Uri Name="*.jsv"/>

  <Uri Name="*.jsw"/>

  <Uri Name="/ErrorReporter"/>

  <Uri Name="/j_security_check"/>

  <Uri Name="/tradetheme/*"/>

  <Uri Name="/theme/*"/>

  <Uri Name="/WebSphereSamples/*"/>

  <Uri Name="/estore/*"/>

Any idea???

ThX!!!