远程服务程序集的客户端.pptVIP

  • 3
  • 0
  • 约 83页
  • 2017-01-21 发布于天津
  • 举报
远程服务程序集的客户端

Remoting 杨圣洪 hbxxysh2@ 为什么要学习Remoting 想在WEB服务中直接调用EXE组件程序,如Word与Excel, csc test.cs。均无法实现,所以试着: 1)把exe放到webService目录下,允许写权限。 在文件夹上添加了aspnet所有权限。 2)IIS使用windows身份验证, 客户端加NetworkCredential,使用administrator账户. 3)在服务中,将“ASP.NET 状态服务”登录设置“允许与桌面交互”。 4) 设置“服务”中“IIS Admin”之“登录”,勾选“服务与桌面交互”,重启IIS 5)在web.config里面模拟里管理员帐户。 identity impersonate=true userName=xx\Administrator password=*** / 为什么要学习Remoting 1)建虚拟目录wsRemote1 2)建Web服务http://localhost/wsRemote1 3)添加如下WebMethod: 为什么要学习Remoting 键入http://localhost/wsremote1/service1.asmx,看不到 为什么要学习Remoting 键入http://localho

文档评论(0)

1亿VIP精品文档

相关文档