12,166
社区成员




<add path="*.asmx" verb="*" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
validate="false" />
protected void Application_BeginRequest(object sender, EventArgs e)
{
HttpApplication h = (HttpApplication)sender;
h.Context.RewritePath("WebService1.asmx");
}