How to give url mapping in asp.net using dynamic XML file

Questions by Chakravarthi   answers by Chakravarthi

Showing Answers 1 - 3 of 3 Answers

Vikas Yadav

  • Apr 11th, 2008
 

<system.web>
    <urlMappings>
            <add url="url typed by user " mappedUrl="actual url invoked" />
    </urlMappings>
</system.web>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions