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
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