0

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/[cityname]/[keyword]/[customer-project-name]/index.html

where [cityname],[keyword],[customer-project-name] will be dynamic based on projid, adid

we want to do this for SEO

1

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

2

You could create a HttpModule which rewrite the url or use a existing Url Rewriting Module like UrlRewriter.net . Here is a blog post about this subject.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.