T
TimR
I am trying to create my first Web application in VS2005 and am pulling
my hair out!!!!
I cannot seem to get aspx pages to work from a locally installed copy
of IIS.
I am getting a ServerApplication Error and after reading a zillion
posts, I have tried the following:
I am running Win XP Pro SP2 with all current patches installed.
I turned off "friendly messages".
I uninstalled / reinstalled IIS
I deleted the ASPNET account "net user ASPNET /delete"
I re-registered asp.net "aspnet_regiis /i"
I open a browser and enter "http://localhost/iishelp"
The browser changes the address bar to:
"http://localhost/iishelp/iis/misc/default.asp"
so it appears that IIS is getting invoked.
I still get the message....
I have tried the same thing with 127.0.0.1 instead of localhost with
the same results.
I tried turning off my firewall, same result.
When I look in the system log I see no specific messages
The specific text from the error page is:
Server Application Error
The server has encountered an error while loading an application during
the processing of your request.
Please refer to the event log for more detail information. Please
contact the server administrator for
assistance.
I tried creating a WebPage using VS2005 that simply has a single label
"Hello World", and when I run it
from within VS or enter the url "http://localhost/WebSite/default.aspx"
directly into a browser, I get the
same message.
I created a simple html page and displayed it with
"http://localhost/WebSite/htmlpage.htm" and it works
fine.
Any ideas?
my hair out!!!!
I cannot seem to get aspx pages to work from a locally installed copy
of IIS.
I am getting a ServerApplication Error and after reading a zillion
posts, I have tried the following:
I am running Win XP Pro SP2 with all current patches installed.
I turned off "friendly messages".
I uninstalled / reinstalled IIS
I deleted the ASPNET account "net user ASPNET /delete"
I re-registered asp.net "aspnet_regiis /i"
I open a browser and enter "http://localhost/iishelp"
The browser changes the address bar to:
"http://localhost/iishelp/iis/misc/default.asp"
so it appears that IIS is getting invoked.
I still get the message....
I have tried the same thing with 127.0.0.1 instead of localhost with
the same results.
I tried turning off my firewall, same result.
When I look in the system log I see no specific messages
The specific text from the error page is:
Server Application Error
The server has encountered an error while loading an application during
the processing of your request.
Please refer to the event log for more detail information. Please
contact the server administrator for
assistance.
I tried creating a WebPage using VS2005 that simply has a single label
"Hello World", and when I run it
from within VS or enter the url "http://localhost/WebSite/default.aspx"
directly into a browser, I get the
same message.
I created a simple html page and displayed it with
"http://localhost/WebSite/htmlpage.htm" and it works
fine.
Any ideas?