G
Guest
I have a simple ASP page which gets data from the user and then triggers a console App which encrypts the data into a file. This console app creates a tmpfile() during the encryption process. I developed and tested the page on my machine (WinXP with FAT32 using VS2k3) and it worked fine. Since I have moved the page to a second machine (WinXP using NTFS) at which point the ASP page works fine until the console app is call and its create tempfile() call fails. I know it must be a security setting but I can not figure out which one, Is it a ASP security or a NTFS security which is diss-allowing the tmpfile() creation????
Please hel
Daveed
Please hel
Daveed