ad server config error in global.asa
Hi Again. I added 2 lines to my global.asa file:
set ad = Application("Ad")
ad.TargetFrame="TARGET=_BLANK"
I then restart the server, and I get the following error:
Microsoft VBScript runtime error '800a01a8'
Object required: 'Application(...)'
/AdManager/global.asa, line 31
I added the "set ad = ..." line after first trying to set the
TargetFrame property on its own.
BTW, can anyone recommend good resources for learning about the
global.asa, site.csc, adredir.asp and tags.asp files? Thx!
g
|