Ask a Question related to ASP.NET Security, Design and Development.
-
MikeH #1
Windows 2003 Identity issue.
I have a small ASP.NET app that maintains a SQL Server
database. When I delpoy to a Windows 2003 Enterprize
Server I get the following error on connecting to the
RDBMS...
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
To overcome this problem I have modified the logins on
SQL Server as follows...
exec sp_grantlogin 'NT AUTHORITY\NETWORK SERVICE'
exec sp_grantdbaccess 'NT AUTHORITY\NETWORK SERVICE'
This works fine thus far but I am concerned as to whether
or not this is the "correct" way of doing things. In
particular, does it open up any security holes?
Thank you
MikeH Guest
-
Application Event Log security issue on Windows 2003
Hi, Does anyone know how to get this to work? Application Event Log does not work with (C++ COM) components that I call from ASP pages on... -
Issue using CDO and ASP when hosted from a Windows Server 2003 box
Hello. I have a function, code below, that I use to send email in ASP via the CDO object. The username and password to the SMTP server are... -
CFmx7 Install Issue w/Windows 2003
Have installed & reinstalled the trial version of ColdFusion MX 7 mulitple times on Windows 2003 server running IIS 6. Have gone w/all the defaut... -
Windows Server 2003 and briefcase issue
I am unable to copy files ot folder from a sahred network drive to a briefcase folder on my windows server 2003 PC. I keep getting a message "This... -
Windows 2003 Standard Activation issue
I've installed a NFD (from a TS2 Event) copy of Windows 2003 Server on my laptop. It's been running a little slow so I ran a full checkdisk on... -
Michal A. Valasek #2
Re: Windows 2003 Identity issue.
| I have a small ASP.NET app that maintains a SQL Server
| database. When I delpoy to a Windows 2003 Enterprize
| Server I get the following error on connecting to the
| RDBMS...
|
| Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
You can do two things:
1. Use SQL server, not Windows authentication.
2. Impersonate the web application to be running under specific user
account.
--
Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]
Michal A. Valasek Guest



Reply With Quote

