Deploying 2005 ASP.NET Web Application (2003 Style)

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
 
M

MasterGaurav \(www.edujini-labs.com\)

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
-----------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top