steps:

IIS is already included in Window Server Installation package. You don not
have to buy IIS package separately. Go to Control Panel -> Add Programs ->
Install Components -> Applications -> Internet Application Server to install
IIS if it not installed.  After Install IIS, you then need to install ASPNET
4.0 (I guess based on your VS 2010)

Now you can install your website. The simplest way is to copy everytings of
your own web directory to a folder that you will create a WebSite by using
IIS, but your code will be there and maybe stolen by server administrator.
The second way is to use *Publish Website* feature of VS to publish your
website, the end result folder will contains only .aspx files and others not
including your code behind file (e.g .cs, .vs)



On Mon, Nov 15, 2010 at 3:54 PM, 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
>

Reply via email to