summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/application.xml
blob: 29273a2f53b537d9d8b50274f99f393be93f0ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<application id="TicketTests" Mode="Debug">
<modules>
	<module id="friendly-url" class="System.Web.TUrlMapping">
		<url ServiceID="testService" ServiceParameter="ticket653" pattern="/ticket653/?" />
	</module>
	<module id="request" class="THttpRequest" UrlManager="friendly-url"/>
</modules>
<services>
	<!-- Define a new PageService, changing default basePath, and a new MasterClass -->
	<service id="testService" class="TPageService" BasePath="Application.pages.Ticket653">
	<pages MasterClass="Application.pages.Ticket653.Layout" />
	</service>
</services>
</application>