IIS infront of Mendix app

1
I am trying to setup IIS infront of a test environment but I am experiencing some issues. I followed all the steps: 1.Added the applications project web directory as a site in IIS7 listening on port 8081 2.Added the mime type for text/xml 3.Added a virtual directory to the mxclientsystem with an alias mxclientsystem. 4.Added the ManagedFusion.rewriter.dll file to the bin folder in the web folder 5.Added the ManagedFusion.Rewriter.txt file to the web folder When I try to access the site it takes me to a default login page and the following error is displayed in the console(firebug) Error: Unable to load xas/ status:404 Stack trace: _28d@http://localhost:8081/mxclientsystem/dojo/dojo.js:14 _286/func@http://localhost:8081/mxclientsystem/dojo/dojo.js:14 _286@http://localhost:8081/mxclientsystem/dojo/dojo.js:14 There is also a failed get request (for the theme) that returns a HTTP/1.1 400 Bad Request status code. Any ideas? Thanks!
asked
1 answers
0

Although it is for Mendix 5, it works fine for Mendix 4 to follow all the steps from this guide

answered