RE: Limiting folders that get published to the web server



Hi Brian,

From your description, you're wondering how to limit the folder or pages in
ASP.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


I have a web site project that has many folders and files, as I know
others
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


.



Relevant Pages

  • Re: Limiting folders that get published to the web server
    ... customize(such as apply for only some certain folders or page). ... Move all the precompilation output and the original page stuffs to server ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.vsnet.general)
  • RE: OWA Access Denied When clicking on Folders
    ... I understand that you get Access Denied when you click the Folders ... Open IIS MMC, right click Default Web Site and then click Properties. ... Click Website tab and then check Enable logging. ... Microsoft Online Partner Support ...
    (microsoft.public.exchange2000.clients)
  • RE: precompile
    ... Site precompilation brings a double benefit: ... delay for requests because of compilation and no need of deploying source ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: -> NOT FOR RETAIL OR OEM DISTRIBUTION <- ???
    ... >> website. ... > You can build an awesome photo gallery in either program if you know the ... >> Which FrontPage components does Yahoo! ... does not support the search form extension. ...
    (microsoft.public.frontpage.client)
  • RE: precompile
    ... Site precompilation brings a double benefit: ... delay for requests because of compilation and no need of deploying source ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.framework.aspnet)