摘要: First of all verify Server side.Rename webmethods.aspx to webmethods.asmx.Verify that you placed Inside of \ and a httpHandlers for asmx extension (ScriptHandlerFactory) also exist in the config:Verify that [ScriptService] attribute ([System.Web.Script.Services.ScriptService] if you like full names) 阅读全文
posted @ 2014-03-10 17:40 happyu0223 阅读(223) 评论(0) 推荐(0) 编辑
摘要: In this article we are going to see how to serialize and deserializean object as binary data using the binary formatter.Step 1: Used Namespaceusing System; using System.Collections; using System.IO; using System.Runtime.Serialization.Formatters.Binary; Step 2: Usage protected void Page_Load(object . 阅读全文
posted @ 2014-03-10 11:45 happyu0223 阅读(177) 评论(0) 推荐(0) 编辑
摘要: So for example the goal was to have a site: www.site.com expose a www.site.com/company1 and a www.site.com/company2 and have the content from “www.company1.com” served for the first one and “www.company2.com” served in the second one. Furthermore we would like to have the responses cached in the ser 阅读全文
posted @ 2014-03-10 11:23 happyu0223 阅读(695) 评论(0) 推荐(0) 编辑