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
Ifmodule>
Directory>
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.