Strange Error
Tech-Archive recommends: Fix windows errors by optimizing your registry
I have an ASP.Net web page that calls a .dll that writes information to a SQL
Server database on a different machine. When I run it on our production
server I can see on the SQL Server that the call is executed by the anonymous
account that is specified in IIS. This makes sense. When I move this
application to our test enviroment, I get an error because the account that
appears to be making the call to the database is <domain>\<machinename>$.
This causes an erro because no such account exists.
What could be wrong? I made sure to use the same (domain) anonymous account
on both machines. This is a strange error. Does anyone have any ideas what
this problem could be?
.
Relevant Pages
- Re: SQL account rights
... Please advice what is the best, suitable rights rather than domain admin ... issues, such as a server that might have IIS running on the same machine, ... applicable to SQL 2000 environment, ... files, or backups, make sure that the service account has Full ... (microsoft.public.sqlserver.security) - RE: MP Install issue
... Where in the installation are you talking about specifying the account rather ... > MPDB ERROR - CONNECTION PARAMETERS ... > SQL Server Name: servername ... > with a trusted SQL Server connection. ... (microsoft.public.sms.setup) - Re: SQL Express Fails with Hardware Error
... The LocalSystem account is a built-in account, ... which the SQL Service runs. ... MCSE, CCEA, Microsoft MVP - Terminal Server ... Minimum Hardware Requirement (Warning) ... (microsoft.public.sqlserver.setup) - Re: SCCM with a remote SQL instance problems (IT IS NOT A WARNING)
... PreReq check is not a WARNING it is a FAILURE. ... account the run the SQL Server Service on the server, Domain Memberships, AD ... (microsoft.public.sms.installer) - Re: Distributed Query - Linked Servers?
... In the case of SQL style accounts, it doesn't seem very secure to me, because the password will be transmitted over the network. ... it should also be able to work by setting up a credential and proxy account on Server1. ... In this case it could work with NTLM authentication. ... we just need to verify that the 2 sql server instances are under sql server and windows authentication mode and the sql account you use has the permission on the 2 sql server instances. ... (microsoft.public.sqlserver.server) |
|