When I create WebAPI project and I add umbraco from nuget. I rebuild my project it alway show error message "The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?)" in WebApiConfig.cs
Build API without Umbraco API
I build a website and include WebAPI. But a don't want using Umbraco API controller. How do I can config my website. I want using ASP.NET WebAPI.
Hi Nhan,
Why do you want to yse WebAPI ? UmbracoApiController is just ApiController but with Umbraco context, it's great feature.
Thanks
Can I change API Url from UmbracoAPI?
Ex: Change from /Umbraco/Api/[YourControllerName] to /Api/[YourControllerName]
Because I want to change my API url.
Andreas Johansson wrote about this problem here - http://www.andreasjohansson.eu/technical-blog/configuring-custom-web-api-routing-for-umbraco-sites/
When I create WebAPI project and I add umbraco from nuget. I rebuild my project it alway show error message "The type or namespace name 'HttpConfiguration' could not be found (are you missing a using directive or an assembly reference?)" in WebApiConfig.cs
I already add library.
Do it conflict with umbraco?
I using umbraco 6.2.6
I using UmbracoApiController, but it thought error too.
Hi Nhan,
Why did you decide to use Umbraco 6.2.6?
Thanks
is working on a reply...