TomGibbons
Aug 18th, 2004, 03:37 AM
I'm on WinXP Pro so I've IIS 5. I install IIS and ASP.NET 1.1 and all works fine. VS connects to the server fine and all that. But whenever I restart and load up VS, it tells me that it can't connect to the server, or Internet Server Error or something (can't remember the exact wording). The pages aren't showing up either, I just get:
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.
The error log says:
aspnet_wp.exe could not be started. The error code for the failure is 80070545. 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.
So, other than reinstalling IIS and ASP.NET each time (which does work, but is somewhat of a pain) does anyone have any ideas? There some patches on the Microsoft site for ASP.NET 1.0, but not 1.1 :(
Thanks :)
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.
The error log says:
aspnet_wp.exe could not be started. The error code for the failure is 80070545. 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.
So, other than reinstalling IIS and ASP.NET each time (which does work, but is somewhat of a pain) does anyone have any ideas? There some patches on the Microsoft site for ASP.NET 1.0, but not 1.1 :(
Thanks :)