Hello,
I have problem to get working my web application in IIS. On apache just works fine.
I had an app in wwwroot called test, there is index.html file where is tag
<body onload="document.location='/test/app.start.cls';">When I do localhost/test. Then my application works just fine.
I have created second one in management portal called /mobile
mobile is in wwwroot/test/mobile where is the same index.html with tag
<body onload="document.location='/mobile/app.mobile.start.cls';">When I do localhost/mobile I got HTTP Error 404.0 - Stream Not Found
| Requested URL | http://localhost/mobile/app.mobile. |
|---|













