Message in Arabic (العربية)
لم يتم منح ترخيص لـ ASP.NET للوصول إلى المورد المطلوب. امنح هوية طلب ASP.NET حقوق الوصول إلى المورد. يحتوي ASP.NET على هوية عملية أساسية (عادة MACHINE}\ASPNET} على IIS 5 أو خدمة شبكة على IIS 6 وIIS 7 وهوية تجمع التطبيقات على 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