Re: Google and Dynamic Web Pages
Install ISAPI_REWRITE from Helicon on your server, it's IIS's equivalent to mod_rewrite. So you can use friendly urls e.g.
site.com/products/a-cool-product-you-should-buy/
Hope that helps
Edit:
Oh and don't use postbacks for navigation etc if you're using ASP.NET, and try to stear clear of the more advanced controls and stick to literals and repeaters, so it keeps your code clean and doesn't clutter up the viewstate too much.
|