Deploying 2005 ASP.NET Web Application (2003 Style)

  • Thread starter Thread starter PP
  • Start date Start date
P

PP

Hi

I have converted a .NET v1.0 to V2.0 asp.net project with out any
major probelems. Because of the nature of the application, I have to
install the Web Application Addon for VS2005 to alllow me to build a
single DLL.

Now I want to deploy the application, it's a different story. Firstly
when I add the Web Application Setup to my solution and add the
project contents , it only picks up the .CS files.

How would I deploy this type of application (it needs to be in a form
of a MSI package).

Many thanks

Paul Phillips
 
Now I want to deploy the application, it's a different story. Firstly
when I add the Web Application Setup to my solution and add the
project contents , it only picks up the .CS files.

Select the "file types" to be added to the setup project.
I am assuming that you want only the DLL and published-web-application-files
(dll's and aspx's and ascx's and asmx's etc), right?

Select all files from the "Web Site" project that you may have.


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------
 
Back
Top