Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?



Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are t..

Answer / Rakesh Kumar Rajak

In an ASP.NET MVC application, the route settings are defined in two places: Global Route Table and Controller-specific Routes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?

1 Answers  


what is use of entitydatasource control?

1 Answers   Microsoft,


What is domain class model?

1 Answers  


What are the methods in Thread class?

3 Answers  


Integer & struct are value types or reference types in .NET?

3 Answers  


What is difference between razor and web form engine?

1 Answers  


What is the difference between model and entity?

1 Answers  


What is edm (entity data model)? : Entity framework

1 Answers  


What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?

1 Answers   BWT, MMTS, UIU,


What is GUID and why we need to use it and in what condition? How this is created

1 Answers  


What is namespace of asp.net mvc?

1 Answers  


Is it possible to create a custom filter?

1 Answers  


Categories