/usr/share/asp.net-demos/mod-mono-server.exe.config is in asp.net-examples 4.2-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="UnixSocketFileName" value="/tmp/mod_mono_server"/>
<add key="MonoApplications" value="/:." />
<add key="MonoServerDefaultIndexFiles"
value="index.aspx, Default.aspx, default.aspx, index.html, index.htm" />
<add key="DBProviderAssembly"
value="Npgsql" />
<add key="DBConnectionType"
value="Npgsql.NpgsqlConnection" />
<add key="DBConnectionString"
value="server=127.0.0.1;user id=monotest;password=monotest;dbname=monotest"/>
</appSettings>
</configuration>
|