AllendeL4S
Perch
Hi friends
I'm running a classic asp application in my VPS with no problem at all. Now I want to include another module developed in ASP.NET. This new module is under a subdirectory.
The first issue I had was because that sub-dir was not setup as an application. I fixed that and now I'm getting the following error:
In the event log I have this:
Any idea of what is happening?...If you need something more to clarify the issue, please let me know.
Thanks
I'm running a classic asp application in my VPS with no problem at all. Now I want to include another module developed in ASP.NET. This new module is under a subdirectory.
The first issue I had was because that sub-dir was not setup as an application. I fixed that and now I'm getting the following error:
Code:
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.
In the event log I have this:
Code:
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Access is denied.
Any idea of what is happening?...If you need something more to clarify the issue, please let me know.
Thanks