Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
6answers
8k 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, ...
3
votes
7answers
1k 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 ...
1
vote
3answers
752 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?
0
votes
1answer
60 views

Umbraco Content Name

In Umbraco CMS, I would like to prevent the contents to have names having invalid URL character such %, > and etc. How should I do that? Regards, Nami