write a file to as subfolder of a InetServer location
- From: "Thanh-Nhan Le" <tnle_2003@xxxxxxxx>
- Date: Sun, 14 Oct 2007 14:43:04 +0200
Hi,
I have an ASP application on IIS server:
http://localhost/myApp
I use ASP and a my own VB activex DLL to create a pdf file and write this
file to a subfolder of the Application folder:
http://localhost/myApp/pdfs
1-
Over IIS I have set the "write permission" for this subfolder.
But each time I receive the message: "Can't open output file (bad filename,
in use by other application)", error 0x80040202
2- a visual basic test application can call this DLL, generate and write the
file without problem to the folder
3- with ASP I generate the file in a normal folder (ie c:\temp), it works
Then my ASP page use FileSystemObject to copy this file to the folder
...MyApp/pdfs
When I call this page there is no error message, but the programm runs utils
the line, where FileSystemObject to copy the file to the folder, then it
stops there. The process is hung (dead). The file is not copied...
How can I do?
Thanks
Nhan
.
- Follow-Ups:
- Re: write a file to as subfolder of a InetServer location
- From: David Wang
- Re: write a file to as subfolder of a InetServer location
- Prev by Date: Re: Web Folders and Integrated Authentication
- Next by Date: Re: write a file to as subfolder of a InetServer location
- Previous by thread: Urgent!!! .Net Professionals for UAE
- Next by thread: Re: write a file to as subfolder of a InetServer location
- Index(es):
Relevant Pages
|