Maximus007
Technical User
Hi I am trying to lock certain individual from submitting information through a form. When they click on the submit button. The database does the windows authentication then let them in if they are part of that account. I made all the modification neccesary for this to work but I am getting the following error. Can some own explain or guide on how to complish this task.
Error:Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
/forms/ProcessRegister.asp, line 34
line 34 is:
Conn.Open "Provider=sqloledb;Data Source=Flmirsql02;Initial Catalog=Source_Forms;integrated security=SSPI;persist security info=False;Trusted_Connection=Yes;"
Your help is greatly appreciated.
Error:Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
/forms/ProcessRegister.asp, line 34
line 34 is:
Conn.Open "Provider=sqloledb;Data Source=Flmirsql02;Initial Catalog=Source_Forms;integrated security=SSPI;persist security info=False;Trusted_Connection=Yes;"
Your help is greatly appreciated.