I'm adding a new module into an existing Classic ASP Web Site. My Client OKd developing the new module in ASP.net. That's the good news. I have been trying to get this thing to work without any luck.
For testing pruposes, I created a simple Classic ASP site using VS 2008 and SS 2008 under IIS7.5. I'm unable get this .... to work. I'm trying to open a very stripped down home.asp page. The active code is:
dim cnn
dim cmd
dim strCnn
Set cnn = Server.CreateObject("ADODB.Connection")
strCnn
View Complete Post