Avatar of ITsolutionWizard
ITsolutionWizard
Flag for United States of America asked on

ASPx to MVC

Originally, I have a website written by asp.net www.abc.com and have many landing page called landing1.aspx landing2.aspx and etc.

We recently re-build the website written in mvc and now we want to fix the redirect.
assume someone search our webpage on google.com and have www.abc.com/landing1.aspx and landing2.aspx and etc.

how can we take all of the aspx webpages and redirect back to our domain www.abc.com?

Thanks,
.NET MVCASP.NET

Avatar of undefined
Last Comment
ITsolutionWizard

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Craig Wagner

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ITsolutionWizard

ASKER
Using Rule in WebConfig is great to me. I am very new.
Do you know how to add a condition just like if the webpage name is default and webpage extension is aspx
redirect to www.abc.com/blog/ ?

Thanks
ITsolutionWizard

ASKER
how come no one can follow up?
ITsolutionWizard

ASKER
All experts are disappearing?
Your help has saved me hundreds of hours of internet surfing.
fblack61