Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI
I am doing Website Project ,I have to make Webset up File for same

Now I have to Add "Installer Class " in solution

I did Add New Item > In Template I am Not Getting OPtion Installer Class

But Getting in c# Winform Project


So I have see on net also They told ADD NEW Item > select "Installer Class from template

Please tell me How can I do this
Posted

You should add a new project of type "Web Setup Project" into your solution and then to use this project to install your Web application.
 
Share this answer
 
Probably the reason is you publish Web project, and not install it. If you need to know how to deploy it, following will help:
For hosting a web application:
MSDN: Walkthrough: Publishing a Web Site[^]

IIS Specific:
1. In IIS7: Deploying ASP.NET Websites on IIS 7.0 [^]
2. In IIS6: Deployment of a Website on IIS[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900