All Questions
4 questions
1
vote
2
answers
2k
views
Classic ASP using MVC routing on IIS7
After taking the first hurdle, I found something amusing.
Direct access (i.e. /OLD/ASP/myFile.asp) to the page works (well, no, but it returns a plausible ASP error ;) ).
However, trying to route ...
0
votes
1
answer
852
views
IIS 7.5 MVC4/.NET4.5 Nothing but the default page loads
... everything else (scripts, css, other pages) return a 404 error. This works on my DEV machine under IIS Express so I'm assuming I've configured IIS 7.5 incorrectly, but nothing leaps out at me. ...
2
votes
0
answers
287
views
IIS7.5 - Handling static files requests in MVC ASP.NET
I would like to handle all the web requests with MVC ASP.NET, but I can't handle any image request for example.
When I created the MVC project, Visual Studio add three ExtensionlessUrlHandler for ...
0
votes
2
answers
280
views
ASP.NET MVC 4 route crashes on one specific keyword: Ekstranett
I'm using routing in my ASP.NET MVC 4 application and I'm experiencing a very strange problem. I am attempting to establish a route to an area named Ekstranett, but if I use Ekstranett as the first ...