trying to place my project in production with iis I get an error trying to access from my own computer with the browser:
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:
when I access from another computer it says:
Server Error 500
Any idea how I can handle the error?