Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building and Deploying an ASP.NET application
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00825779
Message ID:
00825979
Views:
15
Thanks Rick.

>Nope that's the way it is. You definitely want to switch that flag on your live server as it will reduce overhead considerably as it's not mapping source code to the running code in any way. The compilere won't touch web.config nor should it. Think about it <g> - it's doing it on the local machine.
>
>FWIW, I have some generic helper classes that let me set these sort of things externally through the Web application by directly reading and writing web.config so it's easily changed without having to edit the file on the server.
>
>+++ Rick ---
>
>
>>I am a bit confused about building a release version of my ASP.NET application and deploying it.
>>
>>On the standard toolbar, there is a dropdown list for Solution Configurations. I changed this from Debug to Release, then did a Rebuild. I am assuming this is what I should do for a release. However, in web.config, the compilation option debug is still set to "true". Am I doing things correctly?
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform