We have an ASP.NET MVC Intranet hosted on our IIS server. As you'll know, a Visual Studio project/solution called "MyProject" for example, will have the first folder containing the solution, then another one containing the project files, so it would be http://intranet/myproject/myproject/ for example.
Is there a way to change this, so that it's just http://intranet/myproject?
Hope I've explained the issue clearly!