安装 Microsoft WebMatrix 的所有依赖项
我无法使用 Microsoft 的 Web Platform Installer 来安装 webmatrix。错误消息是“Web Platform Installer 已停止工作”
我查看了不同的替代方案,然后分别安装了 webmatrix、.NET Framework 4、iis 7.5 express。现在我想使用“模板站点”选项,但我无法启动它,因为我没有安装所有依赖项。
我只能使用“我的网站”选项。
你能建议我需要安装任何依赖项才能拥有一个可用的网络矩阵吗?
感谢您抽出时间。
I can't use Microsoft’s Web Platform Installer to install webmatrix. The error message is "Web Platform Installer has stopped working"
I looked at different alternatives and then installed webmatrix, .NET Framework 4, iis 7.5 express separately. Now i wanted to use the "Site from Template" option but i cant start it because i don't have all the dependencies installed.
I can only use "My sites" option.
Can you suggest any dependencies i need to install to have a working webmatrix.
Thank you for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能还缺少一些依赖项:
使其全部正常工作的最简单方法是让 Web 平台安装程序为您处理这些依赖项,因此我们应该采取查看为什么 Web 平台安装程序停止工作。是否有错误日志可以发布?
There are a few more dependencies you might be missing:
The easiest way to get it all working is to have Web Platform Installer take care of these dependencies for you, so we should probably take a look at why Web Platform Installer stops working. Is there an error log that it spits out that you can post?
我解决了这个问题。我没有使用网络平台安装程序。当我启动 webmatrix 时,它要求更新。我查看了它想要安装的内容,它还显示了链接。我手动访问这些链接并安装了所有必需的依赖项。
现在我的网络矩阵工作得很好。谢谢大家的回复
I resolved this issue. I did not use web platform installer. When i started the webmatrix, it asked for an update. I looked at what it wanted to install and it also showed the links. I manually went to those links and installed all the required dependencies.
Now my webmatrix works perfectly fine. Thank you all for your responses