Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vis WEB dev 2010 express How to publish just one file?

Status
Not open for further replies.

DougP

MIS
Dec 13, 1999
5,985
US
I have a WEB site that I use to learn different programming languages.
classic ASP, php and connect to SQL db on that hosted site.
When I started using ASP.NET I published the site it deleted all the files and put up just what was in the project.
when I test I usually just change one page or a few . Is there a way to publish just the changed pages?
Or do I need to use another method to upload the files now that the site is published?

DougP
 


From the Solution Exporer right-click the project and select Properties. Select the Package/Publish tab and look for the "Items to Deploy" dropdown list. You can select "All files in this Project" which will publish all files including your code-behind.


Mark

"You guys pair up in groups of three, then line up in a circle."
- Bill Peterson, a Florida State football coach
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top