Michael ... Here is where I am at the preset time
I am using an XP Professional and VS Net 2003
I went to my IE Options (Tools>Interner Options>Advanced tab) Deselected "Show friendly HTTP error messages".
When starting an existing application, I still get the following message
(1
The web server reported the following error when attempting to create o
open the Web project at the following URL
'
http://localhost/Softcost'.'HTTP/1.1 500 Internal Server Error.
If I click ok, the project will open up and everything appears to be ok
If I then try to run the following error is issued
(2
Error while trying to run project: Unable to start debugging on the Web server. Server side-error occurred on sending debug HTTP request.
Make sure the server is operating correctly. Verify there are no sybtax errors in web.config by doing a Debug. Start without Debugging. You may also want to refer to the ASP.NET and ATL server debugging topic in the online documentation
If I try to create a new project I get error message (1). If I click on OK I get an empty solution explorer
I was told it was a IIS setting. Affects VS NET 2003, but not VS NET 2002 and to do the following to correct
In the IIS console right-click the default web site, select Properties, then go to the Home Directory Tab. On that tab go to the Application Settings panel
There is an application name box that is blanked out and a button that says 'create'
Click on the create button and it will convert to saying 'remove' and the application name box fills in with 'default application'
Leave IIS and everything should work ..... It does not
I also have VS NET 2002 and when I try to create an ASP.NET application using 2002. I have the follwoing problem when I try to create and execute. Creating seems like no problem. When I try to execute I get message (2) above. By turing off debug I get the following message
(3
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
I went to the event viewer and here was what it said
aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account
I think I need to reinstall one or all of the following
1) ASP.NE
2) II
3) VS NET
I had no problems with ASP.NET till I install the 2003 Upgrade. I may go back to 200
Any thoughts???????