branchwebin
11-06-2008, 06:58 AM
Hello Everyone,
Need some help.
I?ve created a simple web page using VB developer 2005 express edition. I have uploaded all my files and database.
Everything is working fine except when a user is submitting a form that is submitting info onto the database.
When the user hits submit nothing is posting into the tables of the database.
I?ve updated my web.config file to point to my new web site as follows :
<connectionStrings>
<clear />
<add name='LocalSqlServer' connectionString='Data Source=tcp:sql2k515.discountasp.net;Initial Catalog=SQL2005_564361_mydatabase;User ID=SQL2005_564361_mydatabase_user;Password= *** my password here ***'
providerName='System.Data.SqlClient' />
<add name='SQL2005_564361_mydatabase_userConnetionStrin g' connectionString='Data Source=tcp:sql2k515.discountasp.net;Initial Catalog=SQL2005_564361_mydatabase;User ID=SQL2005_564361_mydatabase_user;Password=*** my password here ***'
providerName='System.Data.SqlClient' />
</connectionStrings>
I?ve also attached the database using the attach database file tool in SQL Server 2005.
I?m I missing something?
Please help.
Need some help.
I?ve created a simple web page using VB developer 2005 express edition. I have uploaded all my files and database.
Everything is working fine except when a user is submitting a form that is submitting info onto the database.
When the user hits submit nothing is posting into the tables of the database.
I?ve updated my web.config file to point to my new web site as follows :
<connectionStrings>
<clear />
<add name='LocalSqlServer' connectionString='Data Source=tcp:sql2k515.discountasp.net;Initial Catalog=SQL2005_564361_mydatabase;User ID=SQL2005_564361_mydatabase_user;Password= *** my password here ***'
providerName='System.Data.SqlClient' />
<add name='SQL2005_564361_mydatabase_userConnetionStrin g' connectionString='Data Source=tcp:sql2k515.discountasp.net;Initial Catalog=SQL2005_564361_mydatabase;User ID=SQL2005_564361_mydatabase_user;Password=*** my password here ***'
providerName='System.Data.SqlClient' />
</connectionStrings>
I?ve also attached the database using the attach database file tool in SQL Server 2005.
I?m I missing something?
Please help.