Windows 2008 / IIS 7
Running ASP CMS website using MSSQL.
I am getting the following error when attempting to save a large entry:
I've attempted the various solutions out there, and gone through countless pages of google "fixes". Every fix that everyone says works for them, hasn't worked for me.
Here's what I've done:
Removed line 5 and referring code.
Edited metabase.xml
Edited web.config
Ran appcmd syntax to increase limits via command prompt.
I've tried every fix here.
Has anyone run into a similar issue? I don't think it's the code because saving smaller entries, works fine. I only receive this error when attempting to save entries with large amounts of content. The content is pure text with some links, no images.
Thanks in advance,
Running ASP CMS website using MSSQL.
I am getting the following error when attempting to save a large entry:
Code:
Request object error 'ASP 0104 : 80004005' Operation not Allowed /administration/saveSubCat.asp, line 5
Here's what I've done:
Removed line 5 and referring code.
Edited metabase.xml
Edited web.config
Ran appcmd syntax to increase limits via command prompt.
I've tried every fix here.
Has anyone run into a similar issue? I don't think it's the code because saving smaller entries, works fine. I only receive this error when attempting to save entries with large amounts of content. The content is pure text with some links, no images.
Thanks in advance,
Comment