Answer:
The settings must be done in 2 places for the routing to work properly.They are:
i) Web.Config File : In the web.config file, the ASP.NET routing has to be enabled.
ii) Global.asax File : The Route table is created in the application Start event handler, of the Global.asax file.
Asked In: Many Interviews |
Alert Moderator