ASP.NET url MAX_PATH limit

Posted by Greg Ballard on Stack Overflow See other posts from Stack Overflow or by Greg Ballard
Published on 2008-11-05T14:20:58Z Indexed on 2010/03/28 9:23 UTC
Read the original article Hit count: 559

Filed under:
|
|
|

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 file that limits the length of the path in the url to MAX_PATH which is hardcoded at 260 chars.

Has anyone else ran into this and found a way around this limit? Query string parameters are not an option.

Thanks, Greg Ballard

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about isapi