Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Tuesday, May 6, 2008

How will you set the debug mode in your web application?

To set ASP.NET appplication in debugging mode, we edit the application's web.config and assign the "debug" attribute in <> section to "true" as shown below:

<>
<>
< defaultlanguage="C#" debug="true">
< / configuration >

Debugging an XML Web service created with ASP.NET is similar to the debugging an ASP.NET Web application.

No comments:

Archives