Guest User

ate

a guest
Aug 13th, 2015
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  5. <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  6. <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
  7. <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  8. <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
  9. <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
  10. <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
  11. <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
  12. </sectionGroup>
  13. </sectionGroup>
  14. </sectionGroup>
  15. <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
  16. <section name="InventoryFactory" type="WDG.ObjectFactory.ObjectFactoryConfiguration"/>
  17. <section name="RESTHandlers" type="WDG.ObjectFactory.ObjectFactoryConfiguration"/>
  18. <section name="sqlServerCatalogNameOverwrites" type="System.Configuration.NameValueSectionHandler"/>
  19. <section name="RewardsInventoryIMSConfigurations" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.50727.832, Culture=neutral,PublicKeyToken=b77a5c561934e089"/>
  20. <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  21. <section name="Rewards.Inventory.IMS.Test.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  22. <section name="Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  23. <section name="Rewards.Inventory.IMS.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  24. <section name="Rewards.MVP.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  25. <section name="Rewards.Web.Common.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  26. <section name="Rewardscorp.Protea.Plugin.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  27. <section name="RewardsCorp.Stella.Plugin.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  28. </sectionGroup>
  29. </configSections>
  30. <log4net>
  31. <appender type="log4net.Appender.RollingFileAppender" name="classApp1">
  32. <file value="Logs\\Rewardscorp.Protea.Plugin.txt"/>
  33. <layout type="log4net.Layout.PatternLayout">
  34. <conversionpattern value="%d [%t] %-5p %c - %m%n"/>
  35. </layout>
  36. </appender>
  37. <appender type="log4net.Appender.RollingFileAppender" name="classApp2">
  38. <file value="Logs\\Rewardscorp.Stella.Plugin.txt"/>
  39. <layout type="log4net.Layout.PatternLayout">
  40. <conversionpattern value="%d [%t] %-5p %c - %m%n"/>
  41. </layout>
  42. </appender>
  43. <logger name="Rewardscorp.Protea.Plugin.Provider">
  44. <level value="WARN"/>
  45. <maximumfilesize value="256KB"/>
  46. <param value="WARN" name="Threshold"/>
  47. <appender-ref ref="classApp1"/>
  48. </logger>
  49. <logger name="Rewardscorp.Stella.Plugin.Provider">
  50. <level value="WARN"/>
  51. <maximumfilesize value="256KB"/>
  52. <param value="WARN" name="Threshold"/>
  53. <appender-ref ref="classApp2"/>
  54. </logger>
  55. </log4net>
  56. <applicationSettings>
  57. <Rewards.Inventory.IMS.Test.Properties.Settings>
  58. <setting name="Rewards_Inventory_IMS_Test_InventoryService_Inventory" serializeAs="String">
  59. <!--<value>http://dvtimsservice.rewardscorp.com/Inventory.asmx</value>-->
  60. <value>http://imsservice.rewardscorp.com/Inventory.asmx</value>
  61. </setting>
  62. <setting name="UsePolicy" serializeAs="String">
  63. <value>True</value>
  64. </setting>
  65. <setting name="Provider_Username" serializeAs="String">
  66. <value>[email protected]</value>
  67. </setting>
  68. <setting name="Provider_password" serializeAs="String">
  69. <value>password</value>
  70. </setting>
  71. <setting name="EmailService_Username" serializeAs="String">
  72. <value>rewardscorp</value>
  73. </setting>
  74. <setting name="EmailService_password" serializeAs="String">
  75. <value>60EBF031-8FDE-47e3-86BA-3470BA58F63F</value>
  76. </setting>
  77. <setting name="Rewards_Inventory_IMS_Test_EmailService_EmailService" serializeAs="String">
  78. <value>http://dvtemailservice.rewardscorp.com/EmailService.asmx</value>
  79. </setting>
  80. </Rewards.Inventory.IMS.Test.Properties.Settings>
  81. <Rewards.Inventory.IMS.Properties.Settings>
  82. <setting name="UsePolicy" serializeAs="String">
  83. <value>True</value>
  84. </setting>
  85. <setting name="Provider_Username" serializeAs="String">
  86. <value>[email protected]</value>
  87. </setting>
  88. <setting name="Provider_password" serializeAs="String">
  89. <value>password</value>
  90. </setting>
  91. <setting name="Rewards_Inventory_IMS_InvertoryService_Inventory" serializeAs="String">
  92. <!--<value>http://dvtimsservice.rewardscorp.com/Inventory.asmx</value>-->
  93. <value>http://imsservice.rewardscorp.com/Inventory.asmx</value>
  94. </setting>
  95. <setting name="Rewards_Inventory_IMS_EmailService_EmailService" serializeAs="String">
  96. <value>http://dvtemailservice.rewardscorp.com/EmailService.asmx</value>
  97. </setting>
  98. <setting name="EmailService_Username" serializeAs="String">
  99. <value>rewardscorp</value>
  100. </setting>
  101. <setting name="EmailService_password" serializeAs="String">
  102. <value>60EBF031-8FDE-47e3-86BA-3470BA58F63F</value>
  103. </setting>
  104. <setting name="RunWithoutPolicy" serializeAs="String">
  105. <value>True</value>
  106. </setting>
  107. </Rewards.Inventory.IMS.Properties.Settings>
  108. <Properties.Settings>
  109. <setting name="Rewards_Inventory_IMS_InventoryService_Inventory" serializeAs="String">
  110. <!--<value>http://dvtimsservice.rewardscorp.com/Inventory.asmx</value>-->
  111. <value>http://imsservice.rewardscorp.com/Inventory.asmx</value>
  112. </setting>
  113. </Properties.Settings>
  114. <Rewards.MVP.Properties.Settings>
  115. <setting name="Rewards_MVP_EmailWS_EmailService" serializeAs="String">
  116. <value>http://dvtemailservice.rewardscorp.com/EmailService.asmx</value>
  117. </setting>
  118. <setting name="Rewards_MVP_RIPWS_CoreRules" serializeAs="String">
  119. <!--<value>http://dvtcore.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>-->
  120. <value>http://core.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>
  121. </setting>
  122. </Rewards.MVP.Properties.Settings>
  123. <Rewards.Web.Common.Properties.Settings>
  124. <setting name="Rewards_Web_Common_RCESM_RewardsCorpEmailServiceManager" serializeAs="String">
  125. <value>http://dvtrems.rewardscorp.com/REMSXML/RewardsCorpEmailServiceManager.asmx</value>
  126. </setting>
  127. <setting name="RCESMSendStatus" serializeAs="String">
  128. <value>TST</value>
  129. </setting>
  130. </Rewards.Web.Common.Properties.Settings>
  131. <Rewardscorp.Protea.Plugin.Properties.Settings>
  132. <setting name="Rewardscorp_Protea_Plugin_RIPWS_CoreRules" serializeAs="String">
  133. <!--<value>http://dvtcore.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>-->
  134. <value>http://core.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>
  135. </setting>
  136. <setting name="Rewardscorp_Protea_Plugin_RIPIgnoreRules" serializeAs="String">
  137. <value>True</value>
  138. </setting>
  139. <setting name="Rewardscorp_Protea_Plugin_EchoToken" serializeAs="String">
  140. <value>REWARDS_C1057</value>
  141. </setting>
  142. <setting name="Rewardscorp_Protea_Plugin_AgentRequest" serializeAs="String">
  143. <value>22</value>
  144. </setting>
  145. <setting name="Rewardscorp_Protea_Plugin_AgentName" serializeAs="String">
  146. <value>REWARDS</value>
  147. </setting>
  148. <setting name="Rewardscorp_Protea_Plugin_DistributionRequest" serializeAs="String">
  149. <value>4</value>
  150. </setting>
  151. <setting name="Rewardscorp_Protea_Plugin_DistributionName" serializeAs="String">
  152. <value>C1057</value>
  153. </setting>
  154. <setting name="Rewardscorp_Protea_Plugin_BookingChannel" serializeAs="String">
  155. <value>7</value>
  156. </setting>
  157. <setting name="Rewardscorp_Protea_Plugin_Url" serializeAs="String">
  158. <value>http://196.25.159.179:8081/APIWebModule_v5/APIServlet</value>
  159. </setting>
  160. <setting name="Rewardscorp_Protea_Plugin_CancelType" serializeAs="String">
  161. <value>14</value>
  162. </setting>
  163. </Rewardscorp.Protea.Plugin.Properties.Settings>
  164. <RewardsCorp.Stella.Plugin.Properties.Settings>
  165. <setting name="Username" serializeAs="String">
  166. <value>Rewardsshort</value>
  167. </setting>
  168. <setting name="Password" serializeAs="String">
  169. <value>mantra123</value>
  170. </setting>
  171. </RewardsCorp.Stella.Plugin.Properties.Settings>
  172. </applicationSettings>
  173. <sqlServerCatalogNameOverwrites>
  174. <add key="rcbookings" value="rcbookings"/>
  175. </sqlServerCatalogNameOverwrites>
  176. <appSettings>
  177. <!-- Production web application connection strings -->
  178.  
  179.  
  180.  
  181. <!-- Staging web application connection strings -->
  182.  
  183. <!-- ******************************************** -->
  184.  
  185. <add key="SMTP" value="smtp.hosting.bulletproof.net"/>
  186. <add key="DefaultEmailFrom" value="[email protected]"/>
  187. <add key="BannerFolder" value="/media/contentresources/banners/"/>
  188. <add key="ResortImagesFolder" value="/media/contentresources/resortimages/"/>
  189. <add key="ResortThumbnailFolder" value="/media/contentresources/resortthumbnail/"/>
  190. <add key="LocationExtraImagesFolder" value="/media/contentresources/locationextraimages/"/>
  191. <add key="DefaultImage" value="/media/images/noimage-medium.jpg"/>
  192. <add key="HoldDuration" value="20"/>
  193. <add key="CCFile" value="/XML/CreditCards.xml"/>
  194. <add key="BaseURL" value="http://localhost:3979"/>
  195. <add key="MembershipMemberAdd" value="https://memberships.rewardscorp.com/Join.aspx"/>
  196. <add key="EmailServiceURL" value="http://dvtemailservice.rewardscorp.com/emailservice.asmx"/>
  197. <add key="EWSUserName" value="rewardscorp"/>
  198. <add key="EWSPassword" value="60EBF031-8FDE-47e3-86BA-3470BA58F63F"/>
  199. <add key="AccommodationAvailabilityXSLT" value="/XSL/AccommodationHTML.xslt"/>
  200. <add key="MembershipAccommodationAvailabilityXSLT" value="/XSL/Membership_AccommodationHTML.xslt"/>
  201. <add key="TravelClubAccommodationAvailabilityXSLT" value="/XSL/TC_AccommodationHTML.xslt"/>
  202. <add key="CalculatePackageCostXSLT" value="/XSL/PackageCostsJSON.xslt"/>
  203. <add key="ResortSearchXSLT" value="/XSL/ResortsJSON.xslt"/>
  204. <add key="RatesListXSLT" value="/XSL/RatesListHTML.xslt"/>
  205. <add key="PromotionColoursXSLT" value="/XSL/PromotionCSS.xslt"/>
  206. <!--PayFloPro payment gateway settings-->
  207. <!--There is new implmentation for PaymentGateway pulling from DB, however still need these for backwards compatibilty -->
  208. <add key="PFPro.Partner" value="VSA"/>
  209. <add key="PFPro.Vendor" value="RewardsCorp"/>
  210. <add key="PFPro.User" value="websales"/>
  211. <add key="PFPro.Password" value="rcweb07"/>
  212. <add key="PFPro.CountryCode.AUSTRALIA" value="36"/>
  213. <!-- ONLY TO BE USED FOR TEST -->
  214. <add key="PFPro.EnvironmentType" value="TEST"/>
  215. <add key="PAYFLOW_HOST" value="pilot-payflowpro.paypal.com"/>
  216. <!-- ONLY TO BE USED FOR LIVE -->
  217. <!--
  218. <add key="PFPro.EnvironmentType" value="LIVE"/>
  219. <add key="PAYFLOW_HOST" value="payflowpro.paypal.com" />
  220. -->
  221. <!-- CommBank payment gateway settings-->
  222. <add key="CommBank.Host" value="https://migs.mastercard.com.au/vpcdps"/>
  223. <add key="CommBank.EnvironmentType" value="TEST"/>
  224. <!-- End CommBank payment gateway settings-->
  225. <add key="SiteCode" value="A"/>
  226. <add key="RIPIgnoreRules" value="True"/>
  227. <add key="UseDirectPromotionBanner" value="True"/>
  228. <add key="PromotionBannerPath" value="https:///media/contentresources/banners"/>
  229.  
  230. <add key="StellaFilterFromAlternateResortOptions" value="True"/>
  231. </appSettings>
  232.  
  233. <InventoryFactory>
  234. <ObjectAssembly Identifier="IMS" Description="IMS" AssemblyFile="Rewards.Inventory.IMS.Test" ClassName="Rewards.Inventory.IMS.Test.Provider"/>
  235. <!--<ObjectAssembly Identifier="GAS" Description="Global Accommodation System (Not available yet)" AssemblyFile="" ClassName=""/>-->
  236. <ObjectAssembly Identifier="Protea" Description="Protea Inventory System" AssemblyFile="Rewardscorp.Protea.Plugin" ClassName="Rewardscorp.Protea.Plugin.Provider"/>
  237. <ObjectAssembly Identifier="Stella" Description="Stella Inventory System" AssemblyFile="RewardsCorp.Stella.Plugin" ClassName="RewardsCorp.Stella.Plugin.Provider"/>
  238. </InventoryFactory>
  239.  
  240. <system.serviceModel>
  241. <bindings>
  242. <basicHttpBinding>
  243. <binding name="BasicHttpBinding_IBuilding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  244. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
  245. <security mode="Transport">
  246. <transport clientCredentialType="Basic" proxyCredentialType="None" realm=""/>
  247. <message clientCredentialType="UserName" algorithmSuite="Default"/>
  248. </security>
  249. </binding>
  250. <binding name="BasicHttpBinding_IReservation" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  251. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
  252. <security mode="Transport">
  253. <transport clientCredentialType="Basic" proxyCredentialType="None" realm=""/>
  254. <message clientCredentialType="UserName" algorithmSuite="Default"/>
  255. </security>
  256. </binding>
  257. <binding name="BasicHttpBinding_IPackage" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  258. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
  259. <security mode="Transport">
  260. <transport clientCredentialType="Basic" proxyCredentialType="None" realm=""/>
  261. <message clientCredentialType="UserName" algorithmSuite="Default"/>
  262. </security>
  263. </binding>
  264. <binding name="BasicHttpBinding_IAvailability" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  265. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
  266. <security mode="Transport">
  267. <transport clientCredentialType="Basic" proxyCredentialType="None" realm="Stella Calpyso API"/>
  268. <message clientCredentialType="UserName" algorithmSuite="Default"/>
  269. </security>
  270. </binding>
  271. </basicHttpBinding>
  272. </bindings>
  273. <client>
  274. <endpoint address="https://stageapi.mantragroup.com.au/calypso/Buildings.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IBuilding" contract="StellaBuildingReference.IBuilding" name="BasicHttpBinding_IBuilding"/>
  275. <endpoint address="https://stageapi.xxxxxgroup.com.au/calypso/Packages.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPackage" contract="StellaPackagesReference.IPackage" name="BasicHttpBinding_IPackage"/>
  276. <endpoint address="https://stageapi.xxxxxgroup.com.au/calypso/Reservations.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IReservation" contract="StellaReservationsReference.IReservation" name="BasicHttpBinding_IReservation"/>
  277. <endpoint address="https://stageapi.xxxxxgroup.com.au/calypso/Availability.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAvailability" contract="StellaAvailabilityReference.IAvailability" name="BasicHttpBinding_IAvailability"/>
  278. </client>
  279. </system.serviceModel>
  280. <RESTHandlers>
  281. <!--
  282. <ObjectAssembly Identifier="unique identifier" Description="my rest operation description" AssemblyFile="My assembly filename" ClassName="class name with full namespace" />
  283. -->
  284. <ObjectAssembly Identifier="TravelClubAccommodationAvailability" Description="Returns the availability of a given resort" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.TravelClubAccommodationAvailability"/>
  285. <ObjectAssembly Identifier="AccommodationAvailability" Description="Returns the availability of a given resort" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.AccommodationAvailability"/>
  286. <ObjectAssembly Identifier="MembershipAccommodationAvailability" Description="Returns the availability of a given resort" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.MembershipAccommodationAvailability"/>
  287. <ObjectAssembly Identifier="CalculatePackageCost" Description="Calculates the package costs for a set of rates" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.CalculatePackageCost"/>
  288. <ObjectAssembly Identifier="ResortImage" Description="Returns the image for resort or default if not found" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.ResortImage"/>
  289. <ObjectAssembly Identifier="ResortThumbnail" Description="Returns the Thumbnail image for resort or default if not found" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.ResortThumbnail"/>
  290. <ObjectAssembly Identifier="RatesList" Description="Returns a list of rates transformed by an xslt" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.RatesList"/>
  291. <ObjectAssembly Identifier="PromotionCSS" Description="Returns a generated css file" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.PromotionCSS"/>
  292. <ObjectAssembly Identifier="PromotionBanner" Description="Returns a promotion banner image" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.PromotionBanner"/>
  293. <ObjectAssembly Identifier="LocationExtraImage" Description="Returns a location extra image" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.LocationExtraImage"/>
  294. </RESTHandlers>
  295. <system.web>
  296. <sessionState regenerateExpiredSessionId="true"/>
  297. <globalization culture="en-AU" uiCulture="en-AU"/>
  298. <pages enableSessionState="true">
  299. <controls>
  300. <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  301. <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  302. </controls>
  303. </pages>
  304. <!--
  305. Set compilation debug="true" to insert debugging
  306. symbols into the compiled page. Because this
  307. affects performance, set this value to true only
  308. during development.
  309. -->
  310. <compilation debug="true">
  311. <assemblies>
  312. <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  313. <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  314. <add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  315. <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  316. <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  317. <add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  318. <add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  319. <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  320. <add assembly="System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  321. <add assembly="System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  322. <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  323. <add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  324. <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  325. <add assembly="System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  326. <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  327. <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  328. <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  329. <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  330. </assemblies>
  331. </compilation>
  332. <httpHandlers>
  333. <remove verb="*" path="*.asmx"/>
  334. <add verb="*" path="*ashx" type="WDG.REST.RESTHttpHandler"/>
  335. <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  336. <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  337. <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
  338. </httpHandlers>
  339. <!--
  340. The <authentication> section enables configuration
  341. of the security authentication mode used by
  342. ASP.NET to identify an incoming user.
  343. -->
  344. <authentication mode="Forms">
  345. <forms defaultUrl="/Members/Home.aspx" loginUrl="/Members/Login.aspx" name="PublicAuthentication"/>
  346. </authentication>
  347. <!--
  348. The <customErrors> section enables configuration
  349. of what to do if/when an unhandled error occurs
  350. during the execution of a request. Specifically,
  351. it enables developers to configure html error pages
  352. to be displayed in place of a error stack trace.
  353.  
  354. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  355. <error statusCode="403" redirect="NoAccess.htm" />
  356. <error statusCode="404" redirect="FileNotFound.htm" />
  357. </customErrors>
  358. -->
  359. <httpModules>
  360. <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  361. <add type="Rewards.Web.UI.Public.PublicAuthorisation" name="PublicAuthorisation"/>
  362. <add type="WDG.REST.RESTHttpModule" name="RESTHttpModule"/>
  363. <!-- add name="Session" type="System.Web.SessionState.SessionStateModule"/ -->
  364. </httpModules>
  365. </system.web>
  366. <system.web.extensions>
  367. <scripting>
  368. <webServices>
  369. <!-- Uncomment this line to customize maxJsonLength and add a custom converter -->
  370. <!--
  371. <jsonSerialization maxJsonLength="500">
  372. <converters>
  373. <add name="ConvertMe" type="Acme.SubAcme.ConvertMeTypeConverter"/>
  374. </converters>
  375. </jsonSerialization>
  376. -->
  377. <!-- Uncomment this line to enable the authentication service. Include requireSSL="true" if appropriate. -->
  378. <!--
  379. <authenticationService enabled="true" requireSSL = "true|false"/>
  380. -->
  381. <!-- Uncomment these lines to enable the profile service. To allow profile properties to be retrieved
  382. and modified in ASP.NET AJAX applications, you need to add each property name to the readAccessProperties and
  383. writeAccessProperties attributes. -->
  384. <!--
  385. <profileService enabled="true"
  386. readAccessProperties="propertyname1,propertyname2"
  387. writeAccessProperties="propertyname1,propertyname2" />
  388. -->
  389. </webServices>
  390. <!--
  391. <scriptResourceHandler enableCompression="true" enableCaching="true" />
  392. -->
  393. </scripting>
  394. </system.web.extensions>
  395. <system.webServer>
  396. <validation validateIntegratedModeConfiguration="false"/>
  397. <modules>
  398. <remove name="ScriptModule"/>
  399. <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  400. <add type="Rewards.Web.UI.Public.PublicAuthorisation" name="PublicAuthorisation"/>
  401. <add type="WDG.REST.RESTHttpModule" name="RESTHttpModule"/>
  402. </modules>
  403. <handlers>
  404. <remove name="ScriptHandlerFactory"/>
  405. <remove name="ScriptHandlerFactoryAppServices"/>
  406. <remove name="ScriptResource"/>
  407. <remove name="WebServiceHandlerFactory-Integrated"/>
  408. <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  409. <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  410. <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  411. <add name="RESTHttpHandler" verb="*" path="*ashx" type="WDG.REST.RESTHttpHandler"/>
  412. </handlers>
  413. </system.webServer>
  414. <system.codedom>
  415. <compilers>
  416. <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
  417. <providerOption name="CompilerVersion" value="v3.5"/>
  418. <providerOption name="WarnAsError" value="false"/>
  419. </compiler>
  420. </compilers>
  421. </system.codedom>
  422. <runtime>
  423. <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
  424. <dependentAssembly>
  425. <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
  426. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  427. </dependentAssembly>
  428. <dependentAssembly>
  429. <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
  430. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  431. </dependentAssembly>
  432. <dependentAssembly>
  433. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
  434. <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
  435. </dependentAssembly>
  436. <dependentAssembly>
  437. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
  438. <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
  439. </dependentAssembly>
  440. <dependentAssembly>
  441. <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
  442. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  443. </dependentAssembly>
  444. <dependentAssembly>
  445. <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
  446. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  447. </dependentAssembly>
  448. <dependentAssembly>
  449. <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
  450. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  451. </dependentAssembly>
  452. <dependentAssembly>
  453. <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
  454. <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
  455. </dependentAssembly>
  456. </assemblyBinding>
  457. </runtime>
  458. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
Advertisement
Add Comment
Please, Sign In to add comment