I am trying to connnect to a sql data base but I keep getting an error stating that the login has faild. I am setting the connection to the data base within a web config file and the connection work before deployment but not after the web application has been deployed.
This is my connection string is there somthing missing from this statement?
<connectionStri ngs>
<add name="OASIS_Con nectionString" connectionStrin g="Data Source=DCM01;In itial Catalog=Dev;Int egrated Security=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>
This is my connection string is there somthing missing from this statement?
<connectionStri ngs>
<add name="OASIS_Con nectionString" connectionStrin g="Data Source=DCM01;In itial Catalog=Dev;Int egrated Security=True"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>
Comment