web-setup-project
VS Web Setup Project alternatives?
Can anyone recommend a better installer for web-applications? What do you use to deploy/install yo开发者_StackOverflow中文版ur web-apps?[详细]
2023-04-09 02:08 分类:问答How do I change the installation path of a web setup project?
Using the 开发者_运维技巧default web setup project, the installation will be in inetpub/wwwroot.[详细]
2023-03-20 03:05 分类:问答Install two web sites in two different virtual directories with a Visual Studio Web Setup project
I\'开发者_StackOverflowm trying to put two web projects that needs to be installed in different virtual directories in the same Web Setup Project, because they are closely related, but they have to ru[详细]
2023-03-13 09:10 分类:问答How to install different projects of a solution at different locations using single web setup project
I have an asp.net MVC solution in VS 2010 which has multiple asp.net MVC web application projects inside it. My requirement is that each of these projects should be able to deploy independently on sam[详细]
2023-03-10 10:04 分类:问答What is the best location for a "read me" file on the target machine when deploying an ASP.NET application using an .MSI package?
For an ASP.NET web application that is packaged and sold to customers for deployment, what would be the best location for a \"read me\" file with notes about setup and configuration on the target syst[详细]
2023-02-08 04:43 分类:问答web setup project - Place web app in IIS default website not virtual directory
I am creating a web setup project using .net 2010. the setup is build successfuly. but when i install the setup it install the web site in virtual directory.[详细]
2023-01-25 06:48 分类:问答How to package website and database projects
I am using Visual Studio 2010. I have a solution that has 2 SqlServer Database projects and Web application projects. When I build each of these projects they generate SQL scripts and zip files for we[详细]
2023-01-06 00:05 分类:问答Using the Microsoft Ajax Minifier with Web Setup project & Source Control
I\'ve just started investigating the Microsoft Ajax Minifer 4.0 for use 开发者_C百科with a Visual Studio 2008 Web Application I work on. It\'s proven easy enough to hook it into the .csproj file so it[详细]
2022-12-20 18:11 分类:问答Creating a "merge module" for a web project
My group uses merge modules on various projects which is then added to a setup project.This simplifies deployment by having only one .msi for our entire suite of functionality and allows us to have on[详细]
2022-12-18 06:35 分类:问答Visual Studio Setup project sequence control
Can I ru开发者_开发技巧n several installers from one installer in a defined succession? I have a webproject which requires a windows service, which requires a 3rd party converter product.[详细]
2022-12-14 07:45 分类:问答