简体   繁体   中英

How to publish a single page of a web page solution using Visual Studio 2010?

This is hard to describe but I'll try this...

Let's say I am working on a multiple page web solution and make a small change to one web page. The small change needs to get published but I want to be able to publish it without having to republish the entire site. How do i do that? How do i publish a single page of a multi-page solution in Visual Studio 2010?

Simply FTP the ASPX page to the server, along with any other static files such as images, CSS or JavaScript that the page uses. If there is code involved, you will have to rebuild the solution and deploy the DLL file also.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM