Currently my website is functioning both with a www prefix and without. I want every page should redirect with www prefix only for search engine optimization (SEO).
The changes should not impact on local development environment (localhost)
How can I do that on Web.Config file?
Any another approaches to accomplish this?