In one of our Asp.net web application project, I need functionality for prebuild and post build events.
Project: ASp.net web application
Setup : Web setup
PreBuild Event functionality required:
Before installation start,it should register iis (aspnet_regiis.exe)
After installation complete,it create Virtual directory in IIS.
PostBuild Event:
Create Application pool and configure app pool settings
vvaibhav
Member
1 Points
10 Posts
IIS Configuration settings in Asp.net Web setup
Jun 21, 2012 07:43 AM|LINK
Hi,
In one of our Asp.net web application project, I need functionality for prebuild and post build events.
Project: ASp.net web application
Setup : Web setup
PreBuild Event functionality required:
Before installation start,it should register iis (aspnet_regiis.exe)
After installation complete,it create Virtual directory in IIS.
PostBuild Event:
Create Application pool and configure app pool settings
How this can be achived,suggest better way?
Many Thanks,
Vaibhav
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: IIS Configuration settings in Asp.net Web setup
Jun 26, 2012 04:23 AM|LINK
HI
Please check this thread.
http://stackoverflow.com/questions/7804896/how-to-specify-a-different-location-for-virtual-directories-in-web-setup-project
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework