P
Punit Singhal via DotNetMonster.com
Hello,
I have built a ASP.NET application and created a installer with the help of
deployment wizard given in Visual Studio DotNet.
But I am unable to install the application when IIS is running on port
8080, it gets installed when IIS is running on default port 80.
The problem I faced is that I needed to create a folder in Program Files
folder, but when IIS is running on port 8080 the installer is not able to
create this folder in Program Files folder instead the folder is created
inside the virtual application folder.
I have built a ASP.NET application and created a installer with the help of
deployment wizard given in Visual Studio DotNet.
But I am unable to install the application when IIS is running on port
8080, it gets installed when IIS is running on default port 80.
The problem I faced is that I needed to create a folder in Program Files
folder, but when IIS is running on port 8080 the installer is not able to
create this folder in Program Files folder instead the folder is created
inside the virtual application folder.