为 ASP.NET 4.0 手动配置 Web 服务器

发布于 2024-10-28 10:35:38 字数 65 浏览 1 评论 0原文

我使用 Visual Web Developer 2010 并通过 HTTP 选择新网站选项时出现此错误...请帮助

i m using visual web developer 2010 and on selecting new website option via HTTP i am getting this error...please help

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

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

发布评论

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

评论(3

末蓝 2024-11-04 10:35:38

确保 ASP.NET 4.0 已向 IIS 注册。如果不是,您可以使用以下命令注册它:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i

然后重试。

Make sure ASP.NET 4.0 is registered with IIS. If it isn't you could register it with the following command:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i

and then try again.

胡渣熟男 2024-11-04 10:35:38

转到

C:\windows\Microsoft.Net\Framework\v4.0.30319\aspnet_regiis

(选择要向 IIS 注册的任何框架,我选择 Framework 4)

双击或右键单击 &选择以管理员身份运行。

Go to

C:\windows\Microsoft.Net\Framework\v4.0.30319\aspnet_regiis

(Choose whatever framework to register with IIS me selecting Framework 4)

Double-click or right click & choose run as administrator.

无所的.畏惧 2024-11-04 10:35:38

我也遇到了同样的问题,我解决这个问题的方法不是通过注册 .NET 版本。问题出在您正在使用的 MySQL 连接器上的 .net 版本,按照我的示例:

使用 .NET 4.0 的项目,但是我在 4.5 下添加了对 MySQL DLL 连接器的引用。

在路径下:

C:\Program Files (x86)\MySQL\MySQL Connector Net 6.9.8\Assemblies

应该有各种程序集,您可以在其中添加引用,确保它与项目正在使用的 .NET 匹配。

希望这有帮助。

I have had the same issue, The way I went about solving it was not by registering the .NET version. the issue comes down the the .net version on the MySQL connector that you are using, as per my example:

Project using .NET 4.0, however I was adding a reference to MySQL DLL connectors under the 4.5.

Under the path:

C:\Program Files (x86)\MySQL\MySQL Connector Net 6.9.8\Assemblies

There should be a variety of assemblies where you add the reference to, make sure it matches the .NET that the project is using.

Hope this helps.

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