we are using framework 3.5 please let me know how can I achieve following
instead of showing
http://www.mydomain.com/microsite/index.aspx?projid=3&adid=5
I want to show something like
http://www.mydomain.com/%5Bcityname%5D/%5Bkeyword%5D/%5Bcustomer-project-name%5D/index.html
where [cityname],[keyword],[customer-project-name] will be dynamic based on projid, adid
we want to do this for SEO
Use Urlrewritting to make your pages more Url / user friendly.
Please consider reading below mentioned articles and that may be helpful to you.
http://msdn.microsoft.com/en-us/library/cc668201.aspx
How to SEO friendly an existing ASP .NET 3.5 web application under IIS6