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!

Asp.NET web application - Compile & upload to remote server?

Status
Not open for further replies.

kisk

Programmer
Feb 14, 2003
21
US
I'm coding an asp.NET web application with vb.NET and right now I have my web folder set on my computer -- running off IIS in inetpub/
When I run the project, any new files that have been changed are re-compiled and then the application starts up in the browser. I would like to put my application up on my web host's servers and run it from there. Is there any way to have asp.NET, after it compiles any changed files, to upload them to my web host's servers, then open the browser linking to the host's address instead of localhost?

I'm hoping this would work as I feel it might save me some headache later and so I can actually see how my app will behave on the server.

Any suggestions/ideas/concerns?

thx,
kisk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top