I am trying to connect the oracle database, it is connected through win form application but , using same connection string it is not connected through website or web application?
Please let me know the reason behind this , trying to sorting out problem but unable to resolve it.
Connection String: Data Source=(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.XXX)(PORT = 1521))) (CONNECT_DATA =(SERVICE_NAME = XXXX)));User ID=XXXX;Password=XXXX;
Throws: Error
ORA-06413: Connection not open.
Description: An
unhandled exception occurred during the execution of the cu ...
Go to the complete details ...