Re: Connect Database from IIS server using Windows Authentication in SSMS
Hi,The problem is solved cheers :)I having had a few of these "Obj ref to a null instance" my response "?$%@".Your response "Shoot" is nicer ;-].I hope the tools help save you from another "Shoot"...
View ArticleRe: Connect Database from IIS server using Windows Authentication in SSMS
Shoot... The problem is solved. Actually the message "Obj ref to a null instance" is thrown by our application. That means the impersonation is a huge success,yet I mistook it with IIS message....
View ArticleRe: Connect Database from IIS server using Windows Authentication in SSMS
Hello,A small interrupt for this thread. These are suggestions only.Your dealing several items each one could have a single problemwhen grouped together it is hard to find the one of many.Some tools to...
View ArticleRe: Connect Database from IIS server using Windows Authentication in SSMS
Yes, I understand. But let's me explain things for you more clearly The problem is my IIS Machine A and Database Machine B does not in a same domain. So what I'm trying to pulling is 1- To create a DB...
View ArticleRe: Connect Database from IIS server using Windows Authentication in SSMS
You've finded the cause of the error : the account 'NT AUTHORITY\NETWORK SERVICE' on the web server isn't recognized on the database server. To use SSPI you have to use a domain account as identity for...
View ArticleConnect Database from IIS server using Windows Authentication in SSMS
Hi guys, We have IIS server in machine A We have a database server in machine B. Every connection to database server is via Windows Authentication (not SQL Authentication). However, when I attemp to...
View Article