I have ASP.net 1.1 running side by side with v 2.0.50727. ASP.net 1.1 pages run fine, but when I try to access a v2 page i get this error:
------------
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.
--------------------
If I look in the event viewer application log, there are two errors:
aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.
and
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've uninstalled and re-installed v2, run asp_regiis.exe -i, asp_regiis.exe -i -enable, checked permissions, pretty much everything I can think of and have come across so far in searching the forums. I'm hoping someone has some idea of what's going on here and can help me out with this, 'cause so far nada. Thanks in advance!