休息WCF网址路由& Web窗体URL路由问题

时间:2011-02-22 14:32:00

标签: asp.net wcf url-routing

我有一个Web应用程序,我在其中添加了对RESTful WCF的引用。

通过将Inherits="RestService.Global"添加到Web应用程序Global.asax,我获得了WCF网址路由以在我的web应用程序中工作。

<%@ Application Codebehind="Global.asax.cs" Inherits="RestService.Global" Language="C#" %>

但后来我尝试为Web应用程序创建URL路由,但它不能与Global.asax中的Inherits="RestService.Global"一起使用。如果我拿走它,它工作正常。有没有正确的方法来做到这一点。谢谢你的回答。

1 个答案:

答案 0 :(得分:0)

不确定为什么要设置Global.asax的Inherits属性以启用WCF URL路由。按照this post的步骤进行操作,您的RESTful WCF路由应该设置得很好。