I have a task which is to create an xml file with basically these elements:-
incoming request = sites/suppliers(.*?) should redirect to http://home.company/sites/sup$1
I'll read this xml file in Global.asax Application_BeginRequest event. Get the incoming request and check the xml file and do any redirection if necessary.
Could you guys please help me by giving the code in CSharp on how to acheive this.
Thanks In Advance.