Let us suppose we have a site entirely written on Silverlight. All navigation occurs inside the SL application and data comes from services.
I want to add advertisement in the app that will change on each navigation in the app (ultimately the ad should be relevant to the current content).
So how to add advertisement to such kind of web applications?
Am I right that there are two major problems to do this?
- Render html advertisement in silverlight.
- Support relevance (in case of relevant ads like Google AdSense).
AFAIK, there are silverlight controls solving the first point.
I will appreciate any ideas. Thank you.