creating ASPx Pages on the FLY

  • Thread starter Thread starter LIN
  • Start date Start date
L

LIN

Hello,

Greetings. I am creating a web site which will contain lot of articles. I
had been planning to create simple HTML page on the server everytime i
posted a article (eg. article12.html ). Now, i want to show an advertisement
on top of each of this html page. the ad banner has to be dynamically
updated depending on date (period) the advertiser has planned to advertise
for. So I thought of creating ASPx pages instead.

Is it a good idea? I want my website to be very search engine friendly.

thoughts please. thank you!

regards,
LIN
 
I'm sure you'll find pros and cons looking at HTML vs. ASPX pages, but if
you need dynamic content like changing banners, and are used to working with
VS .NET, then why not use ASPX pages? You can use the AdRotator control for
the banner capability.
 
so no issues creating ASPX pages dynamically? do I have to take care of any
extra issue here as compared to HTML? not worried about the ad rotator
component at this point of time. My concern is about creating those hundreds
of ASPX pages.

let me know. thanks for the help.

regards,
shalin
 
Back
Top