I am trying to modify a web based system already implemented on a server. The url of the system ends with .aspx and the code mainly consists of csharp files and I use MS visual studio 2005 for debugging. I changed a line of the csharp files and then tried to access the web based system but I got the following error.
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: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 13: during development. Line 14: --> Line 15: <sessionState timeout="60" /> I guess I need to modify the server setting but since I am new I do not know how. Thanks a lot +Sara
