andreas domevscek

andreas domevscek

  • NA
  • 21
  • 8.2k

No page is shown

Sep 25 2014 4:06 PM

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