Re: ASP.NET Page does not works after move
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 03/15/04
- Next message: C: "siteminder"
- Previous message: Dan: "LogonUser Error -1314 on Window2000"
- In reply to: Daveed: "ASP.NET Page does not works after move"
- Next in thread: Daveed: "Re: ASP.NET Page does not works after move"
- Reply: Daveed: "Re: ASP.NET Page does not works after move"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 15 Mar 2004 16:15:57 +1100
I suspect NTFS permissions problems.
However, if you use Filemon from www.sysinternals.com you can see what is
being denied by NTFS permissions. If the request to create the file is never
making it to the Filemon tool, then it's something do to with your console
app.
Cheers
Ken
"Daveed" <anonymous@discussions.microsoft.com> wrote in message
news:AACD8626-64C5-44F0-AFE8-07BECBDCEB6B@microsoft.com...
:
: 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 help
: Daveed
:
- Next message: C: "siteminder"
- Previous message: Dan: "LogonUser Error -1314 on Window2000"
- In reply to: Daveed: "ASP.NET Page does not works after move"
- Next in thread: Daveed: "Re: ASP.NET Page does not works after move"
- Reply: Daveed: "Re: ASP.NET Page does not works after move"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|