I have just started setting up an existing project in classic asp on my local environment and I am stuck getting this error "Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed"
The line where I am getting the error is as follows:
Server.CreateObject("WebCache.SqlStream")
Please help me in getting this error fixed.
I am using IIS 7.5 on Windows 7 machine.