-
ASPPlatform/WAS 2015. 5. 16. 18:39
web.config
the rewrite section
the httpErrors section
-
C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora
<%
Dim StrConnect
strConnect="Provider=OraOLEDB.Oracle[.1];Persist Security Info=False;Data Source=Your_TNSNames_Alias;User ID=User;Password=Password"
Set objConn = CreateObject("ADODB.Connection")
objConn.open strConnect
...
%>