Reputation: 989
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
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