Hi,
I made an ASP MVC 4 app running with c#, time to host it, i first tried to use IIS but it was pretty hard to config so i decided to try Cassini (aka Ultidev web server pro). I managed to host it pretty quickly and easily (thanks to you) then made some change to this app. I then decided to host an old version of this app by removing this one (in other word i tried to host a backup of the project i made).
The problem is that now i can't host it without virtual directories.
All I want is an app running with this url : http://localhost or
http://127.0.0.1 or http://{myIp} and not one with http://{myIp}/{myApp}/
here is the config i tried to apply (removing the name of my app in the virtual directory text input) :
and here is the error i get :
Thanks for the webserver you created and thanks for the answer you can provide.