Message in Hebrew (עברית)
לתהליך ASP.NET אין הרשאה לגשת למשאב המבוקש. שקול הענקת הרשאות גישה למשאב לזהות הבקשה של ASP.NET. ל- ASP.NET יש תהליך זהות בסיסי (בדרך כלל {MACHINE}\ASPNET ב- IIS 5 או Network Service ב- IIS 6 וב- IIS 7.5) שנמצא בשימוש אם היישום לא מתחזה. אם היישום מתחזה דרך <identity impersonate="true"></identity>, הזהות תהיה משתמש אלמוני (בדרך כלל IUSR_MACHINENAME) או משתמש בקשה שאושר.
Unlocalized message
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 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"></identity>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
Search by Google