473,388 Members | 1,335 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Web Deploy Project in debug mode

Is there a way I can disable Web Deploy Project to run while I am in debug
mode?

I think Web Deploy Project is very foolish, it could not detect if code of a
website is changed or not, it will load "aspnet_merge.exe"
"aspnet_compiler.exe"anyway, everytime when I load/debug a site, thus it
causes my machine to spend a lot of time to compile before I make some minor
change to other projects inside same solution.

--
WWW: http://www.imagestation.com/members/hardywang
ICQ: 3359839
yours Hardy
Sep 18 '06 #1
4 2644
Thanks to God, you have the solution....

--
WWW: http://www.imagestation.com/members/hardywang
ICQ: 3359839
yours Hardy
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:ta**************@TK2MSFTNGXA01.phx.gbl...
Hello Hardy,

As for the "Web Deployment Project", it is just added as a normal project
into the ASP.NET Website project's solution and the only difference is
that
it is associated with the web site project(can not exist individually).
However, its building behavior(which build configuration to use) is
controlled by the solution's current "Active Solution Configuration".
There're two default build confgiurations (debug and release), we can add
our custom solution build configuration and configure existing ones in the
"Configuration Manager" of the solution (you can find it in the solution's
properites page).

And in the Configuration Manager, you can configure each project(include
in
the solution)'s build configuration type for the certain solution build
configuration. for your scenario, you can disable the build of the web
deployment project in the Soluton's "Debug" build configuration and only
enable it in the release build configuration. I've attached two
screenshot
demonstrating the setting(you can get it through outlook express). And in
webdeployment project's own project setting, you can configure the
detailed
settings for the different build confugration( debug and release....),
they'll be applied respectively depend on the solution's build
configuration that is choosed.

Also, this is also what is recommeded in the following webdeployment
introduction article:

#Using Web Deployment Projects with Visual Studio 2005
http://msdn.microsoft.com/library/en...yment_projects.
asp?frame=true

You can also view the MSDN reference about the build configuration in VS
2005:

#Build Configurations
http://msdn2.microsoft.com/en-us/library/kkz9kefa.aspx

Hope this helps some.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no
rights.

Sep 19 '06 #2
Hi,

Hardy Wang wrote:
Thanks to God, you have the solution....
I could be wrong, but I'd be ready to bet that He wasn't involved.

Greetings,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Sep 19 '06 #3
re:
>Thanks to God, you have the solution....

I could be wrong, but I'd be ready to bet that He wasn't involved.
Are you sure God's a "He" ?

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:u2**************@TK2MSFTNGP06.phx.gbl...
Hi,

Hardy Wang wrote:
>Thanks to God, you have the solution....

I could be wrong, but I'd be ready to bet that He wasn't involved.

Greetings,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch

Sep 19 '06 #4
Hi,

Juan T. Llibre wrote:
re:
>>>Thanks to God, you have the solution....

I could be wrong, but I'd be ready to bet that He wasn't involved.


Are you sure God's a "He" ?
I am not even sure that God is. :-)

That said, if He is, then He must be a guy. No woman could be so wicked
and mean.

Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Sep 20 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JJ | last post by:
Hi, I have gone the setup project route and added the setup project to my solution as in the guide. I have checked the dependancy's and they all seem to be there. Now do I just build the project...
1
by: bob | last post by:
Hello, I have a SetUp project in my solution. When I add the primary output of certain projects to it they add their project dependencies twice - the debug and the release. Anyone known what...
2
by: John Spiegel | last post by:
Hi all, I'm attempting to deploy a pretty simple web service to a shared web server that was built w/ Visual Studio. According to MSDN, I should be able to just copy the asmx and bin folder (w/...
1
by: Jeffrey Jones | last post by:
Hello all, I hope I am posting to the right forum. I have made my very first ASP.NET web app and am trying to deploy my baby to a remote server. All I know about my remote server is that it has...
4
by: Davis Ford | last post by:
Hi, I have a DLL project that implements the Model/Controller part of MVC, and the client of the DLL would be the View. The interface the View consumes is the Controller API, and the Model is...
11
by: martin1 | last post by:
Hi, I want o deploy window app to another PC, which does not .Net 2.0 component. The window app has some .Net 2.0 support, so how to deplot the app to that PC? Thanks
7
by: ivo | last post by:
Hi everyone I am having trouble with deploying VS 2005 Express Edition web app to real server on the net. Since VS 2005 ExpressEdition is free - is it for that reason unpossible to do...
5
by: Ron | last post by:
Hi all, I am new at .net 2.0 deployment so can any one recommend me a good way or article to follow? What I want to do is (1)to deploy the website on the server2003 with IIS6 (2)we have...
5
by: =?Utf-8?B?c2lwcHl1Y29ubg==?= | last post by:
Hi I have a solution with 50 projects. They are all compiled in DEBUG mode and the output path has been modified to a custom directory I now want to build RELEASE mode and the Output Path...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.