Deploy without Frontpage extesion?

  • Thread starter Thread starter SK
  • Start date Start date
S

SK

Hello,

how can I deploy my asp.net project created with VS.NET
to the server without having frontpage extension installed
there?

Thanks
 
Use FTP. Transfer .aspx & .ascx files and the .dll from the bin folder to a
similar folder structure on your remote server

Andy
 
You can deploy it any way you want. FTP would be the most common
alternative.
But the only automatic ways from within Visual Studio.NET 1.x require front
page extensions, so it sounds like you'll be deploying your files manually.
BTW, Visual Studio 2005 (to be released later this year) will support other
automatic deployment options that don't require frontpage extensions (such
as FTP).
 
You can deploy it any way you want. FTP would be the most common
alternative.
But the only automatic ways from within Visual Studio.NET 1.x require front
page extensions, so it sounds like you'll be deploying your files manually.
BTW, Visual Studio 2005 (to be released later this year) will support other
automatic deployment options that don't require frontpage extensions (such
as FTP).
About time too :)

I
 

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