Error 0x80070585 when running Fastcgi with IIS 8 + Python 3.4 + Django 1.8 + Windows Server 2012 -


i trying set iis 8 django 1.8.3 using fastcgi , python 3.4. followed tutorial following environment variables:

  • django_settings_module -> value: firstsite.settings

  • pythonpath -> value: c:\inetpub\wwwroot\django\firstsite

  • wsgi_handler -> value: django.core.wsgi.get_wsgi_application()

i changed wsgi handler value django.core.handlers.wsgi.wsgihandler() django.core.wsgi.get_wsgi_application() because tutorial talks previous django version.

i followed in tutorial, , try open website on ie browser in windows server 2012 r2 following error:

keep in mind 8003 port configured tutorial showed.

http error 500.0 - internal server error scriptprocessor not found in application configuration

most causes: •iis received request; however, internal error occurred during processing of request. root cause of error depends on module handles request , happening in worker process when error occurred.

•iis not able access web.config file web site or application. can occur if ntfs permissions set incorrectly.

•iis not able process configuration web site or application.

•the authenticated user not have permission use dll.

•the request mapped managed handler .net extensibility feature not installed.

things can try:

•ensure ntfs permissions web.config file correct , allow access web server's machine account.

•check event logs see if additional information logged.

•verify permissions dll.

•install .net extensibility feature if request mapped managed handler.

•create tracing rule track failed requests http status code. more information creating tracing rule failed requests, click here.

detailed error information:

module fastcgimodule

notification executerequesthandler

handler django handler

error code 0x80070585

requested url http://127.0.0.1:8003/

physical path c:\inetpub\wwwroot\django\firstsite

logon method anonymous

logon user anonymous

more information: error means there problem while processing request. request received web server, during processing fatal error occurred, causing 500 error. view more information »

microsoft knowledge base articles: •294807

is there way fix error? there steps python 3.4?

found error. handler mapping executable argument pointing fastcgi.py instead of wfastcgi.py


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -