CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > visual_studio.visual_web_developer_2008_express Tags:
Item Type: Date Entered: 2/18/2008 4:49:59 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 5 Views: 85 Favorited: 0 Favorite
6 Items, 1 Pages 1 |< << Go >> >|
"Aztecs1" <>
NewsGroup User
Building in release mode?2/18/2008 4:49:59 AM

0

I noticed when I build my website the following is display:

------ Build started: Project: C:\...\MyProject\, Configuration: Debug .NET ------

 How can I make it Configuration: Release?

My web.config has debug="false"

 

Thanks

Eric
 

 

"vik20000in" <>
NewsGroup User
Re: Building in release mode?2/18/2008 6:34:10 AM

0

To change the settings for the Debug or Release configuration

  1. In Solution Explorer, select the project.

  2. On the View menu, click Property Pages. Or, you can right-click the project name in Solution Explorer, and select Property Pages.

  3. In the <Project> propertypage, select either the Debug tab or, if the project type is a Web site, Start Options.

  4. In the Configuration list box, click Debug or Release.

  5. Edit the value of the configuration settings you want to change. Not all debugger-related properties are contained in the Debug page; there are more on the Build page. The exact tabs that are displayed will vary by project type.

 for more refere to this article

http://msdn2.microsoft.com/en-us/library/wx0123s5.aspx


vikram
www.vikramlakhotia.com
justlikethat.vikramlakhotia

Please mark the answer if it helped you
"Aztecs1" <>
NewsGroup User
Re: Building in release mode?2/18/2008 7:22:50 AM

0

vik20000in:

To change the settings for the Debug or Release configuration

  1. In Solution Explorer, select the project.

  2. On the View menu, click Property Pages. Or, you can right-click the project name in Solution Explorer, and select Property Pages.

  3. In the <Project> propertypage, select either the Debug tab or, if the project type is a Web site, Start Options.

  4. In the Configuration list box, click Debug or Release.

  5. Edit the value of the configuration settings you want to change. Not all debugger-related properties are contained in the Debug page; there are more on the Build page. The exact tabs that are displayed will vary by project type.

 for more refere to this article

http://msdn2.microsoft.com/en-us/library/wx0123s5.aspx

 

 

Is this not available in VWD 2008 Express?  I don't see the Configuration list box.  I do have a "Debuggers" ASP.NET checkbox with it checked.  Should this be checked?

"vik20000in" <>
NewsGroup User
Re: Building in release mode?2/18/2008 7:25:49 AM

0

have you checked this article

http://msdn2.microsoft.com/en-us/library/wx0123s5.aspx

According to this should be availble.


vikram
www.vikramlakhotia.com
justlikethat.vikramlakhotia

Please mark the answer if it helped you
"Mikhail Arkhip
NewsGroup User
Re: Building in release mode?2/18/2008 8:34:39 AM

0

There is NO release mode in Express (or in any Web site project for that matter). Web site project is intended to be deployed in source form and compiled by ASP.NET at runtime as needed. Hence there is no release mode and debug build is only for local debugging and intellisense - not for server deployment. In VS it is possible to precompile site during Publish Web step. Publish Web does not exist in Express. The only option to precompile in Express is to use command line aspnet_compiler utility from the .NET framework.

Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
"Aztecs1" <>
NewsGroup User
Re: Building in release mode?2/18/2008 3:05:18 PM

0

Mikhail Arkhipov (MSFT):
There is NO release mode in Express (or in any Web site project for that matter). Web site project is intended to be deployed in source form and compiled by ASP.NET at runtime as needed. Hence there is no release mode and debug build is only for local debugging and intellisense - not for server deployment. In VS it is possible to precompile site during Publish Web step. Publish Web does not exist in Express. The only option to precompile in Express is to use command line aspnet_compiler utility from the .NET framework.
 

 

Thanks Mikhail 

6 Items, 1 Pages 1 |< << Go >> >|




   
  Privacy | Contact Us
All Times Are GMT