|
Prev: 403.1 Error
Next: Passing prameters
From: Zam on 9 Feb 2005 09:51 Hello World, Is html based form for upload files. ASP script are get and save files on web server. Works fine on Windows 2000 Server. Under Windows 2003, if try to upload files more than 100Kb got error: Error number: -2147467259 Error source: Error description: Operation not Allowed in next line: Binary = Request.BinaryRead (Length) Any idea why it happen? With best regards,
From: Zam on 9 Feb 2005 10:06 Hello, Already solved: Change "ASPMaxRequestEntityAllowed" = 1073741824 in \windows\system32\inetsvr\metabase.xml With best regards, "Zam" <zam(a)parks.lv> wrote in message news:OyDaMbrDFHA.2824(a)tk2msftngp13.phx.gbl... > Hello World, > > Is html based form for upload files. > > ASP script are get and save files on web server. Works fine on Windows 2000 > Server. > > Under Windows 2003, if try to upload files more than 100Kb got error: > > Error number: -2147467259 > Error source: > Error description: Operation not Allowed > > in next line: > > Binary = Request.BinaryRead (Length) > > Any idea why it happen? > > With best regards, > >
|
Pages: 1 Prev: 403.1 Error Next: Passing prameters |