notken
Junior Member
Posts: 4
Registered: 6/20/2007
Member Is Offline
|
| posted on 9/4/2008 at 01:01 PM |
|
|
Zipping files from a network
Hi there.
I'm trying to move an ASP.Net application to a new server system where some files are on a file server, but the Web site source code is on a Web
server.
If the files I want to zip are also on this Web server, the Zip functions are working fine. If I try to zip from the files on the File server, though,
they never end up in the zip. There's no error message. They just aren't there.
I do have permission to read files on the file server, and can view the files on the same site. In fact, although I only need read access to this
network folder, I've given both the ASPNET user and the anonymous IUSR full control over the folder. I'm using impersonation in web.config, and it
seems to be working with every other aspect but server-side zipping.
I don't have any trouble using the Zip object in classic ASP on the same architecture. It's simply an ASP.Net problem. Is there some other
permission I might be missing somewhere, or do I have to force the object to be run as a particular user?
Thanks!
|
|
|
|