Publishing ASP.NET Website

  • Thread starter Thread starter chuckdfoster
  • Start date Start date
C

chuckdfoster

I develop my sites on my local PC. Normally, I have a server guy move my
site to the web server. They have set me up an FTP account to the web
server. Is there a way to use Visual Studio to publish my sites to this web
server?
 
chuckdfoster said:
I develop my sites on my local PC. Normally, I have a server guy move my
site to the web server. They have set me up an FTP account to the web
server. Is there a way to use Visual Studio to publish my sites to this web
server?
this is that I use...
http://www.eworldui.net/UnleashIt/
and it's been awesome. Easy, friendly, reliable.
 
If your using VS.NET 2003 for asp apps - after you build the project use
"Copy Project" (I think it's under tools) - then you supply the path of where
it will go and it will only copy the files needed to run the application.
 
Do you want to deploy all the project files (source code and all) or just
the ones needed to run?
 
Curt,

Thanks for the UnleashIt link. I have always used the Copy Project
functionality that was built into VS.NET 2003. I have used other
Excentrics' products and have been very pleased with their
performance.

I look forward to testing this out, as deployment is always one of
those questions that don't really have a standardized answer.

Thanks!
Aaron
 
Aaron said:
Curt,

Thanks for the UnleashIt link. I have always used the Copy Project
functionality that was built into VS.NET 2003. I have used other
Excentrics' products and have been very pleased with their
performance.

I look forward to testing this out, as deployment is always one of
those questions that don't really have a standardized answer.

Thanks!
Aaron

I've used it for a while now, and found it REALLY slick.
I've setup a number of configs in it for every site/app I develop and
can deploy to FTP for some, \\server\share for some and ZIP for
others... I love it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top