HI there,
I have deploy various report model to sharepoint with success before,
however, there is one particular report model could not be deployed
with the below error.
Error 2 System.Web.Services.Protocols.SoapException: There was an
exception running the extensions specified in the config file. --->
System.Web.HttpException: Maximum request length exceeded. at
System.Web.HttpRequest.GetEntireRawContent() at
System.Web.HttpRequest.get_InputStream() at
System.Web.Services.Protocols.SoapServerProtocol.Initialize() ---
End of inner exception stack trace --- at
System.Web.Services.Protocols.SoapServerProtocol.Initialize() at
System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response,
Boolean& abortProcessing) c:\documents and settings\sp2007service\my
documents\visual studio 2005\projects\invoice_tracking\invoice_tracking
\p1hk05s_POH800_InvoiceTracking_ReportModel3.smdl 0 0
I have tried to reduce the number of tables included in the table and
deploy with success, so I guess it's all about filesize...I have
searched on the internet and try to fix the above problem by modifying
the web.config and machine.config file..
but without success..I do not know which web.config or machine.config
I should set as there are a number of them in my computer.
Does anyone has any idea?
Thank you.