Hello,
I'm developing a ASP.NET Application using VS.net 2003 to an IIS 6.0 on win2k3 Server. I managed to get access to the Webserver's application directory using Frontpage Server Extensions, which worked fine so long. After adding some code (increasing /bin/project.dll file size from 44kb to 48kb) i get the Error "Could not copy built outputs to the Web. Unable to add 'D:\Visual Studio Projects\VSWebCache\mywebsite_443\projectname\bin\project.dll' to the project. Request Entity Too Large"
I am really confused. Even increasing the Webserver's Parameters in Metabase.xml to 1 gig (AspMaxEntityAllowed, MaxEntitytAllowed) doesn't help.
Getting rid of the new code and therefore decreasing the size of the dll fixes the problem.
P.S: i should mention that URLScan 2.5 is installed on the Server, but i don't get an error here (i also increased the request size)
The only log entry i get is
POST /project/_vti_bin/_vti_aut/author.dll - 443 machine\user <myIP> MSFrontPage/4.0 200 0 0
POST /project/_vti_bin/_vti_aut/author.dll - 443 - <myIP> MSFrontPage/4.0 413 0 0
(first entry: upload of another project file - works fine)
(second entry upload of project.dll - http error code 413 - request entityt too large)