This article is a mirror article of machine translation, please click here to jump to the original article.

View: 18308|Reply: 5

[New Issue] Running dotnet xx.dll prompts dotnet command not found

[Copy link]
Posted on 1/23/2019 2:43:35 PM | | |
I run it on the official website
The command to install Jexus standalone is:

But after uploading the file running dotnet xx.dll prompts dotnet command not found
I looked for dotnet on Linux and didn't find any information
Am I incomplete in my Jexus installation?
@小渣渣





Previous:Jexus operation commands
Next:JS encodes and decodes URLs (three ways to distinguish them)
Posted on 1/23/2019 3:05:12 PM |
Since you don't have the dotnet sdk installed, you should also run dotnet -v prompting that no command was found.

You can refer to:
Centos 7 installation. NET Core SDK tutorial
http://www.itsvse.com/thread-4860-1-1.html
(Source: Architect_Programmer)


 Landlord| Posted on 1/23/2019 3:08:51 PM |
Xiao Zhazha Posted on 2019-1-23 15:05
Since you don't have the dotnet sdk installed, you should also run dotnet -v prompting that no command was found.

You can refer to:

Doesn't jexus come with the dotnet SDK?
Posted on 1/23/2019 3:14:12 PM |
Summer Posted on 2019-1-23 15:08
Doesn't jexus come with the dotnet SDK?
Jexus "standalone" refers to the version of Jexus that comes with a .net runtime (mono) and does not need to be installed on the client server to run normally, which only supports 64-bit Linux operating systems.

dotnet SDK and mono should be two different things, when there is no .net core, mono is responsible for .net cross-platform, and the two things should not be studied together

Then you can't use the dotnet command to execute it, you should try it with the command provided by Jexus
 Landlord| Posted on 1/23/2019 3:22:15 PM |
Xiao Zhazha Posted on 2019-1-23 15:14
dotnet sdk and mono should be two different things, when there is no .net core, mono is responsible for the cross-platform of .net, and the two things should not be combined into one ...

I sorted it out

JexusIt is a high-performance WEB server and load balancing gateway on the Linux platform, featuring support for ASP.NET, ASP.NET CORE, PHP, and important functions such as reverse proxy and intrusion detection. It can be said that Jexus is a .NET, . NET CORE is the best host server for cross-platform, and it is not an exaggeration if we consider it to be IIS for Linux, because Jexus is not only very fast, but also has a high degree of security that IIS and other web servers do not have, which is the most necessary and important quality requirement for web servers in government agencies and important enterprises.

monoCross-platform . .NET runtime

.NET Core  It is. NET Framework (BCL-based)
Posted on 1/23/2019 3:22:37 PM |
In fact, I have never used Jexus, I use nginx to reverse proxy, I just read a few articles,You should still have to install the dotnet SDK

Reference articles:

The hyperlink login is visible.
The hyperlink login is visible.

Benefits of running asp.net core with Jexus

1. Easy configuration: On Jexus, Asp.net core is only a "site" on Jexus, so you only need to configure this site on Jexus, no other configuration is required;
2. Unified operation: Jexus will automatically stop the asp.net core application when it stops this site, and similarly, the corresponding core application will be automatically started when this site is started, without multiple operations.
3. High performance: Jexus itself is a high-performance web server with performance comparable to nginx,Between Jexus and Asp.net core, it is TCP forwarding, not HTTP forwarding such as reverse proxy, there is no performance consumption of Http protocol parsing and reorganization, so Jexus can better present the high-performance advantages of Asp.net Core;
4. Port adaptation: On Jexus, asp.net core does not need to set any port numbers, which effectively avoids the problem of port conflicts that are likely to occur in multiple asp.net core applications, which is a headache for O&M personnel.
5. High reliability: If the core application crashes unexpectedly, Jexus will immediately pull it up, so as to achieve 7*24 uninterrupted operation;
6. Support WebSocket: Because it is TCP forwarding, there is no limit to the application layer protocol.
7. The port value of the AppHost is set to 0, which gives the advantage of port adaptation.

Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com