Strange Error

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

Guest

This sounds like a possible sql security problem. If you are trying to access
SQL server with IIS annonymous user without using a sql server user account
then this could be your problem.

~Alex Korchemniy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top