I have just completed an asp.net web site and I am hoping to see if I can somehow create an installer that would get this setup for my client. The goal would be:
1) Copy the files and setup IIS.
2) Install SQL Express.
3) Configure the ASP.NET Website to connect to SQL Express.
Is there anything built into Visual Studio ? Or anything else that I could use? Would I best be looking into Powershell or some other scripting tool ?
Thanks in advance.