English 中文(简体)
Django IIS 部署 - HTTP Error 404.0 - 不成立
原标题:Django IIS Deployment - HTTP Error 404.0 - Not Found
问题回答

造成这一错误的原因很多,你可以尝试以下方法解决这一问题:

  1. Changing the Application Pool from Classic to Integrated fixed the issue.
  2. Try removing and adding the service back in IIS.

如果问题仍然无法解决,试图利用失败的追查请求来了解有关404个错误的细节,这将产生详细的记录,帮助你查明问题。





相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签