I wanted to use IIS for ASP so I enabled IIS roles in Windows Server 2008 R2 and also .NET 3.5 in Features. In the code I have "Server" object but it does not work. In another PC with another windows version it works but I don't know what is the issue in this windows. The browser gives the error as "Error 8002801d".
<%
Response.write("Check ")
Response.Write(Server.ScriptTimeout)
// commented not using this line
// Set Conn = Server.CreateObject(..........)