G
Guest
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?
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?