Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

Single setup project for ClassLibrary and ASP.NET Web Service

Mar 17 2003 6:23 PM
I want to have one setup project for deployment of Visual Studio .Net solution. My solution comprises of Class library and an ASP.NET Web Service. Class Library consumes the ASP.NET Web Service methods. In my setup project I want following tasks done. 1. Programmatically deploy/install Class Library assembly. 2. Register Class Library assembly into GAC as well. 3. Deploy ASP.NET Web Service. Any suggestions will be highly appreciated. [email protected]

Answers (1)