Welcome![Sign In][Sign Up]
Location:
Search - csharp iis

Search list

[xml-soap-webserviceMyWebServerCode

Description: This article explains how to write a simple web server application using C#. Though it can be developed in any .NET supported language, I chose C# for this example. The code is compiled using Beta 2. Microsoft (R) Visual C# Compiler Version 7.00.9254 [CLR version v1.0.2914]. It can be used with Beta 1 with some minor modification. This application can co-exists with IIS or any web server, the key is to choose any free port. I assume that the user has some basic understanding of .NET and C# or Visual Basic .Net. 这个项目演示了如何用C#实现一个简单的Web服务器应用程序。代码使用 Beta 2. Microsoft (R) Visual C# 编译器,Version 7.00.9254 [CLR version v1.0.2914]。它也可以用Beta 1,需要少量的修改。这个应用程序可以和IIS或任意Web服务器工作,关键是选择任意的自由端口。我假设用户有一些 .NET 和 C# 或 Visual Basic .Net编程的基本知识。 -This article explains how to write a simple web server application using C#. Though it can b e developed in any.NET supported language, I chose C# for this example. The code is compiled using Beta 2. Microsoft (R) Visual C# Compiler V ersion 7.00.9254 [CLR version v1.0.2914]. It c an be used with a beta with some minor modificati on. This application can co-exists with IIS or a ny web server, the key is to choose any free port. I assume that t he user has some basic understanding of.NET and C# or Visual Basic. Net. this project demonstrated how to use C# a simple W eb server applications. Use of Beta 2 code. Microsoft (R) Visual C# compiler, Version 7.00.9254 [CLR version v1.0.2914]. It can also be used to Beta 1, with a small modifications. This application procedures or arbitrary
Platform: | Size: 8192 | Author: 远超 | Hits:

[ComboBoxuploadcshar1p

Description: 带目录上传功能的上传控件,全部源码,修改,修改就能用了-upload directory with the upload function controls, all source code modifications, can be used to amend
Platform: | Size: 83968 | Author: zyb | Hits:

[CSharpzzworkroommanager

Description: 逐迹工作室?.NET(C#)内容管理系统 系统简介 Zj CMS 1.1 不只是一个论坛,它也不只是一个文章系统、下载系统,而是一个由文章模块、下载模块、图片模块、音乐模块、影视模块、链接模块、留言模块、聊天模块、公司库模块、产品模块、商机模块等模块组成的信息管理与会员互动系统。 逐迹工作室?.NET(C#)内容管理系统 V1.1 功能特点 界面采用Div+Css+Xhtml技术,结构更清晰,扩展更加方便 采用多层结构显示与逻辑分离,方便修改页面显示效果 内容采用在线编辑器,可以像使用word一样编辑新闻 类别管理一般都采用无限树形结构分类 支持多数据库,采用工厂模式,升级扩展更加方便 采用全球化编写机制,扩展多种语言更加方便 支持全文索引,方便用户快速搜索 聊天功能采用AJAX技术,无刷新多房间 逐迹工作室?.NET(C#)内容管理系统 运行要求 Window 2000 + IIS或以上 Microsoft.NET平台 Access数据库 Microsoft Internet Explorer 5.5 或以上 逐迹工作室?.NET(C#)内容管理系统 相关下载 Zj CMS 1.1 免费版 -PV trace studios.NET (C#) content management system CMS System Dreamweaver 1.1 is not just a Forum, it is not only an article, download, but an article from the module, download module, pictures module, Music module, video module, link module, voice mail module, Chat module, the module company, product modules, business modules integral module of the information management system with Member interaction. PV trace studios.NET (C#) Content Management System V1.1 interface features used Div Dice Xht ml technology, structure is more clear, more accessible to expand multi-storey structure and logic shows separation, facilitate change pages effects, as used on-line editor, like the word can be used as news editor category management generally unlimited use classification tree structure to su
Platform: | Size: 811008 | Author: yimingzhou | Hits:

[OAHRAdmin

Description: 人力资源管理系统 读者须安装好IIS和Microsoft Visual Stutio.NET相关开发环境,同时安装好后台数据库SQL Server 2000系统。-Human Resource Management System reader must be installed IIS and Microsoft Visual Stutio.NET related development environment at the same time installed SQL Server 2000 back-end database system.
Platform: | Size: 310272 | Author: wen | Hits:

[Email ClientSMTPMail

Description: 邮件发送程序 在本机上装上IIS服务器 就可进行邮件的简单发送-E-mail program on the local load on the IIS server can carry out a simple e-mail sent
Platform: | Size: 171008 | Author: 王飞 | Hits:

[P2PCsharpP2P

Description: c#写的文件共享程序,该程序可以实现不同主机之间的文件共享功能.这个应用程序可以和IIS或任意Web服务器工作,关键是选择任意的自由端口。-c# written in file-sharing programs, the program can be achieved between the different host file-sharing features. this application and IIS or arbitrary Web servers work, the key is the freedom to choose arbitrary port.
Platform: | Size: 36864 | Author: 小张 | Hits:

[Database systemC

Description: 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库" 4.需要修改根目录web.config文件 <add key="DBServer" value="."/>,改成当前数据库地址 <add key="DBUser" value="sa"/>,改成当前数据库用户名 <add key="DBPwd" value="sa"/>,改成当前数据库密码 <add key="DBName" value="hyb2btest"/>,改成当前数据库名称 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分别也换成当前数据库的地址,用户名、密码以及数据库名称。 5.后台登录地址: 当前路径+manage/index.aspx 帐户:admin 密码:admin 环境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 电话:13061363607 MSN :huayousoft@hotmail.com-err
Platform: | Size: 7625728 | Author: xiaoli | Hits:

[WEB CodeupFile

Description: 文件管理-上传与下载系统:该子系统主要是为满足广大.NET开发爱好者而做,在网络发达的今天,资源共享成为了主流趋势,自然而然在实际的网站开发或网络系统实现时少不了文件的上传与下载功能。 该子系统采用ASP.NET(C#)+IIS,主要分为上传页面和下载页面,通过点击上传按钮可以把本地的文件上传到服务器上,同时通过下载按钮可以把服务器上的文件下载到本地电脑。-Document Management- Upload and download system: This subsystem is mainly to meet the broad masses. NET development enthusiasts and so, developed in the network today, the sharing of resources has become the mainstream trend, naturally in the actual web site development or network system, when and ultimately, file upload and download functionality. This subsystem using ASP.NET (C#)+ IIS, The main page is divided into upload and download pages, by clicking the upload button can upload files to the local server through the Download button on the server can file downloaded to the local computer.
Platform: | Size: 171008 | Author: 付辉平 | Hits:

[Database system2005

Description: 学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS信使 IIS 开发环境:Windows XP Microsoft Visual Studio .NET 2003 SQL Server 2000 2.使用方法 附数据库Manage,文件夹为DB,用户名为sa,密码为空。 3.通过信使将Manage文件夹添加为虚拟目录。 起始页是Login.aspx 网站的系统管理员帐号和密码分别是: admin admin 网站的管理员帐号和密码有很多,其中一个是:1 1 网站的学生帐号和密码有很多,其中一个是: 3 12345678 制作说明: 1.由于时间仓促,为了做一个完整的系统,做的这个系统没有用基本的三层架构或基本的MVC架构,而是用的一层 2.本系统参考了自己曾经做过网站,系统的代码,并不是从无到有的做出来的 3.为了在短时间实现了最为基本的功能,本网站做的比较粗糙,里面有隐患的bug,我没有用 try{} catch{} finally{} 捕捉,所以在调试的时候,难免会报错 4.还是由于时间的仓促,网站的所有网页,出了图片之外,都在根目录下,见笑了 -err
Platform: | Size: 8243200 | Author: 马腾 | Hits:

[CSharpdotNetTipsUtility

Description: Common .NET 2.0 helper functions and custom classes. Contains useful common code that anyone can use in just about any project. Helper classes include Active Directory, Validation, IIS, File IO, Security, Computer Info, Web, XML and more. Other classes include a better TextBox and ComboBox, sending e-mail, encryption and more. -Common. NET 2.0 helper functions and custom classes. Contains useful common code that anyone can use in just about any project. Helper classes include Active Directory, Validation, IIS, File IO, Security, Computer Info, Web, XML and more. Other classes include a better TextBox and ComboBox, sending e-mail, encryption and more.
Platform: | Size: 197632 | Author: sning | Hits:

[OtherIISAdminLib

Description: IIS 编程工具类,可以操作IIS 的各种函数~-IIS programming tools category, can operate the various functions IIS ~
Platform: | Size: 3072 | Author: LIPEILIANG | Hits:

[.netMeeting

Description: 在线会议系统。 系统采用 .NET FrameWork2.0 + IIS + SQL Sever 2005数据库: 1、将源代码文件夹Meeting从光盘拷贝到你的电脑中,比如放在如下路径“E:\学习\Meeting”; 2、启动SQL Sever 2005,将“E:\学习\Meeting”下的“db”文件夹中“meeting.mdf”数据库文件附加到SQL Sever 2005中; 3、为该数据库meeting创建登录名为“meetingol”,密码为“12345”的数据库用户; 4、在IIS中创建虚拟目录“meeting”,将其指向“E:\学习\Meeting”文件夹; 5、在IE浏览器中输入“http://localhost/meeting”,即可浏览到该Web应用程序。-Online conferencing systems. System. NET FrameWork2.0+ IIS+ SQL Sever 2005 database: 1, will be the source code folder from the CD-ROM copies of Meeting to your computer, such as the following on the path " E: \ STUDY \ Meeting" 2, start the SQL Sever 2005, will be " E: \ STUDY \ Meeting" under the " db" folder " meeting.mdf" appended to the database files in SQL Sever 2005 3, for the meeting to create a database called the sign " meetingol" , password is " 12345" database users 4, in the IIS virtual directory to create a " meeting" , to point to " E: \ STUDY \ Meeting" folder 5, in the IE browser, type " http://localhost/meeting" , you can browse to the Web application.
Platform: | Size: 437248 | Author: james | Hits:

[source in ebookEnterpriseInformationManagement

Description: 数据库:Microsoft SQL Server 2000。 技术平台:Microsoft .NET Framework 2.0.0.0版本。 IIS:Internet Information Server 5.1版本。 调试(开发)工具:Microsoft Visual Studio .NET 2005中文企业版。 服务器操作系统:开发过程中使用Windows XP Professional操作系统,系统运行服务器可以采用Windows 2000 Server以上版本的操作系统。 需要说明的是,光盘中并不包括Visual Studio .NET 2005的安装程序。-Database: Microsoft SQL Server 2000. Technology platform: Microsoft. NET Framework 2.0.0.0 version. IIS: Internet Information Server 5.1 version. Debug (development) tools: Microsoft Visual Studio. NET 2005 Enterprise Edition English. Server operating system: the process of developing the use of Windows XP Professional operating system, the system can be used to run the server Windows 2000 Server or later operating system. It should be noted that CD-ROM does not include the Visual Studio. NET 2005 installation program.
Platform: | Size: 721920 | Author: ann | Hits:

[Internet-Networkv7.2.1

Description: 很好的招聘网站源码,只需搭建IIS就可运行查看。具有很好的学习和参考价值。-Recruit a good web source code, just set up IIS can run view. An excellent study and reference value.
Platform: | Size: 2663424 | Author: 王八 | Hits:

[WEB CodeCHSNSR122

Description: 成幻(CHSNS#)SNS1.22版源码 CHSNS# 是成幻小组 开发的一套SNS社区 是类似于Facebook 校内 占座 等SNS站点 可以通过一些配置而形成成一个较完善的SNS社区网站的程序 特色: 界面语言可采用Velocity/Asp.net编辑 扩展应用程序可使用Monorail/Winform进行编译 配置说明: 首先确认你已经安装Sql Server 2005、IIS或相关替代软件,及.net Framework 2.0sp1或以上 解压到如C:/Chsword。(工程关系在上篇文章中有解释CHSNS#1.x 源代码包说明 ) 启动Sql Server 2005管理器 点击数据库,新建一个名为sq_menglei的数据库,对这个数据库点击右键-》任务-》还原,选择解压文件中的sq_menglei.bak 数据库还原成功 下面进行IIS的配置 .net选项卡中选择.net 2.0 文档选项卡中添加默认的default.aspx 主目录选项卡,执行权限为纯脚本 将刚才解压的文件中的WEB文件夹设为目录 配置文件的更改 附加DB_51aspx下的Sql数据库文件 进入Web文件夹,打开ChAlumna.config文件 将ConnectionString改为刚才你建的sq_menglei的连接字符串,大多情况下不变即可。 这时即可运行访问。 用户名:chsword@126.com 管理员密码:123456-Into Magic (CHSNS#) SNS1.22 version of source CHSNS# is the group developed into a set of magic SNS community is similar to Facebook and other campus SNS site account for blocks can be formed through a number of configurations into a better community website SNS procedures Characteristics: Interface language using Velocity/Asp.net Editor Applications can be used to expand Monorail/Winform compile Configuration instructions: First of all, make sure you have installed Sql Server 2005, IIS or alternative software, and. Net Framework 2.0sp1 or more Decompression, such as the C:/Chsword. (Works relations in articles in the interpretation of CHSNS# 1.x source code package below) Start Sql Server 2005 Manager Click on the database, create a new database called sq_menglei, right-click on the database- "mission-" to restore, select the file decompression sq_menglei.bak Database restore successful IIS configuration below . net, select the tab. net 2
Platform: | Size: 5732352 | Author: wuhu | Hits:

[Internet-Networkiis

Description: 脱离IIS部署网站 能够让asp.net页面和Web服务脱离iis独立运行-the asp.net page and webservice not run at iis
Platform: | Size: 100352 | Author: Jackson | Hits:

[Web ServerKCISSetup

Description: KCIS(科创信息服务器)是基于.Net平台,采用c#语言开发而成的用于提供web服务的服务器端软件,目录版本为2.0。使用此软件可基本上 替代Windows操作系统上的IIS软件。该软件为绿色软件,安装时不对系统作任何更改设置,软件大小仅为332KB,运行时所占内存大小仅为32,100KB。软件操作简单,界面整洁。
Platform: | Size: 975872 | Author: 科创动力 | Hits:

[.netWebServer-[MyWebServer]

Description: 一个C#实现的Web服务器类库,相当于IIS功能。-Implemented a C# class library Web server, which is equivalent IIS functionality.
Platform: | Size: 4096 | Author: | Hits:

[CSharpzz.IIsAdmin

Description: IIS管理工具,可以创建站点、删除站点、停止站点、启动IIS,停止IIS服务等-IIS management tool, you can create a site, delete site, stop site, start IIS, stop the IIS services
Platform: | Size: 56320 | Author: 11111 | Hits:

[CSharpIIS_Creater

Description: C# IIS 批量建站工具源码 ,可以批量利用域名批量搭建网站,免去重复搭建网站重复设置的麻烦-C# IIS-volume source website builder
Platform: | Size: 919552 | Author: 小康 | Hits:
« 12 »

CodeBus www.codebus.net