摘要:
XML Web Service的安全 本章概述同任何基于Web的应用程序一样,我们也必须确保XML Web Service的安全,以防止出现意外的使用或者故意的误用Web服务的情况。本章介绍了Web服务上下文安全的三个方面——身份验证、授权以及安全通信。教学目标掌握身份验证和授权的概念理解如何使用IIS和Windows内置的安全机制,这在企业解决方案中属于基础工作掌握使用S... 阅读全文
摘要:
该方法适合于某个超级供应商与多个分级供应商之间搭建的WebService平台。超级供应商制定接口规范wsdl描述,分级供应商只需要将wsdl生成接口,实现接口就可以了。减少了分级供应商代码量,又保证了平台数据接口统一,非常的好,多谢多谢!
WebService Interface is Very Good!! 阅读全文
摘要:
用csharp做好的Asp.net系统移到自己的机器上,编译出现错误:"Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies."意思是说... 阅读全文
摘要:
使用asp.net 2.0 中新的System.Net.Mail发送邮件,使用163邮件服务器时等其他服务器时可能会出现:“Send Error:不允许使用邮箱名称。 服务器响应为: You are not authorized to send mail, authentication is required”错误,以下程序中红色为特别需要主要的地方。 protected ... 阅读全文
摘要:
<Preventing an AutoCAD block from being exploded using .NET>In response to these recent posts, I received a comment from Nick:By any chance would it be possible to provide an example to prevent ... 阅读全文