SQL Server Login over ISA Server Firewall
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Morning All - My big issue is after I develop my site on my dev box with IIS and SQL all local, I change the code to connect to my remote SQL machine. Well everytime I recieve a 'Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.' The ConnectionString has Integrated Security=SSPI. I have in my Web.config thinking this will pass the Anonymouse User account through my ISA Server Firewall, but not happening. IS there anything else that I am missing on my site, or do I have my ISA Server misconfigured? Any help would be great. Thx CJ