I am a fairly rudimentary user of .NET. I am trying your product and have put all files and directories in their proper folders.
I get the following error page when I try to access my web application:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Execution permission cannot be acquired.
Source Error:
Line 170: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 171: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 172: <add assembly="*"/>
Line 173: </assemblies>
Line 174:
|
Source File: c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config Line: 172
Version Information: Microsoft .NET Framework Version:1.0.3705.6018; ASP.NET Version:1.0.3705.6018
Any help would be greatly appreciated.
Richard