G
Grant Schenck
Hello,
I'm trying to figure out how to debug a very simple COM object I developed
in VB.
I'm very new to VB and ASP so I have a lot to learn.
That said, I found what I thought was perfect article which covers this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;299633#2
However, I'm running on Windows 2003 and at step 4c) I don't have an
"Internet Service Manager" but rather "Internet Information Services (IIS)
Manager". OK, fine, I assume the name changed.
However, I'm not sure what to do in step 5).
Specifically, that says:
In Internet Services Manager, right-click the virtual directory that
contains the ASP page that calls your component, and then click Properties.
Under Anonymous Access, click Edit, and set the Directory Security of this
virtual directory to anything other than Anonymous.
I placed a simple ASP page in a directory I created, i.e.,
c:\inetpub\wwwroot\MYASP.
From the IIS Manager, I right click my directory under "Web Sites", "Default
Web Site" and selected properties. I then get confused as I don't have an
"Anonymous Access' tab. I tried going to "Directory Security" and clicking
the Edit in the Authentication and Access control" but I couldn't figure out
what to do. I tried clearing the check box "Enable Anoymous Access" but
that didn't seem to work. I couldn't even get pages to load then.
So, bottom line, how do I step into a method of my VB COM object if that com
object is used from an ASP page???
Thanks!
Grant Schenck
I'm trying to figure out how to debug a very simple COM object I developed
in VB.
I'm very new to VB and ASP so I have a lot to learn.
That said, I found what I thought was perfect article which covers this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;299633#2
However, I'm running on Windows 2003 and at step 4c) I don't have an
"Internet Service Manager" but rather "Internet Information Services (IIS)
Manager". OK, fine, I assume the name changed.
However, I'm not sure what to do in step 5).
Specifically, that says:
In Internet Services Manager, right-click the virtual directory that
contains the ASP page that calls your component, and then click Properties.
Under Anonymous Access, click Edit, and set the Directory Security of this
virtual directory to anything other than Anonymous.
I placed a simple ASP page in a directory I created, i.e.,
c:\inetpub\wwwroot\MYASP.
From the IIS Manager, I right click my directory under "Web Sites", "Default
Web Site" and selected properties. I then get confused as I don't have an
"Anonymous Access' tab. I tried going to "Directory Security" and clicking
the Edit in the Authentication and Access control" but I couldn't figure out
what to do. I tried clearing the check box "Enable Anoymous Access" but
that didn't seem to work. I couldn't even get pages to load then.
So, bottom line, how do I step into a method of my VB COM object if that com
object is used from an ASP page???
Thanks!
Grant Schenck