I'm trying to put my project into production with IIS, following this tutorial but when I start the IIS I get the following error:
Error occurred while reading WSGI handler:
Traceback (most recent call last):
File "c:\users\e10136\appdata\local\programs\python\python36-32\lib\site-packages\wfastcgi.py", line 791, in main
env, handler = read_wsgi_handler(response.physical_path)
File "c:\users\e10136\appdata\local\programs\python\python36-32\lib\site-packages\wfastcgi.py", line 633, in read_wsgi_handler
handler = get_wsgi_handler(os.getenv("WSGI_HANDLER"))
File "c:\users\e10136\appdata\local\programs\python\python36-32\lib\site-packages\wfastcgi.py", line 616, in get_wsgi_handler
raise ValueError('"%s" could not be imported%s' % (handler_name, last_tb))
ValueError: "C:\inetpub\wwwroot\vp_canales" could not be imported StdOut: StdErr:
The following error comes from other computers:
500 - Error interno del servidor.
Hay un problema con el recurso que busca y no se puede mostrar.
Any ideas of what may be going wrong?