0

我有一个 asp,net MVC 4 项目。我选择了一家托管公司 www.somee.com 进行快速测试。我所做的是上传一个 zip 文件并将其解压缩。当我打开网址时,我得到了错误。

   IIS 8.0 Detailed error

   HTTP Error 403.14 - Forbidden
   The Web server is configured to not list the contents of this directory.
   Most likely causes:

   A default document is not configured for the requested URL, and directory browsing is not enabled on the server.

   Things you can try:

   If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
   Enable directory browsing using IIS Manager.
    Open IIS Manager.
    In the Features view, double-click Directory Browsing.
    On the Directory Browsing page, in the Actions pane, click Enable.
    Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.

    Detailed Error Information:
    Module     DirectoryListingModule
    Notification       ExecuteRequestHandler
    Handler    StaticFile
    Error Code     0x00000000
    Requested URL      http://xxxx.somee.com:80/
    Physical Path      d:\DZHosts\LocalUser\username\www.xxxx.somee.com
    Logon Method       Anonymous
    Logon User     Anonymous

这是否意味着我应该尝试本地 IIS 或服务器 IIS?但我无法控制服务器端。

4

2 回答 2

2

这是我要开始的地方

  1. 验证 MVC 是否是您的主机甚至提供的功能。否则您的网站将无法工作,并且您可能会收到这样的错误,因为路由将失败
  2. 联系您的主机支持。我过去使用过的任何主机都对解决此类问题非常有帮助,并且他们有更多的访问权限来找出问题所在

以下是一些信息,以防您需要 bin 部署:

我可以在运行 MVC3 应用程序的地方为 .NET 4 部署和 MVC4 吗?

http://haacked.com/archive/2011/05/25/bin-deploying-asp-net-mvc-3.aspx

祝你好运

于 2013-06-19T13:18:01.597 回答
0

您是否在 IIS 中创建了网站?

尝试按照此处的步骤操作:

http://somee.com/DOKA/DoHelpTopics.aspx?docode=false&thnid=50

于 2013-06-19T14:02:58.950 回答