please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off"
RSS
please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off"
When you create one web application. The configuration file named "web,config" will be geberated automatically.
The customerror element provides information about custom error messages for an ASP.NET application. You can configure it in the web.config file as demonstrate below:
anugeorge09
Member
2 Points
126 Posts
please create a <customErrors> tag within a "web.config" configuration file located in the root d...
Jul 31, 2012 03:46 AM|LINK
please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off"
How to do this
Primillo
Star
8725 Points
1678 Posts
Re: please create a <customErrors> tag within a "web.config" configuration file located in the ro...
Jul 31, 2012 04:00 AM|LINK
Hi
<?xml version="1.0"?> <configuration> <connectionStrings> </connectionStrings> <appSettings> <add key="Base" value="http://localhost:4498/website1" /> </appSettings> <system.web> <customErrors mode="Off"/>Primillo
http://www.facebook.com/programandopuntonet
Mamba Dai - ...
All-Star
23531 Points
2683 Posts
Microsoft
Re: please create a <customErrors> tag within a "web.config" configuration file located in the ro...
Aug 06, 2012 09:57 AM|LINK
Hi,
When you create one web application. The configuration file named "web,config" will be geberated automatically.
The customerror element provides information about custom error messages for an ASP.NET application. You can configure it in the web.config file as demonstrate below:
http://msdn.microsoft.com/en-us/library/h0hfz6fc(v=vs.100).aspx
Feedback to us
Develop and promote your apps in Windows Store