RE: Limiting folders that get published to the web server
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng [MSFT])
- Date: Mon, 28 Jul 2008 05:09:29 GMT
Hi Brian,
From your description, you're wondering how to limit the folder or pages inASP.NET web application which will be published. Is the "publish" here
means the "publish Website" in Visual studio?
If this is the case, I think the publish website behavior is abit hard to
customize(such as apply for only some certain folders or page). This is
because "publish website" is not simply move pages or folders from your
local development location to product server. It does the following things:
1. perform a precompilation for your web application( generate precompiled
assembies) so that your application will avoid some startup dynamic
compilation at runtime.
2. Move all the precompilation output and the original page stuffs to server
So for precompilation, it may precompile some pages or folders together
into the same assemblies, therefore, the pages or folders cannot be
separated (someone not to precompile) here for the entire process.
If your application do not need precompilation and can be directly deployed
via the page files and source code files, you can use the "copy website"
function to synchronize the application content to the target server. In
Visual studio, you can use "copy web site" from the following menu:
"website--->copy web site..."
you can connect to a certain server/application virutal dir and synchronize
files betwen it and your local web application.
If you have anything unclear, please feel free to let me know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.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/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: Limiting folders that get published to the web server
thread-index: AcjubhppBx1/qS9lQm6KlD55yVSDcA==
From: =?Utf-8?B?QnJpYW4=?= <bkbroiler@xxxxxxxxxxxxxxxx>
Subject: Limiting folders that get published to the web server
Date: Fri, 25 Jul 2008 08:50:03 -0700
others
I have a web site project that has many folders and files, as I know
do as well. When I make changes to the site it usually only affects a few
files.
Is there a way to limit what gets published to only the files that were
changed, added, or removed?
--
Brian
.
- Follow-Ups:
- RE: Limiting folders that get published to the web server
- From: Steven Cheng [MSFT]
- RE: Limiting folders that get published to the web server
- From: Steven Cheng [MSFT]
- Re: Limiting folders that get published to the web server
- From: daveh551
- RE: Limiting folders that get published to the web server
- Prev by Date: Shortcut to get focus on the members list of a file and next method
- Next by Date: Re: Limiting folders that get published to the web server
- Previous by thread: Shortcut to get focus on the members list of a file and next method
- Next by thread: Re: Limiting folders that get published to the web server
- Index(es):
Relevant Pages
|