Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Related Articles
ASP.NET MVC - Routing
Please Give 2 examples for scenarios when routing is not applied?
+1
vote
341
views
Please Give 2 examples for scenarios when routing is not applied?
mvc
asp.net
posted
Feb 16, 2017
by
Jdk
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
A Physical File is Found that Matches the URL Pattern
– This default behaviour can be overriden by setting the RouteExistingFiles property of the RouteCollection object to true.
Routing Is Explicitly Disabled for a URL Pattern
– Use the RouteCollection.Ignore() method to prevent routing from handling certain requests.
answer
Feb 16, 2017
by
Shivaranjini
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
+1
vote
How to define Attribute Routing for Area in ASP.NET MVC?
+2
votes
Give an example for Authorization filters in an asp.net mvc application?
+2
votes
What is the advantage of using ASP.NET routing?
+3
votes
Where are the routing rules defined in an asp.net MVC application?
...