首页 Soft PlugIn RAN乱 Dev开发 Info资料 English WAP 留言 登陆 注册
-
Posted by Yippee | 评论(0) | 引用(0) | 阅读450次
20080521 web service c# server

20080521 web service c# server
http://www.shengfang.org

http://radio.weblogs.com/0105476/stories/2002/07/12/executingAspxPagesWithoutAWebServer.html
Executing ASPX pages without a web server


在没有 IIS 的条件下运行 ASMX
http://www.microsoft.com/china/MSDN/library/WebServices/WebServices/ServiceStation.mspx?mfr=true

动态读取App.Config
http://www.cnblogs.com/robber/archive/2007/03/19/679988.html

http://blog.csdn.net/lhsxsh/archive/2008/02/28/2129239.aspx
http服务与客户

http://chuiwenchiu.spaces.live.com/blog/cns!CA5D9227DF9E78E8!697.entry
[C#]一個監聽 http:// 伺服器的範例

http://hi.baidu.com/qyn99/blog/item/59ab7d2471aa852ed5074211.html
.Net深入学习:序列化

http://topic.csdn.net/t/20060731/22/4917881.html
System.Web.Hosting,使aspx,asmx页面脱离IIS来运行

http://www.cnblogs.com/pdfw/archive/2008/02/04/1063985.html
在没有 IIS 的条件下运行 ASMX(转自 msdn)

http://www.cnblogs.com/Xiaoshan/archive/2008/02/03/1063513.html
在应用程序中集成支持ASP.NET/WebService 的WebServer

http://www.codeproject.com/KB/IP/minihttpd.aspx?display=PrintAll&fid=208489&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=201
MiniHttpd: an HTTP web server library

http://www.rainsts.net/article.asp?id=303
在应用程序中集成支持 ASP.NET/WebService 的 WebServer

http://www.codeproject.com/KB/aspnet/EWSWebPt1.aspx
ASP.NET Common Web Page Class Library - Part 1

http://www.microsoft.com/china/MSDN/library/WebServices/WebServices/ServiceStation.mspx?mfr=true
在没有 IIS 的条件下运行 ASMX

http://topic.csdn.net/t/20060405/12/4664467.html
关于实现HttpWorkerRequest的问题

http://www.bc-cn.net/Article/net/cs/jc/200703/4533.html
C#中自定义事件的处理

http://dev.csdn.net/article/10/10736.shtm
    C# 中如何自定义事件?  

   利用System.EventHandler来实现两个窗体间的事件调用  
   http://dev.csdn.net/article/65/65022.shtm

   http://blog.sina.com.cn/s/reader_44e90a1301000cei.html
   HttpListener创建虚拟HTTP路径

用于文件监视的文件名无效:“”。失败的通常原因包括:
- 文件名不是有效的 Win32 文件名。
- 文件名不是绝对路径。
- 文件名包含通配符。
- 指定的文件是个目录。
- 访问被拒绝。

Run ASMX Without IIS
http://msdn.microsoft.com/en-us/magazine/cc163879.aspx

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3263564&SiteID=1
How to process multiple request in HTTPListener GetContext() 

http://www.justinhenry.com/2005/12/using-httplistener-asynchronously.html
Using HttpListener Asynchronously

http://weblogs.asp.net/pglavich/archive/2005/09/04/424392.aspx
My TechEd HttpListener WebServer Demo

http://www.cnblogs.com/guodapeng/archive/2008/02/15/1069296.html
Using the ASP.Net Runtime for extending desktop applications with dynamic HTML Scripts

http://my.donews.com/terryzhou/2007/08/27/%E4%BB%A5-cassini-%E6%9D%A5%E5%AE%BF%E4%B8%BB-asp-net-%E5%AE%A2%E6%88%B7%E7%AB%AF/
以 Cassini 来宿主 ASP. NET 客户端

Cassini是asp.net上的一个开源项目。主要给出一个脱离IIS实现asp.net执行环境

http://blog.csdn.net/leida1983/archive/2004/11/27/196032.aspx
 以 Cassini 来宿主 ASP. NET 客户端

 http://blog.163.com/huang_ying_lu/blog/static/26999832008325104045833/
 实现自己的ASP.NET宿主系统

 http://tieba.baidu.com/f?kz=201308884
  不用IIS运行asp.net

 http://www.hackhome.com/InfoView/Article_179522_2.html
 实现自己的ASP.NET宿主系统

 http://dev.csdn.net/article/26/26608.shtm
 用程序来代替IIS打开ASP.NET FOR C# 

 http://industry.ccidnet.com/art/1111/20040527/677991_1.html
 用C#实现无需iiS环境就可以执行aspx文件

 http://www.microsoft.com/belux/msdn/nl/community/columns/desmet/hostaspnet1.mspx
 Hosting the ASP.NET runtime in your own application

 http://blogs.msdn.com/carlosag/archive/2008/04/14/HostYourOwnWebServerUsingIIS7.aspx
 Host your own Web Server in your application using IIS 7.0 Hostable Web Core

 http://blog.blueshop.com.tw/timothychi/archive/2006/10/20/43029.aspx
 使用HttpListener寫一個小型的Web Server

 http://www.codeproject.com/KB/IP/minihttpd.aspx
 MiniHttpd: an HTTP web server library

 http://objectmix.com/csharp/315136-using-httplistener-host-asp-net-web-application.html
 Using HttpListener to host ASP.NET web application

 http://www.eggheadcafe.com/software/aspnet/31311712/using-httplistener-to-hos.aspx
 Using HttpListener to host ASP.NET web application - Hans-Jürgen Philippi

 http://www.leastprivilege.com/HttpCfgACLHelper.aspx
 HttpCfg ACL Helper

 http://weblogs.asp.net/pglavich/archive/2005/09/04/424392.aspx
 My TechEd HttpListener WebServer Demo

 http://www.west-wind.com/WebLog/posts/3748.aspx
 Add a Web Server to your .NET 2.0 app with a few lines of code

 http://69.10.233.10/KB/IP/CSharpEmbeddedHTTPServer.aspx
 C# Customizable Embedded HTTPServer

 http://www.codeplex.com/httplistener/SourceControl/ListDownloadableCommits.aspx
 HttpListener

 http://www.codeproject.com/KB/IP/CSHTTPServer.aspx
Sample HTTP Server Skeleton in C#

http://www.codeguru.com/Csharp/.NET/net_general/article.php/c4603
Creating your own web server using C#

http://www.osix.net/modules/article/?id=146
Simple HTTP Server In C#

http://www.csharphelp.com/archives/archive152.html
Web Server Using C#

http://www.123aspx.com/ReadReviews.aspx?res=75
C# HTTP server sample  website

http://www.c-sharpcorner.com/UploadFile/ialam/CreatingWebServerInCS12022005042042AM/CreatingWebServerInCS.aspx
Creating your own Web Server using C# 

http://www.sampullara.com/http.cs
http://www.devhood.com/tools/tool_details.aspx?tool_id=351
C# HTTP Server

http://www.codeproject.com/KB/IP/mywebserver.aspx
Create your own Web Server using C#

http://www.codeplex.com/webserver
C# WebServer

http://www.cy2online.net/Downloads.php?Language=CSharp&Category=Internet&ID=126
This is a very simple console based http web server. It is not multi threaded. It uses the TcpClient and TcpListener Class's.

http://blog.csdn.net/cxzhq2002/archive/2008/02/27/2123892.aspx
通过HttpListener实现简单的Http服务


字体:


Permanant URI永久地址 http://www.shengfang.org/blog/p/20080521webservicserver.php
Trackback URI引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1233580113

2009年2月2日21:08星期一  [Info资料] 追踪此文的RSS
提示:
此文还没有评论。

称呼:    登陆   注册
   不注册,但记住我的信息
邮件:
(非必须)
评论: [UBB代码帮助]
粗体 斜体 下划线 链接 水平线 引用



验证码: 请输入你看见的数字
关闭UBB      提交时自动将内容复制到剪贴板

公告
Fire and Motion!

统计信息
[Yippee]||[统计]||日志:1887
在线: 24||用户: 2579 [列表]
今日:628||到访:2931346
Rss:||评论:1609

最新日志

最新评论

友情链接

日历
2008 - 08
     12
3456789
10111213141516
17181920212223
24252627282930
31      

最新引用

搜索

归档

杂项
Get RSS Feed (Version 2.0)
Get Atom Feed (Version 0.3)
编码:  UTF-8