Re: sql server and asp.net problem
From: Hermit Dave (hermitd.REMOVE_at_CAPS.AND.DOTS.hotmail.com)
Date: 10/08/04
- Next message: Colin Young: "Re: Architecture design question"
- Previous message: Mike: "Re: filter dataset"
- In reply to: Brian Henry: "sql server and asp.net problem"
- Next in thread: Steven Cheng[MSFT]: "RE: sql server and asp.net problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 8 Oct 2004 19:26:05 +0100
you will find this helpful
http://www.codeproject.com/cs/database/sql_in_csharp.asp
i prefer to execute commands through query analyser unlike osql command
prompt as in this article
HTH
-- Regards, Hermit Dave (http://hdave.blogspot.com) "Brian Henry" <brianiupmsdn@newsgroups.nospam> wrote in message news:uIW0uGWrEHA.3288@TK2MSFTNGP12.phx.gbl... > I moved my asp.net site to a windows 2003 server with SQL Server 200 on the > same machine and it gives me the error > > Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. > Description: An unhandled exception occurred during the execution of the > current web request. Please review the stack trace for more information > about the error and where it originated in the code. > > Exception Details: System.Data.SqlClient.SqlException: Login failed for user > 'NT AUTHORITY\NETWORK SERVICE'. > > Source Error: > > > An unhandled exception was generated during the execution of the > current web request. Information regarding the origin and location of the > exception can be identified using the exception stack trace below. > > > > well when i looked through the user list available to add 'NT > AUTHORITY\NETWORK SERVICE' was not on the list only ASPNET user was... which > i added like i did in 2000 and still the same error, what do I do? thanks > >
- Next message: Colin Young: "Re: Architecture design question"
- Previous message: Mike: "Re: filter dataset"
- In reply to: Brian Henry: "sql server and asp.net problem"
- Next in thread: Steven Cheng[MSFT]: "RE: sql server and asp.net problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|