Link to home
Start Free TrialLog in
Avatar of Bob Schneider
Bob SchneiderFlag for United States of America

asked on

Uploading Files via fso to iis 8

Just moved to a new server and my file system object code is not working.  I believe I have the permissions on each folder correctly set.  It worked fine on iis 7/windows server 2008.  Is there a setting somewhere?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Schneider

ASKER

The code is good but here is the line that is creating the problem: biData = Request.BinaryRead(Request.TotalBytes)

Is there a limit that needs to be increased?

I added NETWORK SERVICES  but to no avail.
I just uploaded a 41 kb image fine.  The one before was 273 kb.  They both seem pretty small but it sounds like a limits issue, right?
It was a request entity limit issue.  Thanks for the help!