Re: mobile xpa 3.2 IIS error: Server Error in '/MagicScripts' Application
אבי אבקסיס
Hi, Todd, Brenda, Otaku, Tim, Thank you all for answers.
I found an error in my syntax For the IIS Error: Server Error in '/MagicScripts' Application, for WiFi test from my phone to the computer. When I'm want to WiFi test I must to assign the file name in the directory For example: http://10.0.0.14/MagicScripts/ngreq.ini and the INI extension must included in the MIME types list in the IIS And if you don’t put a file name and just " http://10/0/0/14/MagicScripts" you must assign a default page like the file Iisstart.html that included in wwwroot directory. For WiFi test you don't need more than this : http://10.0.0.14/avi.txt The IP 10.0.0.14 you get from IPCONFIG (IPV4) and the txt extention must included in the MIME types list in the IIS or just http://10.0.0.14 to get the iis welcome of iisstart.html and this is good enough for this test.
thank you all Avi Avikasis
From: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] On Behalf Of Tim Downie
Sent: Tuesday, February 14, 2017 1:23 AM To: main@magicu-l.groups.io Subject: Re: [magicu-l] mobile xpa 3.2 IIS error: Server Error in '/MagicScripts' Application
try point your ip to loopback 127.0.0.1
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Otaku Lynx <OtakuLynx@...>
Also check if the IIS-Prozess (IIS_USRS) has all Rights to access the files. IIS also throw this error if it isn't able to access the web.config. (Because of the fallback to global settings) Your selected Application Pool of your Website must use the Managed Pipeline Mode ("Integrated") and in "Advanced Settings" you must also force the 32bit-Mode on 64-Systems. If you are not able to select an .NET-Version ASP.NET is not installed or not properly registered. |
|