Click here to Skip to main content
15,920,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have web application. Now I want to setup this web application to enduser. As of now we are setup our web application by manually. Now we are trying to setup by setup installer.

So, in this installer should ask the folder selection to save the web application, IIS authentication pernission and Database configure (like data source, database name , userid and password). Once all input given by user website should be create automatically and IIS settings properties also should be done inbuit in. And based on database configure (datasource, database, userid and password) inputs web.config file also should be modify according by user inputs.

(If custom action also welcome. Or by default installer custom action also ok for it)

Please its very very very very very very very very urgent. Please help me out.

Cheers.....

Advance thanks...

Regards,
Kumar.V
Edit:
Urgent is not required. You don't pay us for helping you.
Posted
Updated 29-Feb-12 20:15pm
v2

 
Share this answer
 
I dont want create a website by manually. I have Web Setup project. So I want create a web site by installer.
 
Share this answer
 
Comments
deepakdynamite 18-Nov-11 1:39am    
Hello,

That is what i am saying that you have to create an installer and when installation starts you need to create a custom action which is noting but a win application which will do all the things you said in Question. And but obviouly you need to write code in custom action to do all things. Another alternative is use "Advanced Installer (advancedinstaller.com)" tool. This will do all the things in minutes if you know how to use it
Hi,

Hope this link will be help full
Microsoft.Web.Administration in IIS 7

Thanks
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900