What is server side routing?



What is server side routing?..

Answer / Meenakshi Chauhan

Server-side routing is the process of mapping URLs (routes) to specific actions or controllers in an application. It allows developers to define how incoming requests should be handled by the server, such as calling a specific action method or rendering a specific view. In ASP.NET MVC, routes are defined in the RouteConfig class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Should I delete cookies?

1 Answers  


How can you provide an alternating color scheme in a Repeater control?

6 Answers   Siebel Systems,


Define satellite assemblies.

1 Answers  


Is asp.net web forms dead?

1 Answers  


What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?

3 Answers   TCS,


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,


Explain the advantages of passport authentication.

1 Answers  


can any one tell about web services?

5 Answers  


Explain the various authentication mechanisms in asp.net.

1 Answers  


What’s the use of “GLOBAL.ASAX” file?

1 Answers  


What is ascx?

1 Answers  


Name and describe some HTTP Status Codes and what they express to the requesting client ?

1 Answers  


Categories