This file is indexed.

/usr/share/asp.net-demos/sample.webapp 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
<web-application>
        <name>Root</name>
        <vpath>/</vpath>
        <path>/home/mono/public_html/html</path>
	<!-- vhost and port are ignored in xsp.exe -->
        <vhost>my.host.name</vhost>
        <vport>8080</vport>
	<!-- <enabled> is true by default -->
	<!-- <enabled>false</enabled> -->
</web-application>