ASP.NET website hosting problem

Closed
varun - Mar 25, 2010 at 08:42 PM
 Amit - May 4, 2010 at 02:38 AM
Hi
I am hosting my ASP.NET website on to the server, I have uploaded all the webpages and created the database on the server as well and now i am trying to change the connection string to the new Database on the server so I changed the connection string on web.config file
<connectionStrings>
<add name="JJMCONDO" connectionString="Data Source=db200.my-hosting-panel.com;Initial Catalog=ahalyam1_varun;User ID=ahalyam1_var;Password=Varun1;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
this is the new connection string that i am using and it is according to template given on the hosting server.
But still I think there is some problem witht he daase connectivity as the same login page is getting refresh even by providing the correct combination of userid and password.

Please help me out as I have to submit my project today.

varun

1 response

Remove the Integrated Security=True" tag
0