在 IIS 之后安装 ASP.Net 2.0

发布于 2024-07-06 15:29:08 字数 328 浏览 8 评论 0原文

我刚刚从托管公司获得了一台专用服务器,但出于某种原因,它没有安装 IIS。 不过,它确实有 .Net 2.0。

所以我安装了 IIS,但现在我的 ASP.net 网站无法工作。 我只是收到 404,没有事件日志条目,什么都没有...

我在可再发行包信息中注意到: “要访问 ASP.NET 的功能,必须在安装 .NET Framework 之前安装具有最新安全更新的 IIS”

我也无法卸载 .Net,它只是不允许我...

有没有办法重新安装.Net 2.0,或者以某种方式对 IIS 执行任何操作以使其正常工作?

谢谢! 丹尼尔

I just got a dedicated server from a hosting company, and for some reason, it didn't have IIS installed.
It did have .Net 2.0, though.

So I installed IIS, but now my ASP.net websites won't work.
I just get a 404, no event log entries, nothing...

I noticed in the redistributable package information that:
"To access the features of ASP.NET, IIS with the latest security updates must be installed prior to installing the .NET Framework"

I also can't uninstall .Net, it just won't let me...

Is there a way to reinstall .Net 2.0, or somehow do whatever it is it does to IIS to make it work?

Thanks!
Daniel

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

旧街凉风 2024-07-13 15:29:08

从命令行运行

aspnet_regiis -i

您可能必须导航到它安装的文件夹。
我的默认是

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

run from the command line

aspnet_regiis -i

You may have to navigate to the folder it was installed.
Mine and the default is

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
耳根太软 2024-07-13 15:29:08

确保您已在 IIS 中启用了 asp 和 aspx 扩展。 默认情况下它们是禁用的。 我会在您开始卸载更多组件之前执行此操作。

Be sure that you have enabled the extensions for asp and aspx in IIS. They are disabled by default. I'd do this before you go about uninstall more components.

影子是时光的心 2024-07-13 15:29:08

您也可以从 Visual Studio 命令提示符运行相同的命令,然后您不需要导航到上面的路径

same command you can run it from Visual Studio Command Prompt as well, then you don't need to navigate to above path

他是夢罘是命 2024-07-13 15:29:08

在Windows 10中非常方便,

在控制面板,Windows功能中,勾选ASP.NET 3.5,然后等待下载安装即可。

输入图片此处描述

It is pretty convenient in Windows 10.

In Control Panel, Windows features, check ASP.NET 3.5, and then just wait for the download and installation.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文