Click here to Skip to main content
15,917,565 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Generally IIS redirects the request and response to handler section basing on the extension of the web page . As we all know mvc supports routing then the extension of page is not available .(like .aspx for asp.net page). So in this case how iis handles the request .
Posted

1 solution

 
Share this answer
 
Comments
Pravuprasad 23-May-14 7:12am    
Dats correct,but my question is while we are doing nothing regarding the handler ,but our mvc application runs without any error . So how it happens?
Raul Iloc 23-May-14 7:44am    
1.See details in the link above especially for IIS6 case.
2.In the case of IIS 7, because it natively supports .NET IHttpModules, by default you’ll have UrlRoutingModule plugged right into the server!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900