15/05/2006, 17:43
|
| Colaborador | | Fecha de Ingreso: enero-2002 Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años Puntos: 146 | |
mmmm, eso lo he visto cuando tienes instalado el .NET junto con el SQL Server....
revisaste estos tips? Cita: Like you, i have the common Error with the 'NT AUTHORITY\NETWORK SERVICE'.
- First : In Microsoft SQL Server Management, Go to the Security of your Server and in Logins.
Right-Click on 'NT AUTHORITY\NETWORK SERVICE' user and click Property.
In User Mapping, select the Map of your Database (in the case of Community Server : CommunityServer) and the Database role membership for : yourdatabase (CommunityServer), click on the db_owner.
Click OK !
- Second : In your Database, select Security and Users, Right-Click on 'NT AUTHORITY\NETWORK SERVICE' click on Property, CHECK if in the Schemas and Database Role Membership if 'db_owner' is CHECKED ?! OK !
- Third : Go to IIS, Right-Click on your "Default Web Site" or your Application "cs" and click Authorizations. In the Security Tab, Add the ASPNET user, Click OK !
That's all Folks !
Normally that's RUN !!! |