1
vote
8answers
876 views
“The resource cannot be found.” error when there is a “dot” at the end of the url
Hi,
I'm using ASP .NET MVC Beta and I get the HTTP 404 (The resource cannot be found) error when I use this url which has a "dot" at the end:
…
0
votes
“The resource cannot be found.” error when there is a “dot” at the end of the url
For an example: I have a table named Detail1 [Id(integer), Code(string), Description(string)] which has FK relationship with Master1 through it's Id column. Whenever I select a record of Master1, I …
0
votes
“The resource cannot be found.” error when there is a “dot” at the end of the url
Thanks for the explanation.
…
