I am not sure if I changed a setting, but for some reason when I get an error, my browser does not display any error message? Does, any one have a clue on what is going on. My basic code looks someone like this:
try
'code
catch
throw ex
finally
'code
end try
I am not sure what is going on but when it does throw the ex nothing is displayed in the browser.. also just to let you know in my browser settings I do not have"show friendly HTTP message" selected (I've tried selecting it and deselecting it). Any help would greatly be appreciated.
-mike
try
'code
catch
throw ex
finally
'code
end try
I am not sure what is going on but when it does throw the ex nothing is displayed in the browser.. also just to let you know in my browser settings I do not have"show friendly HTTP message" selected (I've tried selecting it and deselecting it). Any help would greatly be appreciated.
-mike