Hello,
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 6 2281
"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message
news:Od**************@TK2MSFTNGP04.phx.gbl...
Hello,
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
The above step affects http access rights and is irrelevant to what you are
doing. The dll is accessing the folder via the windows file system.
You need to grant the IUSR_<machinenameuser account Read Write access to
folder you've created using windows explorer.
>
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?
--
Anthony Jones - MVP ASP/ASP.NET
yes, thanks,
can you tell me, how can I do it? I have tried it.
My system is window XP professional SP2
Tnanks
"Anthony Jones" <An*@yadayadayada.comwrote in message
news:Or**************@TK2MSFTNGP04.phx.gbl...
"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message
news:Od**************@TK2MSFTNGP04.phx.gbl...
>Hello,
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
The above step affects http access rights and is irrelevant to what you
are
doing. The dll is accessing the folder via the windows file system.
You need to grant the IUSR_<machinenameuser account Read Write access to
folder you've created using windows explorer.
>> 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?
--
Anthony Jones - MVP ASP/ASP.NET
"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message
news:%2******************@TK2MSFTNGP02.phx.gbl...
yes, thanks,
can you tell me, how can I do it? I have tried it.
My system is window XP professional SP2
In windows explorer navigate to the folder and right mouse click it. Select
properties from the menu. Click on the security tag. Click Add... If From
this location is not show the name of the machine click locations... click
on your machine name and click OK. Enter in box IUSR_<machinename>
(replacing <machinenamewith the name of your machine). Click check names
and then OK. Make sure the IUSR_<machinenameis selected in the upper list
and make sure Modify and Read & Execute are checked in the lower list.
Click OK.
--
Anthony Jones - MVP ASP/ASP.NET
"Anthony Jones" <An*@yadayadayada.comwrote in message
news:Or**************@TK2MSFTNGP04.phx.gbl...
"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message
news:Od**************@TK2MSFTNGP04.phx.gbl...
Hello,
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
The above step affects http access rights and is irrelevant to what you
are
doing. The dll is accessing the folder via the windows file system.
You need to grant the IUSR_<machinenameuser account Read Write access
to
folder you've created using windows explorer.
>
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?
--
Anthony Jones - MVP ASP/ASP.NET
I knew this on windows NT 4. But on my machine I can see only 3 tabs:
General, Sharing und Customize
Somewhere,. something must be activated?
Please help
Thanks
"Anthony Jones" <An*@yadayadayada.comwrote in message
news:eM****************@TK2MSFTNGP02.phx.gbl...
"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message
news:%2******************@TK2MSFTNGP02.phx.gbl...
>yes, thanks, can you tell me, how can I do it? I have tried it. My system is window XP professional SP2
In windows explorer navigate to the folder and right mouse click it.
Select
properties from the menu. Click on the security tag. Click Add... If
From
this location is not show the name of the machine click locations... click
on your machine name and click OK. Enter in box IUSR_<machinename>
(replacing <machinenamewith the name of your machine). Click check
names
and then OK. Make sure the IUSR_<machinenameis selected in the upper
list
and make sure Modify and Read & Execute are checked in the lower list.
Click OK.
--
Anthony Jones - MVP ASP/ASP.NET
>"Anthony Jones" <An*@yadayadayada.comwrote in message news:Or**************@TK2MSFTNGP04.phx.gbl...
"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message
news:Od**************@TK2MSFTNGP04.phx.gbl... Hello,
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
The above step affects http access rights and is irrelevant to what you
are
doing. The dll is accessing the folder via the windows file system.
You need to grant the IUSR_<machinenameuser account Read Write access
to
folder you've created using windows explorer.
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?
--
Anthony Jones - MVP ASP/ASP.NET
You need to turn off "Simple File Sharing": http://support.microsoft.com/kb/304040
Thanh-Nhan Le wrote:
I knew this on windows NT 4. But on my machine I can see only 3 tabs:
General, Sharing und Customize
Somewhere,. something must be activated?
Please help
Thanks
"Anthony Jones" <An*@yadayadayada.comwrote in message
news:eM****************@TK2MSFTNGP02.phx.gbl...
>"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message news:%2******************@TK2MSFTNGP02.phx.gbl. ..
>>yes, thanks, can you tell me, how can I do it? I have tried it. My system is window XP professional SP2
In windows explorer navigate to the folder and right mouse click it. Select properties from the menu. Click on the security tag. Click Add... If From this location is not show the name of the machine click locations... click on your machine name and click OK. Enter in box IUSR_<machinename(replacing <machinenamewith the name of your machine). Click check names and then OK. Make sure the IUSR_<machinenameis selected in the upper list and make sure Modify and Read & Execute are checked in the lower list. Click OK.
-- Anthony Jones - MVP ASP/ASP.NET
>>"Anthony Jones" <An*@yadayadayada.comwrote in message news:Or**************@TK2MSFTNGP04.phx.gbl... "Thanh-Nhan Le" <tn*******@yahoo.dewrote in message news:Od**************@TK2MSFTNGP04.phx.gbl... Hello, > 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
The above step affects http access rights and is irrelevant to what you are doing. The dll is accessing the folder via the windows file system.
You need to grant the IUSR_<machinenameuser account Read Write access to folder you've created using windows explorer.
> 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?
-- Anthony Jones - MVP ASP/ASP.NET
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Thanks
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcomwrote in message
news:uA**************@TK2MSFTNGP05.phx.gbl...
You need to turn off "Simple File Sharing": http://support.microsoft.com/kb/304040
Thanh-Nhan Le wrote:
>I knew this on windows NT 4. But on my machine I can see only 3 tabs: General, Sharing und Customize Somewhere,. something must be activated? Please help
Thanks
"Anthony Jones" <An*@yadayadayada.comwrote in message news:eM****************@TK2MSFTNGP02.phx.gbl...
>>"Thanh-Nhan Le" <tn*******@yahoo.dewrote in message news:%2******************@TK2MSFTNGP02.phx.gbl.. . yes, thanks, can you tell me, how can I do it? I have tried it. My system is window XP professional SP2 In windows explorer navigate to the folder and right mouse click it. Select properties from the menu. Click on the security tag. Click Add... If From this location is not show the name of the machine click locations... click on your machine name and click OK. Enter in box IUSR_<machinename(replacing <machinenamewith the name of your machine). Click check names and then OK. Make sure the IUSR_<machinenameis selected in the upper list and make sure Modify and Read & Execute are checked in the lower list. Click OK.
-- Anthony Jones - MVP ASP/ASP.NET
"Anthony Jones" <An*@yadayadayada.comwrote in message news:Or**************@TK2MSFTNGP04.phx.gbl... "Thanh-Nhan Le" <tn*******@yahoo.dewrote in message news:Od**************@TK2MSFTNGP04.phx.gbl.. . >Hello, >> >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 > > The above step affects http access rights and is irrelevant to what you are doing. The dll is accessing the folder via the windows file system. > You need to grant the IUSR_<machinenameuser account Read Write access to folder you've created using windows explorer. > >> >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? > -- Anthony Jones - MVP ASP/ASP.NET
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Joe |
last post by:
Hello,
I have IIS 6.0 running on w2k3 Enterprise.
I have three upload forms
1 to have restricted uploads .asp
2 to upload plain .asp any extension
3 a FP form upload non .asp
|
by: Joe Abou Jaoude |
last post by:
I have an application that support multiple cultures.
the main folder is english, and the subfolder "French" is french.
I don't want to create a web config in the subfolder french to specify
the...
|
by: Jake |
last post by:
I know how to copy files from one location to another but how would I go
about copying a file from one directory into serveral - or actually all
subdirectories in a single action? Some kind of...
|
by: Dominik Amon |
last post by:
Hi,
I'm using HttpModules in my ASP.NET Application (Note, i'm not using
HttpHandlers!). Well, it works correctly for the hole application, but i
wan't to remove the httpModule for a special...
|
by: Johnnie Norsworthy |
last post by:
ASP.NET 2.0
How do I configure my web site to require forms authorization only for a
subfolder off the root? I know how to set Web.config for forms
authentication for the whole site, but I need...
|
by: hkhella |
last post by:
I am a novice and need lots of help - using VB 2005.
I receive many files daily from an automated center. These files are autmatically downloaded into a subfolder on my computer.
I need to move...
|
by: btopenworld |
last post by:
Hi - question from a relative asp novice
I have written to text files in the past, but always appending new data to
the end of the text file. I now want to add the new data to the beginning of...
|
by: RaviRajhulk |
last post by:
I am trying to read folder and subfolder and print their name into a text file.I am able to read the folder and its content and write it to the textfile but I am not able to read the content of the...
|
by: deve8ore |
last post by:
Hi.... I'm getting closer to understanding the wildcard function in VBA, however we have a vendor that will supply us many files, and unfortunately will place them in different folders with no...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
| |