Hello all, could anyone tell me how to make the below statement work please.
Dim objConn AsNew OleDbConnection(ConfigurationSettings.AppSettings("dsn"))
When I run my webform, all I get is a blank page. I run the debug find out that the statement above is the cause of the problem. MSDN doesn't tell me what the statement above mean. I am at my end wits. Please help anyone. Thank you all for reading this post.
I think it has something to do with the "dsn" settings. I don't know how to set it up. Please advise me.
dominico
Dim objConn AsNew OleDbConnection(ConfigurationSettings.AppSettings("dsn"))
When I run my webform, all I get is a blank page. I run the debug find out that the statement above is the cause of the problem. MSDN doesn't tell me what the statement above mean. I am at my end wits. Please help anyone. Thank you all for reading this post.
I think it has something to do with the "dsn" settings. I don't know how to set it up. Please advise me.
dominico
Last edited: