G
Guest
Hello,
I was just puting an application on the web server but it did not work as
usual...
- I do develop on my notebook and move released applications to the Web server
- both have Sql Server 2000
- In this particular application I have a form login based on
Username/Password from a database table
- the start page of the application has a datagrid, both pages are accessing
ONE database but an other table
- It seems that the username and password are checked and validated against
the db (otherwise it would not try to load the next page) but for any reason
the SQL connection for any following page can not be established
- Some pages come up with "SQL Server does not exist or access denied " BUT
other have"tem.Data.SqlClient.SqlException: Could not find stored procedure
'xxxxSelectCommand'
Did anybody have something like this?
Thank you very much in advance.
Cheers Oli
I was just puting an application on the web server but it did not work as
usual...
- I do develop on my notebook and move released applications to the Web server
- both have Sql Server 2000
- In this particular application I have a form login based on
Username/Password from a database table
- the start page of the application has a datagrid, both pages are accessing
ONE database but an other table
- It seems that the username and password are checked and validated against
the db (otherwise it would not try to load the next page) but for any reason
the SQL connection for any following page can not be established
- Some pages come up with "SQL Server does not exist or access denied " BUT
other have"tem.Data.SqlClient.SqlException: Could not find stored procedure
'xxxxSelectCommand'
Did anybody have something like this?
Thank you very much in advance.
Cheers Oli