Hello all,
Thanks in advace for your help.
I have a C# web service where I need to access a MS SQL DB. I see a way of creating a connection string in IIS and using it in the web application when connecting to the DB. In IIS in Connection strings you specify the name of the connection, server, user n pwd
How can I use the name of connection string created in IIS in my c# app.?
I am currently using
CustomerInfo customerinfo = new CustomerInfo<
View Complete Post