In web.config of the application, i have the connection string like this. This piece works great and connects to the database fine when i try to debug in the server. But when i go live of the website and try, it does not connect. Is there something i am missing in this part of the code. Help is really appreciated!! Thank you! This is in Visual Studio 2008.
<add key="ConnectionString" value="Server=100.12.222.44;Database=Database1;Integrated Security=SSPI" />