G
GinKirk
Hi - looking for help with a submit form to SQL Server.
I've used the database options from the form properties to set up the
connection (form is .asp). The connection is a dsn on the same server
as IIS and uses a Windows trusted connection. SQL Server is on the
same box.
Clicking the submit button produces a results page that indicates the
user has submitted X information, but it is not saved to the database.
The connection is there, but no data is being saved.
When trying to view the data results, the following error is produced:
login failed for user [servername]\iusr_[servername]. this leads me to
believe the problem is with the trusted connection permissions for that
user. How are these permissions set up? It is not necessary for a
user to enter a uid/password, but I don't want a gaping security hole
either.
Any relevant comments/questions are welcome.
Thanks much
I've used the database options from the form properties to set up the
connection (form is .asp). The connection is a dsn on the same server
as IIS and uses a Windows trusted connection. SQL Server is on the
same box.
Clicking the submit button produces a results page that indicates the
user has submitted X information, but it is not saved to the database.
The connection is there, but no data is being saved.
When trying to view the data results, the following error is produced:
login failed for user [servername]\iusr_[servername]. this leads me to
believe the problem is with the trusted connection permissions for that
user. How are these permissions set up? It is not necessary for a
user to enter a uid/password, but I don't want a gaping security hole
either.
Any relevant comments/questions are welcome.
Thanks much