Thursday, September 24, 2009

What are the deployment methods available for Asp.net?


1. XCOPY
2. Copy Website
3. Publish Website
4. ClickOnce
5. Setup Package


www.codecollege.NET

What will the deployment retail="true" do when set in a asp.net web.config file?


It forces the 'debug' attribute in the web.config to false, disables page output tracing, and forces the custom error page to be shown to remote users rather than the actual exception.


www.codecollege.NET