1
vote
3answers
241 views
Handle Invalid URL in MVC
How to handle invalid URLs in MVC?
For ex.: When the user enters http://localhost/User/MyProfile instead of
http://localhost/User/Profile, it will throw an exception.
How to handle this request?
7
votes
8answers
2k views
Invalid Webresource.axd parameters being generated.
Edit 6/8/09: While this issue is marked as closed, this is because it had a bounty on it, and automatically closed. The issue is not actually resolved. It strongly looks now like this issue is not, …
2
votes
8answers
666 views
Why is this query string invalid?
In my asp.net mvc page I create a link that renders as followed:
http://localhost:3035/Formula/OverView?colorId=349405&paintCode=744&name=BRILLANT%20SILVER&formulaId=570230
According …
