Re: ASP.NET Page does not works after move

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 03/15/04


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
:



Relevant Pages

  • Re: Export current NTFS permissions.
    ... "Hans Rotteveel" wrote in message ... > What I need is a tool of a script witch can export the NTFS permissions to ... > security baseline and I can use it to roll-back the original NTFS ... > to a security template. ...
    (microsoft.public.security)
  • RE: help on Access to specific location ??
    ... If you're using Windows Authentication with Impersination set to true, ... ASP.NET runs under that users account, and so is subject to NTFS permissions. ... after which it may be blocked by NTFS security. ... > th folder as well in case we use windows authentication of course. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Moving from Anonymous to Integrated Security Within a Session
    ... the owners of the site are using NTFS permissions ... have the verified information ... session into an integrated security one so that NTFS ... permissions can restrict file access? ...
    (microsoft.public.inetserver.iis.security)
  • NTFS Sharing, Security, and permissions
    ... I have several questions about NTFS permissions and security. ... I have mangled my external drive's Share and Security ... What are the default users and groups setup during Windows ... All hard drives are NTFS. ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Filtering GPO
    ... where you would right click the folder and select security to bring up ntfs ... permission window. ...
    (microsoft.public.windowsxp.security_admin)

Loading