Publish one page only

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

Sometimes I only need to publish1 or 2 pages so to save tive I wonder
whether it is necessary to publish the entire website?

Thank you,
Samuel
 
You can ftp a page if it doesn't have a separate code-behind file. If it
does, then your options depend on your compilation model. It is not possible
to publish just a page from Visual Studio.
 
Usually what I do is create a deployment version of the site, basically
publishing to another site on my local machine such as
localhost/myapp_deploy. Then I use FTP from the deployment version to
publish the pages to the host.
 
Thank you


Eliyahu Goldin said:
You can ftp a page if it doesn't have a separate code-behind file. If it
does, then your options depend on your compilation model. It is not
possible to publish just a page from Visual Studio.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]


Samuel Shulman said:
Hi

Sometimes I only need to publish1 or 2 pages so to save tive I wonder
whether it is necessary to publish the entire website?

Thank you,
Samuel
 
Back
Top