Forum Discussion

SiddiquiEmraan's avatar
SiddiquiEmraan
Occasional Visitor
2 years ago

Area handling in ASP.NET 4 MVC in web API

Hi All,

 

We have ASP.NET MVC 4 application and under that we  have 3 area, (Integration, Internal, Job).

 

No if I create a new API controller under Integration area say EmployeeController with Get method, It register Employee Get API against all three areas.

 

It should register against Integration area only.

 

How I can fix this issue

No RepliesBe the first to reply