Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Deligation issue

    Hi,

    I am using Windows 2000 and .NET Framework 1.1 and am using impersonation to
    pick up details from a fileserver. Normally this works however when we reboot
    our server the deligation of credentials does not work, it simply comes back
    with a "Access to the path is denied" message.

    To fix this I simply need to sign onto the server console however after our
    server crashes overnight (as occasionally happens) when it reboots itself it
    is obviously not signed on, is there any way to have the impersonation
    working from startup?

    Thanks,

    Richard.
    Richard Guest

  2. Similar Questions and Discussions

    1. XML Issue
      I recently created a flash animation that calls the dynamic text from a XML file. The movie works when I use flash player, however when it is...
    2. Url Issue
      If i clearly understand your question, your question is about security rights... Web.Config's authorization section is interpreted line by...
    3. FRS issue
      I have started having replication problems and know the reason I just have no choice in the matter. Management has insisted on running ZA...
    4. non-php issue
      hi everyone, could someone recommend a security mailing list, please? or you may like to answer my question below: i'm currently using...
    5. 4GL V7.32 issue
      OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40. The following code is coredumping: (this is a cut down version of a bigger file, to the point where...
  3. #2

    Default Re: Deligation issue

    Just guessing here, but do you access the fileserver via a mapped drive? If
    so, I am also guessing that you are asked for credentials before the drive
    is mapped, which may be why the requested access is failing.

    --
    - Paul Glavich
    Microsoft MVP - ASP.NET


    "Richard" <Richard@discussions.microsoft.com> wrote in message
    news:B6556B93-0298-424F-82A4-5F74A8D171E0@microsoft.com...
    > Hi,
    >
    > I am using Windows 2000 and .NET Framework 1.1 and am using impersonation
    to
    > pick up details from a fileserver. Normally this works however when we
    reboot
    > our server the deligation of credentials does not work, it simply comes
    back
    > with a "Access to the path is denied" message.
    >
    > To fix this I simply need to sign onto the server console however after
    our
    > server crashes overnight (as occasionally happens) when it reboots itself
    it
    > is obviously not signed on, is there any way to have the impersonation
    > working from startup?
    >
    > Thanks,
    >
    > Richard.

    Paul Glavich [MVP - ASP.NET] Guest

  4. #3

    Default Re: Deligation issue

    Hi Paul,

    Thanks, yes I am. Should using a UNC path work successfully?

    Cheers,

    Richard.

    "Paul Glavich [MVP - ASP.NET]" wrote:
    > Just guessing here, but do you access the fileserver via a mapped drive? If
    > so, I am also guessing that you are asked for credentials before the drive
    > is mapped, which may be why the requested access is failing.
    >
    > --
    > - Paul Glavich
    > Microsoft MVP - ASP.NET
    >
    >
    > "Richard" <Richard@discussions.microsoft.com> wrote in message
    > news:B6556B93-0298-424F-82A4-5F74A8D171E0@microsoft.com...
    > > Hi,
    > >
    > > I am using Windows 2000 and .NET Framework 1.1 and am using impersonation
    > to
    > > pick up details from a fileserver. Normally this works however when we
    > reboot
    > > our server the deligation of credentials does not work, it simply comes
    > back
    > > with a "Access to the path is denied" message.
    > >
    > > To fix this I simply need to sign onto the server console however after
    > our
    > > server crashes overnight (as occasionally happens) when it reboots itself
    > it
    > > is obviously not signed on, is there any way to have the impersonation
    > > working from startup?
    > >
    > > Thanks,
    > >
    > > Richard.
    >
    >
    >
    Richard Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139