On Sep 10, 11:35*am, Mandar <mandarpkulka...@gmail.comwrote:
Quote:
Quote:
Quote:
>You could try to reproduce the error inside IE.
>
@G.S. - In IE I get the following -
>
<snip>
More information
>
This problem can be caused by a variety of issues, including:
>
Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the
website's
domain.
If this is an HTTPS (secure) address, click tools, click Internet
Options, click Advanced, and check to be sure the SSL and TLS
protocols are enabled under the security section.
</snip>
>
But I dont think any of this holds true for me.
>
Quote:
Quote:
>running a web-site as "local system" seems very, very dangerous...
>
@Marc - I am writing an installer where I need to create a web site
and provide user with possible identity options as - Local System and
User Configurable. Thats not my issue here.
>
The fact that I can make the website working by just recreating the
application under the website leads me to believe that I have done
something wrong in my code or something is missing that should be
there. Any pointers?
>
Thanks,
Mandar
Mandar, if the IE snipped is all you get, then that's probably HTTP
404 "Not found" response which may indicate that your request (URL)
was not correct or the server refused to serve it w/o providing
details. This was not the response I was expecting when permissions
are the issue, but I may be wrong.
I would definitely try to confirm the exact HTTP response code/error
you're getting back with that "Page Cannot be Displayed"
I would also try to make the website work as a stand-alone website
before going back and debugging from within your code.
Setting up IIS logging for that website may be helpful as well.
There's lots of resources on IIS logging - here's one you can start
with:
How to configure Web site logging in Windows Server 2003
http://support.microsoft.com/kb/324279