ASP.NET 2.0 Web Site: Where is the "release" Configuration?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I create a web site (or personal web site starter kit) I don't see a
"release" version in the configuation manager like a default Winforms
application has. Does it not apply for Asp.net?
 
When I create a web site (or personal web site starter kit) I don't see a
"release" version in the configuation manager like a default Winforms
application has. Does it not apply for Asp.net?

It is set in the web.config
<compilation debug="false" />
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top