Dots in URL causes 404 with ASP.NET mvc and IIS
I got this working by editing my site’s HTTP handlers. For my needs this works well and resolves my issue. I simply added a new HTTP handler that looks for specific path criteria. If the request matches it is correctly sent to .NET for processing. I’m much happier with this solution that the URLRewrite hack … Read more