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

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

c++ - Update and multiple console windows -