Tagged Questions
2
votes
2answers
3k views
Configuration Manager only shows Debug
I am working in Visual Studio 2008 on an ASP.NET application, which has been deployed to a test server. I would like to make a build without debug information to place in production, but the ...
0
votes
2answers
348 views
How can I set up different build configurations for ASP.Net web site projects?
According to an earlier question about Visual Studio configurations, there's no way to use Visual Studio's configuration manager to create different configurations for an ASP.net web site project.
...