Sunday 15 April 2012

asp.net - How Do I Set AspMaxRequestEntityAllowed In IIS Express? -



asp.net - How Do I Set AspMaxRequestEntityAllowed In IIS Express? -

how set aspmaxrequestentityallowed in iis express on windows 7? know iis express config files don't see aspmaxrequestentityallowed setting there.

thanks!

yes, not found in iis (usual version , not express) schema, it's ok iis express mimics usual iis features.

%windir%\system32\inetsrv\config\schema

in order set aspmaxrequestentityallowed in iis express, utilize appcmd iis express found in:

%programfiles%\iis express\\iis express\appcmd.exe

the command set similar 1 set in usual iis through appcmd:

appcmd set config -section:asp -limits.maxrequestentityallowed:int

hope helps. thanks.

asp.net iis-express

No comments:

Post a Comment