Using Visual Studio Team Suite 2008 I have created a web application named 'WebApplication4'.
.NET version: 3.5, OS: Windows XP, I have admin rights on the machine
In the default.aspx I have just added a button control. When I try to run this I get a error message.
Things I have already tried but failed:
1. Disabled Indexing Service
2. Access rights to .NET Temporary Folder
The error message is as follows:
Server Error in '/' Application.
Could not load file or assembly 'WebApplication4' or one of its dependencies. Access is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Syste ...
Go to the complete details ...