The solutions works, but I had a lot of URLs patterns to deal with. I could of course add a lot of entries, but it does not sound very elegant. I am wondering that could anyone explain the path syntax? If it is based on regex or glob pattern, I might been able to write a general path pattern for my requirements.
When trying to solve the problem to allow dot in URLs, I found that a lot of people suggested to add below content in the web.config:
The solutions works, but I had a lot of URLs patterns to deal with. I could of course add a lot of entries, but it does not sound very elegant. I am wondering that could anyone explain the path syntax? If it is based on regex or glob pattern, I might been able to write a general path pattern for my requirements.