Missing windows authentication IIS component because of Windows Vista Home Premium edition… any fixes out there?

寵の児 提交于 2019-12-10 18:54:53

问题


Apparently Windows Vista Home Basic and Premium both do not ship with integrated windows authentication for IIS (You need Business edition)... so does anyone know how to get windows authentication installed for IIS?

I went into Programs and Features > Turn Windows Features on or off. Then in the Windows Features popup I navigated to... Internet Information Serivces > World Wide Web Services > Security > ???

Under security the only options that were there are:

  • Basic Authentication
  • IP Security
  • Request Filtering
  • URL Authorization

I found this fix but it gave me this error message:

The upgrade Patch cannot be installed by Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program exists on your computer and that you have the correct upgrade patch.

So that makes me think it's because the fix is for Visual Studio 2005, and I'm using Visual Studio 2008. Anyone know a fix that applies to Visual Studio 2008?


回答1:


I don't think you can get it to work in Vista Home Premium because the Home editions do not support domain authentication; only workgroup authentication. You have to get one of the Business editions or Ultimate.



来源:https://stackoverflow.com/questions/1207666/missing-windows-authentication-iis-component-because-of-windows-vista-home-premi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!