|
2 |
edited tags
|
||
|
1 |
|
||
ASP.NET MVC Action Gives 404 on Certain Params?I'm getting a strange error in my MVC site. I have an action in my controller which responds to the default route of {controller}/{action}/{id} - in my case, /Project/Client/{id}. Depending on the id I pass to it, I get an error. With Elmah off, it's a straight-up ASP.NET 404 error. Turning Elmah on gives me the following:
This only happens with certain ID params. for example
and so on... Any clues?
|
||||
