Hi there.
I currently have this route defined (among others): "{controller}/{action}/{id}/{designation}" being:
- "id" my primary key
- "designation" only used for SEO and not taken into account.
now my problem is: "http://server/Home/Index/1/teste" works but "http://server/Home/Index/1/teste " with a space in the end doesn't.
IIS is giving me a 404 and mvc is not even starting for this request.
Anyone experienced this behavior? Anything I need to change?
With best regards