0
Reply

No page is shown

Ask a question

Hello,
I installed Oracle ODP.net.

string CS = ConfigurationManager.ConnectionStrings["OraAspNetConString"].ConnectionString;


OracleConnection con = new OracleConnection(CS);

con.Open();


Oracle Connection gives no failure

If i leave con open() outside program no failure

i put it back in i got no page to be shown