I got a problem in Mvc With dot symbol in My URL.
Example My URL is : http://localhost/frances.c
I got error like this
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Detailed Error Information:
| Module | IIS Web Core |
|---|---|
| Notification | MapRequestHandler |
| Handler | StaticFile |
| Error Code | 0x80070002 |
| Requested URL | http://localhost:80/frances.c |
|---|---|
| Physical Path | D:\Website\Funmango_V4\Funmango_V4\frances.c |
| Logon Method | Anonymous |
| Logon User | Anonymous |
Plz help me

Sunny SharmaPosted Jun 29, 2013, 12:36 AM
Refer to the links below, I'm sure this will help you achieve your purpose:
http://stackoverflow.com/questions/9273987/asp-net-mvc-url-route-supporting-dot
http://stackoverflow.com/questions/11728846/dots-in-url-causes-404-with-asp-net-mvc-and-iis
Mark this as answer if it helps.
Cheers!