How can I enable remote requests in IIS Express? Scott Guthrie wrote that is possible but he didn\'t say how.
I solved this problem by using reverse proxy approach.
I installed wamp server and used simple reverse proxy feature of apache web server.
I added a new port to listen to Apache web server (8081). Then I added proxy configuration as virtualhost for that port.
ProxyPass / http://localhost:46935/
ProxyPassReverse / http://localhost:46935/