Home > Net >  C # web project, in addition to the IIS web server can use
C # web project, in addition to the IIS web server can use

Time:10-13

Because client confidentiality of the industry is higher, and equipped with a security system, computer without the network security system compatible with the IIS not, cannot install successful,
Need to publish the project now, excuse me each great god can use any web server? (.net 4.0)
Internet information, a method is the Apache + mod_aspdotnet, as mod_aspdotnet was already not maintenance, try the old version without success,
Another approach is to nginx + mono + fastcgi, due to the mono 3.0 version has no fastcgi - mono - server4 command, so use mono2.11 version,
Released this method successfully, and the normal operation of the project, the query page no problem, but the editor cannot be an error, speculated that lower mono version compatibility is bad,
Is there any way to release a c # project? High or mono version of how to use? Didn't check the information online

CodePudding user response:

Suggest migrate to.net core

CodePudding user response:

1, nginx + iis, nginx front-end reverse proxy, iis running asp.net
2, nginx + netcore
Nginx front-end reverse proxy, asp.net since the bearing running
Run the command:
Dotnet run

Specific reference "
Get started with the Core ASP.NET | Microsoft Docs
https://docs.microsoft.com/en-us/aspnet/core/getting-started/? View=aspnetcore - 3.1 & amp; Tabs=Windows

CodePudding user response:

DLL
CassiniDev. Lib.This is a Web service application.net 4.0, but the IIS service instead
  •  Tags:  
  • C#
  • Related