Data-driven Ad Banner Systems Using Active Server Pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Reference is http://msdn2.microsoft.com/en-us/library/aa140094(office.10).aspx

The implementation seems straight forward but for a novice like me there are
some questions. Can anyone please tell me:
if I do this the ASP way
1.)where does the DB go?
2.) do I place the actual rotator on my regular HTML page or do I have to
change all my pags to .asp extensions?
3.) if I have to change all my pages to .asp than Question is how do I do
this?

In the end, all I want is a way to rotate my ads so that readers/visitors
are offered different things on different pages. I am planning to implement
this with my Include command. This way when ever a reader goes to a new or
different page on my site they get a new ad served. Because if he did not
click on it when I showed the ad the first time than why would he click when
I show it the 20th time?
Anyway, any help will be greatly appreciated.
Thanks
Michael
 
1. import it into your web and FrontPage will create a special folder called
fpdb for it
2. .asp pages
3. Open the web, right click on the file(s) and rename them.
 
Back
Top