Re: ASP upload error on IIS6 by David
David
Sat Nov 29 06:23:42 CST 2003
Unless you have access to an account in the web server's Administrators
group or is able to execute code that calls "RevertToSelf()" on the server,
it is not possible for you to send a request to the server to retrieve the
setting of this value.
If you do have such admin access, then the value you're interested in is the
"ASPMaxRequestEntityAllowed" property on the global LM/W3SVC node. If you
have such access, both ADSI, FSO, and XMLDOM will get you access to the same
value -- and I'd use ADSI because it'd be portable between IIS versions (XML
format can change, but ADSI interface won't).
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Mark Ryder" <mark.ryder@bluespark.co.uk> wrote in message
news:f117e836.0311261530.13762b58@posting.google.com...
Have read about the 200K default setting on the
AspMaxRequestEntityAllowed on Windows 2003.
Have the problem with my hosted Win2003 site and I want to know how
can I send a request to the server (or create an asp page) that will
tell me what the setting is (as it seems to be above 200K) ?