An open API service indexing awesome lists of open source software.

https://github.com/tekintian/mywebserver

Mini C# .Aspx .html Webserver 迷你版本的.net C# .aspx .html 网页服务端
https://github.com/tekintian/mywebserver

Last synced: 3 months ago
JSON representation

Mini C# .Aspx .html Webserver 迷你版本的.net C# .aspx .html 网页服务端

Awesome Lists containing this project

README

          

# Mini MyWebServer C# Web Server

## 迷你版的C# Aspx html web server服务端

支持 自定义服务路径, 绑定IP,和端口;

支持动态aspx和静态html 网页服务

可执行文件下载: [MyWebServer v1.0.0版本下载](https://wwa.lanzous.com/iRTzEntwoyh)

注意: 本项目依赖 .NET Framework 4.6.1 , 你的电脑需要安装这个运行库

下载地址: https://go.microsoft.com/fwlink/?LinkId=671728

## 运行效果

![](./docs/server.png)

## .aspx 网页服务运行效果

![](./docs/helloworld.aspx.png)