12-23-04 10:51 PM
hi stefan
i tried it , but i still have a problem (when i try to upload a 9Mb PDF
file i get a blank "page not found" page. I am working with windows 2003
server and i think there is something in the metabase file i need to
change, but i don't remember exactly what.
alon
Stefan [MSFT] wrote:
> Hi Alon,
>
> this needs to be adjusted in the web.config of your project:
> <httpRuntime executionTimeout="300"
> maxRequestLength="10240"
> ...>
>
> maxRequestLength is the size in KB (sample above is 10 MB). exeutionTimeou
t
> is the amount of time the upload can take (300 seconds in the sample above
).
>
> Cheers,
> Stefan.
>
>
> "Alon Mayaffit" <mayafit@mail.bgu.ac.il> wrote in message
> news:uyyigYP6EHA.2540@TK2MSFTNGP09.phx.gbl...
>
>
>
>
[ Post a follow-up to this message ]
|