/usr/lib/xsp/4.0/asp-state4.exe.config is in mono-xsp4 2.10-2.4.
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>
<system.runtime.remoting>
<application name="ASP.NET State Server">
<service>
<wellknown mode="Singleton"
type="System.Web.SessionState.RemoteStateServer, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
objectUri="StateServer" />
</service>
<channels>
<channel ref="tcp" port="42424" />
</channels>
</application>
</system.runtime.remoting>
</configuration>
|