i was able to successfully update the applicationhost.config by running the above suggested command...
"%windir%\system32\inetsrv\appcmd set config
-section:system.webServer/security/requestFiltering
-requestLimits.maxAllowedContentLength:2000000000"
and I visually confirmed this by looking at the file. It is there. So I reset IIS and still i get the following error...
Log Name: Application
Source: ASP.NET 2.0.50727.0
Date:
Event ID: 1309
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: WEB01
Description:
Event code: 3004
Event message: Post size exceeded allowed limits.
I am using windows server 2008 64 bit... is there perhaps another place i need to change this setting? I have tried inserting the same setting into several other config files inlcuding the application web.config file, but nothing is doing the trick.
Thanks,