Ask a Question related to ASP.NET Security, Design and Development.
-
ecoder #1
Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Hey Nick....
Will you please specify, exactly how you do what you describ?
Creating what role where and how!
I would be very pleased if you would do that, because I have similar
problems..... :-(
Greetings
Luciano Gio Gambinni
"Nick Gilbert" <news@nickgilbert.com> wrote in message
news:%23fcKRZYMDHA.3088@TK2MSFTNGP10.phx.gbl...up> Create a new role in the database called something like WWWUser, then setFor> the permissions on that role. Finally add the NT AUTHORITY\NETWORK SERVICE
> to that role. Don't ever set the permissions against a particular user
> directly as it can cause problems when transferring databases between
> servers or make your life difficult if you change your security model.SQL> example, if you found you needed to host on Windows 2000, there is no
> NETWORK SERVICE user, so you need to use the MACHINENAME\ASPNET user
> instead. It would be quite simple to just swap the users over within that
> role rather than having to reset the permissions on every single table and
> stored procedure just because the user had changed.
>
> Nick...
>
> "buran" <buran@buran.com> wrote in message
> news:O9s6vOXMDHA.3664@tk2msftngp13.phx.gbl...> > Dear ASP.NET Users,
> >
> > I installed Windows 2003 Standard Edition, then Visual Studio .NET anddatabase> > Server 2000 with SP3. When I build web project connecting to the> in>> > VS.NET, the compliler gives me the following error:
> >
> > Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
> >
> > Has anyone experienced similar problem or how can I solve it?
> >
> > Thanks,
> >
> > Burak Kadirbeyoglu
> >
> >
>
ecoder Guest
-
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' msg
Hey Guys, I have inherited an evil app that I am trying to fix. It is a VB6 desktop app, that I am trying to port to the web using VB6/com+/ASP... -
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
I'm getting a Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' error. I'm running IIS 6 on 2003 Server The error occurs when my asp.net page... -
IIS_WPG is a member of the NT AUTHORITY/network service
i just found it. what is going on is i'm starting CRM and i get a MS CRM error page in the browser with a try again button. looking in Event... -
NT Authority/Network Service error starting CRM
I'm not too sure this it the right group. If its not the right group, could i be directed to the correct one that existes? I found a thread... -
Login failed for user...
I'm trying to set up a subscription from a transactional publication. The publication works find but when I try to push or pull a subscription to... -
ecoder #2
Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Hey Nick....
Will you please specify, exactly how you do what you describ?
Creating what role where and how!
I would be very pleased if you would do that, because I have similar
problems..... :-(
Greetings
Luciano Gio Gambinni
"Nick Gilbert" <news@nickgilbert.com> wrote in message
news:%23fcKRZYMDHA.3088@TK2MSFTNGP10.phx.gbl...up> Create a new role in the database called something like WWWUser, then setFor> the permissions on that role. Finally add the NT AUTHORITY\NETWORK SERVICE
> to that role. Don't ever set the permissions against a particular user
> directly as it can cause problems when transferring databases between
> servers or make your life difficult if you change your security model.SQL> example, if you found you needed to host on Windows 2000, there is no
> NETWORK SERVICE user, so you need to use the MACHINENAME\ASPNET user
> instead. It would be quite simple to just swap the users over within that
> role rather than having to reset the permissions on every single table and
> stored procedure just because the user had changed.
>
> Nick...
>
> "buran" <buran@buran.com> wrote in message
> news:O9s6vOXMDHA.3664@tk2msftngp13.phx.gbl...> > Dear ASP.NET Users,
> >
> > I installed Windows 2003 Standard Edition, then Visual Studio .NET anddatabase> > Server 2000 with SP3. When I build web project connecting to the> in>> > VS.NET, the compliler gives me the following error:
> >
> > Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
> >
> > Has anyone experienced similar problem or how can I solve it?
> >
> > Thanks,
> >
> > Burak Kadirbeyoglu
> >
> >
>
ecoder Guest
-
John Soulis [MSFT] #3
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Try to add the network service account as a user to the database you are
trying to access.
Thank you,
John Soulis
Microsoft, ASP.NET
This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
[url]http://www.microsoft.com/info/cpyright.htm[/url]
John Soulis [MSFT] Guest
-
vibs #4
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
If I understand correctly, then Under Windows Server 2003, the NT AUTHORITY/NETWORK SERVICE database user is part of the IIS Worker Process Group (IIS_WPG) and I already have that in the Users Group with db_owner permissions. And this hasn't helped....
vibs Guest
-
Ken Schaefer #5
Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Hi
Can you please explain exactly which user, or which group, you permitted to
login to SQL Server?
Did you explicitly add NT AUTHORITY\Network Service to the permitted logons?
or did you add something else?
Cheers
Ken
"vibs" <anonymous@discussions.microsoft.com> wrote in message
news:B31F6C2F-55C2-452C-9E5A-3426AD0F98AE@microsoft.com...
: If I understand correctly, then Under Windows Server 2003, the NT
AUTHORITY/NETWORK SERVICE database user is part of the IIS Worker Process
Group (IIS_WPG) and I already have that in the Users Group with db_owner
permissions. And this hasn't helped....
Ken Schaefer Guest
-
Mike Johnson #6
Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Did you grant SELECT rights to the tables for IIS_WPG?
Mike
"vibs" <anonymous@discussions.microsoft.com> wrote in message
news:72F75667-14B2-4382-A7E9-9375B279E9A9@microsoft.com...user/group as NT AUTHORITY\Network Service I can add in SQL Server.> I have added IIS_WPG with db_owner permissions. There is no such
Mike Johnson Guest
-
DotNetJunkies User #7
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Right click on Database, Then Click on
Users,
New Database User
When the window pops up, click on the Ellipsis next to the Name box.
Then in the next box, select IIS_WPG and then click on MEMBERS. Now, select NEtwork Service from here and ...hopefully, this should help...
Zoher Bharmal
[email]zmbharmal@hotmail.com[/email]
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
DotNetJunkies User #8
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Right click on Database, Then Click on
Users,
New Database User
When the window pops up, click on the Ellipsis next to the Name box.
Then in the next box, select IIS_WPG and then click on MEMBERS. Now, select NEtwork Service from here and ...hopefully, this should help...
Zoher Bharmal
[email]zmbharmal@hotmail.com[/email]
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
DotNetJunkies User #9
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Right click on Database, Then Click on
Users,
New Database User
When the window pops up, click on the Ellipsis next to the Name box.
Then in the next box, select IIS_WPG and then click on MEMBERS. Now, select NEtwork Service from here and ...hopefully, this should help...
Zoher Bharmal
[email]zmbharmal@hotmail.com[/email]
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
DotNetJunkies User #10
Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
I had the same issue running Windows 2003. I simple type: 'NT AUTHORITY\NETWORK SERVICE into new user for the database instance, then added that user to each database I was using it for and set the appropriate rights. Hope this works for you.
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
DotNetJunkies User #11
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
thnx for the solution
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
DotNetJunkies User #12
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Open SQL Enterprise manager, drill down to security and add this user: NT AUTHORITY\NETWORK SERVICE
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
DotNetJunkies User #13
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Zoher Bharmal you are the man!!!!! I struggled with this simple issue for a while myself......
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest
-
DotNetJunkies User #14
RE: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
Thanks a lot, it works fine...
Can you explain a little more why I need do that?
the ASP user don't have all that I need?
---
Posted using Wimdows.net NntpNews Component -
Post Made from [url]http://www.DotNetJunkies.com/newsgroups[/url] Our newsgroup engine supports Post Alerts, Ratings, and Searching.
DotNetJunkies User Guest



Reply With Quote

