I am a developer who has inherited a legacy application written in Classic ASP which has since been converted to ASP.Net. When I simply click on the link on our test box, I receive the following error message:
ADODB.Stream error '800a0bba
File Cannot Be Opened
/portal/devl/app_uc_csl_fin_mng/include/aspfunctions.asp, line 252
I have since went into the file to check for the flagged line of code and I don't see anything incorrect. I felt that this is a permissions related issue or that the file it references no longer resides in the current directory. I set the permissions for a test user to administrative with full read and write access along with ensuring the file name and path are satisfactory. Ran it through the debugger and I received the following error message:
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
Not sure why this is occurring but it has now consumed the time of three developers; any help would greatly be appreciated.