相关文章  
  • 用 ASP编程来控制在IIS 建立Web站点
  • 用实例来说明如何优化Web数据库页面
  • 一种理论上最快的Web数据库分页方法
  • 通过具体项目浅谈及实战Web Service
  • 在 WebService 中使用属性发布一个方法
  • 架构Web Service:什么是Web服务?
  • 提高IIS网站服务器效率八法
  • 成功做好网络管理员 IIS使用十大原则
  • 在 WebForm 的 DadaGrid 中显示图象
  • Web 应用程序级别的 Cluster 实现技术
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    用Websharp Service Locator简化分布式系统开发7

    GetHello")]
      
           string GetHello2(string hello);
      
         }
      
      4. 填写配置文件
      
      xml version="1.0" encoding="utf-8" ?>
      
      <configuration>
      
         <configSections>   
      
           <section name="Websharp.Enterprise"
      
                type="Websharp.Enterprise.EnterpriseConfigHandler,Websharp" />
      
         configSections>
         <Websharp.Enterprise>
      
           <ServiceTypes>
      
             <ServiceType name="LocalAssembly"
      
                    locator="Websharp.Enterprise.LocalAssemblyLocator,Websharp" />
      
             <ServiceType name="WebService"
      
                    locator="Websharp.Enterprise.WebServiceLocator,Websharp" />
      
           ServiceTypes>
      
      
      
           <Se

    页码:[1] [2] [3] [4] [5] [6] [7] [8]7页、共8页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved