Custom httphandler and routehandler with ASPNET MVC 4 and webapi

后端 未结 1 1790
慢半拍i
慢半拍i 2020-12-31 11:24

I\'m working on an ASPNET MVC 4 and WebApi. The webapi methods will be consumed by mobile devices. We need to secure the services and what we are using is to encrypt the dat

相关标签:
1条回答
  • 2020-12-31 12:02

    If you haven't yet, you need to first register the handler in global.asax or your web.config file.

    http://msdn.microsoft.com/en-us/library/46c5ddfy(v=vs.100).aspx

    0 讨论(0)
提交回复
热议问题