Re: deploying website VS 2005
- From: "Laurent Bugnion [MVP]" <galasoft-lb@xxxxxxxxxx>
- Date: Mon, 15 Jan 2007 11:50:17 +0100
Hi,
Dariusz Tomon wrote:
Hello
I have no idea how to deploy my website to another server (in virtual folder I cannot see dlls file). Is thate any simple and quick manner to deploy web site to another servers?
Best Regards
Dariusz Tomon
With the new "website" model in VS2005, you don't need to deploy DLLs, only ASPX and CS files (code behind). The DLLs are compiled on demand.
If you dislike this, you can either
- Use the "publish" menu in the "Build" menu. This will give you an assistant to deploy the website.
- Use the "Web Application Project" add-on for VS2005.
http://webproject.scottgu.com/
Note: The WAP add-on is not included in VS2005 SP1, so if you install the SP1, you must uninstall the WAP add-on first!
The WAP offers the same compilation model as VS2003, so you have full control over the produced assemblies.
HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
.
- Follow-Ups:
- Re: deploying website VS 2005
- From: Dariusz Tomon
- Re: deploying website VS 2005
- References:
- deploying website VS 2005
- From: Dariusz Tomon
- deploying website VS 2005
- Prev by Date: deploying website VS 2005
- Next by Date: Re: Access to the path " is denied
- Previous by thread: deploying website VS 2005
- Next by thread: Re: deploying website VS 2005
- Index(es):
Relevant Pages
|