c# - ASP.net MVC 5 application: one request generates multiple controller endpoints -
i debugging weird issue asp.net mvc 5 application. when 1 client request fired, instance myapplication/faq/company_id, generates multiple faq controller endpoints in trace.axd page.
33 1/27/2016 2:26:56 pm /faq/4048950 200 view details 34 1/27/2016 2:27:07 pm /faq/4048950 200 view details 35 1/27/2016 2:27:09 pm /faq/4048950 200 view details the faq layout nested under main site layout. have made faq layout primitive.
have seen such or similar issue before? thoughts or suggestions further debug problem?
Comments
Post a Comment