iis - maxRequestPathLength not in ASP.NET 4 documentation and doesn't work -
if try use new maxrequestpathlength settings in asp.net application not work. unrecognized attribute error. i've tried using both asp.net integrated , classic application pools in iis 7. funny if search maxrequestpathlength on msdn no found in documentation except in list of new features asp.net 4. gives?
this had me foxed little while. way in .net 4 this:
<httpruntime maxurllength="1024" relaxedurltofilesystemmapping="true"/>
in <system.web>
section of web.config. did , worked.
Comments
Post a Comment