简体   繁体   English

无法使用 Windows 7 SP1 在 IIS 7.5 中添加 ASP.NET 组件

[英]Unable to add ASP.NET Component in IIS 7.5 using Windows 7 SP1

I have tried to add ASP.NET Component in IIS 7.5 From the Control Panel, click Programs and then click Turn Windows features on or off which is listed under Programs and Features, Checked IIS options.我曾尝试在 IIS 7.5 中添加 ASP.NET 组件 从控制面板中,单击程序,然后单击程序和功能下列出的打开或关闭 Windows 功能,选中 IIS 选项。 While it is saving getting following error :在保存时出现以下错误:

An error has occurred.发生了错误。 Not all of the features were successfully changed并非所有功能都已成功更改

As far as I know, this issue may occurs because a duplicate Internet Server API (ISAPI) filter is detected when you try to install the ASP.NET feature.据我所知,出现此问题的原因可能是当您尝试安装 ASP.NET 功能时检测到重复的 Internet 服务器 API (ISAPI) 筛选器。

I suggest you could try below steps to reinstall the asp.net:我建议您可以尝试以下步骤来重新安装 asp.net:

1.Open IIS management console 1.打开IIS管理控制台

2.Expand the local computer node, double-click ISAPI Filters, and then remove all the ASP.NET filters that are listed. 2. 展开本地计算机节点,双击 ISAPI 筛选器,然后删除列出的所有 ASP.NET 筛选器。

在此处输入图片说明

3.Re-install the asp.net in the control panel 3.在控制面板重新安装asp.net

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM