ASP.NET url MAX_PATH limit
- by Greg Ballard
Hi,
I've found an issue with ASP.NET that I know at least has stumped one other person out there. We were trying to use an HttpModule to handle wildcard
requests to a web application. The generated url is dynamic and could
potentially be several hundred characters long. Unfortunately there
appears to be a limitation in the aspnet_isapi.dll…