regarding logging page(error in web.config)
-
can any one able to help me plz, it shows error in web.configfile, when i run project , it says unable to start debugging on web server,access is denied. then i run start without debuging. it shows an error in web.config 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: Unrecognized tag 'Forms' in the config file Source Error: Line 37: --> Line 38: Line 39: Line 40: Line 41: Source File: c:\inetpub\wwwroot\internetdbmailsystem\web.config Line: 39 this is my config file
-
can any one able to help me plz, it shows error in web.configfile, when i run project , it says unable to start debugging on web server,access is denied. then i run start without debuging. it shows an error in web.config 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: Unrecognized tag 'Forms' in the config file Source Error: Line 37: --> Line 38: Line 39: Line 40: Line 41: Source File: c:\inetpub\wwwroot\internetdbmailsystem\web.config Line: 39 this is my config file
for this error 'unable to start debugging on web server,access is denied' see whether ur name is the part of the debuggers users in the iis. and one more thing the debug = true option should be set in the web.config file. the tag is not recognized by the envt. for this error ' u set this code n check out