bjh Hans
bjh Hans

Reputation: 989

How to Deploy website in localhost

I've created one web application in ASP.NET - 2.0 Now, I want to deploy it in my localhost itself Is it posible to do so, if yes How it can be achive without having server myself

Upvotes: 0

Views: 3211

Answers (1)

Shoban
Shoban

Reputation: 23016

You will need IIS for this. Which OS are you using? If it is xp then you can install IIS by going to Control Panel -> Add or Remove Programs -> Add/Remove Windows components. you might need your Windows XP installation cd for installing iis.

After installing you will find iis in Control Panel -> Administrative tools

You cannot host a ASP.net site without a server. Hope this helps.

Upvotes: 2

Related Questions