Provavelmente é o serviço de rede
Eu recebo o seguinte erro:
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.
Eu li que não há nenhum usuário ASPNET no IIS 7. Eu também adicionei [nome da máquina] \ IIS_IUSRS, mas ainda recebo o erro. Qual usuário eu preciso adicionar?
Tags permissions iis .net iis-7 asp.net