Installing IIS on Windows 7 Home Basic

前端 未结 1 1779
醉酒成梦
醉酒成梦 2020-12-19 18:04

I have a ASP.NET application and I would like to deploy it on a webserver. So I searched for a some tutorials and most of them tell to enable the IIS Management Console in c

相关标签:
1条回答
  • 2020-12-19 19:01

    You are NOT able to use full-fledged IIS with Windows 7 Home Basic.

    According to MSDN IIS7 installed on Windows 7 Home Basic is too limited and you won't be able to run ASP.Net application there. IIS Management Console is also unavailable on Windows 7 Home Basic.

    I think that you can try IIS Express and all-in-one WebMatrix solution. WebMatrix provides you with a neat interface to start /stop / restart IIS Express and to edit some of IIS Express settings.

    0 讨论(0)
提交回复
热议问题