I'm using IIS 6.0. Lets say I have a share in the Inetpub directory called \\webserver\page. When I browse to it I see the files in that directory. How do I get it to display as a web page
You have to use http to get any webserver to do that. The way ou are going to it dosent request anything from the server. try going to http://server/share.
I read somewhere that IIS 6.0 does not like the index.html being the start page (even thought it allows you to set it in the website properties). The suggestion is to set your page as default.html instead.
In your site properties, make sure your home directory is correct and under documents add your default page to the top of the list and see if that does the trick.
Strange. Although, a friend who uses IIS recently had an issue with his where the IUSER_WEB account no longer had permission to access to the default page after a patch was installed. Wonder if yours is the same issue.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.