IIS is included with (most) versions of windows. If you want to install it, you do it through the add/remove features part of your windows installation.
Deploying your application can be done in a number of ways - probably using a setup project would be easiest to begin with. On Mon, Nov 15, 2010 at 8:54 AM, Patrick Amwine <[email protected]> wrote: > Hi Guys, > Am a newbie to the ASP.NET Web App development environment but i've > been using php and the wamp server environment in general. > My question is, i am done developing my web app but can't figure out > how to deploy it. Been using Visual Studio 2010 and it had a local > testing server by default. However, looks like i need IIS to deploy it > on the web but cant seem to get a download source for the IIS even > from the microsoft Visual Studio Page. Am i missing something here? > Can someone throw more light on what i need to do to get this site > deployed on the net and hosted on my won server and how i can get to > download IIS. > > Cheers. > Patrick >
