Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
- From: "Brad Coble" <bcoble@xxxxxxxxxxxxxxxxx>
- Date: Tue, 18 Apr 2006 14:20:53 -0400
Never mind :)
"Brad Coble" <bcoble@xxxxxxxxxxxxxxxxx> wrote in message
news:%23ou5%23kvYGHA.3496@xxxxxxxxxxxxxxxxxxxxxxx
Hy!
I have an IIS 6 (asp.net 2) website on a win2003 server. It also has
SQL2005. I am trying to use the membership controls to create a user. I
have the aspnetdb database created. I have added the 'NT AUTHORITY\NETWORK
SERVICE' account to the db and placed it in the dbo role.The web.config
file is below. Integrated security is checked in IIS. SQL is set to use
both SQL and windows security.
What am i missing?
Thanks!!
<?xml version="1.0" encoding="utf-8"?>
<configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<connectionStrings>
<add name="aspnetdb"
connectionString="Server=localhost;Database=aspnetdb;Trusted_Connection=True"
/>
</connectionStrings>
<system.web>
<compilation debug="true" />
<membership defaultProvider="CustomSQLMembershipProvider">
<providers>
<add connectionStringName="aspnetdb" name="CustomizedProvider"
type="System.Web.Security.SqlMembershipProvider" />
<add applicationName="/" connectionStringName="aspnetdb"
name="CustomSQLMembershipProvider" type="CustomSQLMembershipProvider" />
</providers>
</membership>
<roleManager enabled="true"
defaultProvider="CustomizedRoleProvider">
<providers>
<add name="CustomizedRoleProvider"
type="System.Web.Security.SqlRoleProvider"
connectionStringName="aspnetdb" />
</providers>
</roleManager>
<pages theme="default" />
<authentication mode="Forms" />
</system.web>
</configuration>
.
- References:
- Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
- From: Brad Coble
- Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
- Prev by Date: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
- Next by Date: test
- Previous by thread: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
- Next by thread: test
- Index(es):
Relevant Pages
|
|