|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Deploy ASP.NET App -ASP.NET Not InstalledI want to create a setup project that for an ASP.NET application that can be
run by a customer that does not have the .NET Framework or ASP.NET already installed. I have already seen articles on including the .NET Framework and MDAC in a Visual Studio 2003 Setup and Deployment project using the .NET Framework Boostrapper Plugin. The piece that is missing is that if the .NET Framework is missing when IIS is installed, ASP.NET will not be present. I want to assume that this is the situation my customers are facing. I would like to include all of the pieces in a single setup. Is there a way to do this using aVisual Studio 2003 Setup and Deployment project? -- Thanks, Bill Manring Make a custom action that will run "aspnet_regiis.exe -i" from the "<windir>\microsoft.net\framework\v<framework version>\" directory.Hello Bill, Show quoteHide quote > I want to create a setup project that for an ASP.NET application that > can be run by a customer that does not have the .NET Framework or > ASP.NET already installed. I have already seen articles on including > the .NET Framework and MDAC in a Visual Studio 2003 Setup and > Deployment project using the .NET Framework Boostrapper Plugin. > > The piece that is missing is that if the .NET Framework is missing > when IIS is installed, ASP.NET will not be present. I want to assume > that this is the situation my customers are facing. I would like to > include all of the pieces in a single setup. Is there a way to do > this using aVisual Studio 2003 Setup and Deployment project? > > Bill Manring >
Other interesting topics
Using Components in ASP.NET (C#)
The system cannot find the file specified. (Exception from HRESULT: 0x80070002) XHTML 1.0 Retreive images stored in Access database About web.config file Can we search keywords in a word document? MS Forms 2.0 Combo box control .ascx file as index page? How to initiate a postback in a function? Problem with aspnet_wp.exe |
|||||||||||||||||||||||