Does anyone know how to do this? AdRotator, ContentRotator etc work in
normal ASPs but I get errors if I try and use them to generate content in
WebClasses. Is it even possible to use them? The only references I can
find refer to using these components on .NET forms.
I've found a reference to using the Browser Capabilities component in
WebClasses but again that works fine in normal ASPs but keeps giving error
9005 if I try and use it in a WebClass. The Microsoft site suggests that
this is because it's not registered properly but if that's the case
a) why do all my registry enties look right?
b) why does the ASP work?
c) isn't it supposed to be available intrinsically like Application,
Request, Response etc?
Andy Johnson