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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

publishing a single page

Status
Not open for further replies.

bouwob

Programmer
Apr 12, 2006
171
US
I have 1 page that I need to publish using .net 2.0. It is part of a much larger project but only the one page needs to go out.

How do I go about pushing just 1 page?
 
Basically you need two things: the newly compiled code-behind and the changed .aspx page.

Basically all you need to do is copy the application's main assembly to the bin of the production site and cut-and-paste the .aspx file over.

This is assuming you're using a "Web Application Project" instead of the old "Web Application" garbage that shipped with the original VS 2005 (before SP1). If you're not using a Web Application Project, I'd highly recommend converting to one ASAP to avoid all of the headaches that come along with the other build method.

MCP, MCTS - .NET Framework 2.0 Web Applications
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top