Hey I just bought the Hands on ASP for VB6/Web Development and it's great HOWEVER I;m having a problem on chapter 11..

Here is the sample code
<% oExcel = Server.CreateObject("Excel.Application")%>
< oExcel.Caption %>

it's support to show Microsoft Excel on the page when it loads however I'm getting this..

<b>Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Microsoft Excel'
/Default.asp, line 12</b>

It must be something stupid. I searched the registry for AllowOutOfProcCmpnts.. found none, so I added the key to where microsoft says to (to make IIS run EXE's).. but it didnt work.. I figured I ask here and maybe get a quicker answer then to write the authors of the book.