Posted by Rajesh on February 5, 2009
Steps:
1. Create new ASP.NET Web Site
a. File->Add New Web Site->, Select ASP.net Web Site from template and choose location file type or http
2. Right click on website and then add Web Deployment project (WebSite1_deploy”)
3. Right click on WebSite1_deploy then click on Build
After successful build
4. Add new web setup project in solution, assume project name is “WebSetup1”.Then right click on WebSetup1 and click on Add and select project output. In Project, select website1_deploy and then click on OK ..Now the final step is to build WebSetup1 .After successful build .msi file is created. Now you can install .msi file.
This entry was posted on February 5, 2009 at 5:24 pm and is filed under ASP.net2.0.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.