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?
|
3 | expanded to the full list of reserved names | ||
|
|
||||
|
2 | edited body | ||
|
In our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File Names— |
||||
|
1 |
|
||
ASP.NET MVC Routing vs. Reserved Filenames in WindowsIn our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File Names—
|
||||
