Looks like you need to go into debug mode, and register your oracle provider.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
Where are you clicking ? If you don't see a security tab in Explorer, chances are you have basic security turned on.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
Well, do you have a web.config file there, or not ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
aslamshaik2510978 wrote:
please write it for me.
I suggest you either change your attitude, or drop out of your course now.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
for this error 'unable to start debugging on web server,access is denied' see whether ur name is the part of the debuggers users in the iis. and one more thing the debug = true option should be set in the web.config file. the tag is not recognized by the envt. for this error ' u set this code n check out
for this error 'unable to start debugging on web server,access is denied' see whether ur name is the part of the debuggers users in the iis. and one more thing the debug = true option should be set in the web.config file. the tag is not recognized by the envt. for this error ' u set this code n check out
aslamshaik2510978 wrote:
string usr,pwd,comments;
This is c# declaration. You've either created a VB.NET application, or you have to declare variables as: Dim usr as String.