Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 27852

Difficulties in hosting Classic asp application with IIS 7.5(Windows 2008 server R2(64 bit)) with oracle 11g

$
0
0
Hi I have a classic ASP application,which is ruuning fine in Window 2003 server(32 bit OS) with oracle 10g database. But I want to configure the same Classic ASP application in Windows 2008 R2 server(64 bit OS) having IIS 7.5 and Oracle 11g database.From the begining I face some problem to configure the application and now the application is running, but it need some coding changes in classic asp pages and oracle procedure (procedure having REF CURSOR as a out parameter).But I don't want to change in my classic asp pages and oracle procedure.Because it's too difficult to change coding in each and every page. Finally,I want to configure my Classic ASP application in Windows 2008 R2 server(64 bit OS) having IIS 7.5 and Oracle11g witout changing the classic source code and oracle procedure. So Please suggest me , .Is there any migration tool available for migarating the whole classic application to run in windows 2008 server R2(IIS 7.5) with Oracle 11g . Any type of configuration for without changing the code,run the application in windows 2008 server R2(IIS 7.5) with Oracle 11g Some few changes in Classic ASP page : 1.Adding the following code on the top of the page 2.While fetching data in a recordset using oracle procedure having out parameter as a REF CURSOR Classic asp code format while window 2003 server: sqlinfo = "{CALL UspAllGetSystem ({resultset 0,vCursor}) }" Classic asp code format while window 2008 R2 server(IIS 7.5 with oracle 11g): sqlinfo = "{call MY_PACKAGE.UspAllGetSystem}" I want to configure my Classic ASP application in Windows 2008 R2 server(64 bit OS) having IIS 7.5 and Oracle11g witout changing the classic source code and oracle procedure. Please share your suggestion,waht are the possibility to resolve the above issue . Wating for your sharp reply Rakesh

Viewing all articles
Browse latest Browse all 27852

Trending Articles