K
kurt sune
I am having trouble publishing a website for RELEASE.
1. web.config: <compilation defaultLanguage="vb" debug="false">
2. in Configuration manager I set the configuration to Release for the
website
3. in Configuration manager I set the Active solution configuration to
Release
4. I rightclick the website and click Publish website
Then, in the ouput window:
------ Build started: Project: http://localhost/xxx/, Configuration: Debug
..NET ------
------ Publish started: Project: http://localhost/xxx/, Configuration: Debug
..NET ------
Why doesn't it says
------ Build started: Project: http://localhost/xxx/, Configuration:
Release.NET ------
------ Publish started: Project: http://localhost/xxx/, Configuration:
Release.NET ------
How do I get a release build for my website?
/k
1. web.config: <compilation defaultLanguage="vb" debug="false">
2. in Configuration manager I set the configuration to Release for the
website
3. in Configuration manager I set the Active solution configuration to
Release
4. I rightclick the website and click Publish website
Then, in the ouput window:
------ Build started: Project: http://localhost/xxx/, Configuration: Debug
..NET ------
------ Publish started: Project: http://localhost/xxx/, Configuration: Debug
..NET ------
Why doesn't it says
------ Build started: Project: http://localhost/xxx/, Configuration:
Release.NET ------
------ Publish started: Project: http://localhost/xxx/, Configuration:
Release.NET ------
How do I get a release build for my website?
/k