Publish ASP.NET web site
am 04.01.2008 03:17:21 von ShapperHello,
I created a web site using VS2008 and ASP.NET 3.5.
I would like to publish using FTP and I have the following
requirements:
1. The files should be placed on the wwwroot folder, i.e:
ftp://ftp.mydomain.com/wwwroot
2. The is a difference in the Web.Config file that I use in my
computer and the one that should be in the server:
On my computer:
And on my server:
What are the steps to publish my web site using VS 2008?
Thanks,
Miguel