MONO: XSP, running ASP.NET on Linux platform

zhaozj2021-02-16  102

The first chapter has introduced MOD installed in XSP and Apache.

Mono implements a web server, or it can be integrated into Apache.

The server program is Xsp.exe, the usage is as follows:

Figure 2.7.0

Figure 2.7.1

Figure 2.7.2

Download and install the XSP test program. Place the XSP's test directory in a directory, I am placed in the / var / www / xsp / test directory.

Add the following statement to httpd.conf:

Alias ​​/ Demo "/ var / www / xsp / test"

MonoApplication "/ demo: / var / www / xsp / test"

SetHandler Mono

DirectoryIndex.aspx

Restart Apache, open http://localhost/demo/index.aspx with your browser, you can see the following test page:

This test page can test ASP.NET related technologies, server controls, WebServices, etc.

转载请注明原文地址:https://www.9cbs.com/read-11246.html

New Post(0)