Active Directory authentication issue with ASP.NET & IIS

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I have IIS5, ActiveDirectory, fileserver on 3 different boxes all
WINDOWS 2000 Enterprise.

Trying to authenticate users on AD to access files on fileserver using
ASP.NET from IIS5
Successfully can log to asp.net pages on IIS with proper AD user
credentials but unable to access fileserver folder called "ROCK"

<impersonation = "True">
<authentication ="windows">
IIS Virtual directory uses "Integrated" mode of authentication
Denies Anonymous users


I did do the folder ROCK (IUS & IWAM accounts) permissions for
fullrights on the folder.

I Get this error...any help is greatly appreciated


Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the
path "\\fileserver\ROCK" is denied.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS
5 or Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user
(typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in
Explorer, choose "Properties" and select the Security tab. Click "Add"
to add the appropriate user or group. Highlight the ASP.NET account,
and check the boxes for the desired access

.



Relevant Pages

  • OT: Problems with radiusd and EAP-PEAP
    ... I keep trying in order to radius authenticate and authorize users from XP. ... Module: Loaded eap ... leaving group authorize for request 0 ...
    (Debian-User)
  • OT:Problems with radiusd and EAP-PEAP
    ... I keep trying in order to radius authenticate and authorize users ... Module: Loaded eap ... leaving group authorize for request 0 ...
    (Ubuntu)
  • Re: SSH mediated Kerberos authenticated sudo.
    ... credentialling system. ... remote application can request a credential from a user. ... authenticate a request for a user credential. ... At that point the client requests the user for the ...
    (comp.protocols.kerberos)
  • Re: IIS Challenge for Password. WinXP authenticates differently th
    ... What IIS version. ... Integrated Authentication is going to require a domain. ... What if I want the users to authenticate as username and the domain is ... > When you have this configured, users just log onto their machines using ...
    (microsoft.public.inetserver.iis.security)
  • Re: Active Directory LDAP Authentication Fails in IIS 6
    ... in IIS 5.1) were: ... It seems you can't Authenticate using the Active Directory thats why you ... Public Function IsAuthenticated(ByVal domain As String, ... Dim entry As DirectoryEntry = New DirectoryEntry(_path, ...
    (microsoft.public.dotnet.framework.aspnet)