IIS 7 Предоставление пользовательских разрешений
Я получаю следующую ошибку:
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) orthe authenticated request user.
Я прочитал, что в IIS 7 нет пользователя ASPNET. Я также добавил [Имя машины]\IIS_IUSRS, но все равно получаю сообщение об ошибке. Какой пользователь мне нужно добавить?