Dear All,
I am using belwo connetion string and its working fine in windows based application. but when i use this in web application it give me errorORA-12154: TNS:could not resolve the connect identifier specified.
<add name="AppConnectionString" connectionString="Data Source = DEVDB; User Id = crmng_uat; Password = crmnguat; Unicode=True; Pooling=False;" providerName="System.Data.OracleClient"/>