show/hide this revision's text 3 expanded to the full list of reserved names

In our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File Names—COM1 through COM9, LPT1 through LPT9, CON, AUX, PRN, and NUL—anywhere in our routes. They inevitably result in IIS telling us the file cannot be found, even when we set routing not to check for the existence of files first. How can we work around this?

show/hide this revision's text 2 edited body

In our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File Names—COM1 through COM9, PRN, and NUL—anywhere in our routes. They inevitably result in IIS telling us the file cannot be roundfound, even when we set routing not to check for the existence of files first. How can we work around this?

show/hide this revision's text 1

ASP.NET MVC Routing vs. Reserved Filenames in Windows

In our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File Names—COM1 through COM9, PRN, and NUL—anywhere in our routes. They inevitably result in IIS telling us the file cannot be round, even when we set routing not to check for the existence of files first. How can we work around this?