G
Guest
I nedd to be able to enter data into a SQL database table from a website.
I ran through the database interface wizard selecting asp.net and connecting
to a sql database. I have an established connection under Site Settings. I am
able to log-in and view my submission_form.aspx. However when I hit the
submit button I get this error:
Invalid Authorization Specification
----------------
....And a reference to line 33 in the submission_form.aspx
------------
Source error:
DataTable curDataTable = Connection.GetDataSet(true).Tables[0];
--------------
I have not made any modifications of any kind. this is the result from the
files created by the wizard. I have looked into this error without success.
Please Help!
I am now wondering if I can enter data into a SQL database using asp.net and
the Wizard? Or, do I need to switch to asp and the wizard instead.
Or, do I have a configuration problem on my server: IIS 6.0, Windows Server
2003?
Thank you in advance
I ran through the database interface wizard selecting asp.net and connecting
to a sql database. I have an established connection under Site Settings. I am
able to log-in and view my submission_form.aspx. However when I hit the
submit button I get this error:
Invalid Authorization Specification
----------------
....And a reference to line 33 in the submission_form.aspx
------------
Source error:
DataTable curDataTable = Connection.GetDataSet(true).Tables[0];
--------------
I have not made any modifications of any kind. this is the result from the
files created by the wizard. I have looked into this error without success.
Please Help!
I am now wondering if I can enter data into a SQL database using asp.net and
the Wizard? Or, do I need to switch to asp and the wizard instead.
Or, do I have a configuration problem on my server: IIS 6.0, Windows Server
2003?
Thank you in advance