Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <configSections>
- <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
- <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
- <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
- <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
- <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
- <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
- <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
- <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
- </sectionGroup>
- </sectionGroup>
- </sectionGroup>
- <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
- <section name="InventoryFactory" type="WDG.ObjectFactory.ObjectFactoryConfiguration"/>
- <section name="RESTHandlers" type="WDG.ObjectFactory.ObjectFactoryConfiguration"/>
- <section name="sqlServerCatalogNameOverwrites" type="System.Configuration.NameValueSectionHandler"/>
- <section name="RewardsInventoryIMSConfigurations" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.50727.832, Culture=neutral,PublicKeyToken=b77a5c561934e089"/>
- <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- <section name="Rewards.Inventory.IMS.Test.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
- <section name="Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
- <section name="Rewards.Inventory.IMS.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
- <section name="Rewards.MVP.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
- <section name="Rewards.Web.Common.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
- <section name="Rewardscorp.Protea.Plugin.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
- <section name="RewardsCorp.Stella.Plugin.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
- </sectionGroup>
- </configSections>
- <log4net>
- <appender type="log4net.Appender.RollingFileAppender" name="classApp1">
- <file value="Logs\\Rewardscorp.Protea.Plugin.txt"/>
- <layout type="log4net.Layout.PatternLayout">
- <conversionpattern value="%d [%t] %-5p %c - %m%n"/>
- </layout>
- </appender>
- <appender type="log4net.Appender.RollingFileAppender" name="classApp2">
- <file value="Logs\\Rewardscorp.Stella.Plugin.txt"/>
- <layout type="log4net.Layout.PatternLayout">
- <conversionpattern value="%d [%t] %-5p %c - %m%n"/>
- </layout>
- </appender>
- <logger name="Rewardscorp.Protea.Plugin.Provider">
- <level value="WARN"/>
- <maximumfilesize value="256KB"/>
- <param value="WARN" name="Threshold"/>
- <appender-ref ref="classApp1"/>
- </logger>
- <logger name="Rewardscorp.Stella.Plugin.Provider">
- <level value="WARN"/>
- <maximumfilesize value="256KB"/>
- <param value="WARN" name="Threshold"/>
- <appender-ref ref="classApp2"/>
- </logger>
- </log4net>
- <applicationSettings>
- <Rewards.Inventory.IMS.Test.Properties.Settings>
- <setting name="Rewards_Inventory_IMS_Test_InventoryService_Inventory" serializeAs="String">
- <!--<value>http://dvtimsservice.rewardscorp.com/Inventory.asmx</value>-->
- <value>http://imsservice.rewardscorp.com/Inventory.asmx</value>
- </setting>
- <setting name="UsePolicy" serializeAs="String">
- <value>True</value>
- </setting>
- <setting name="Provider_Username" serializeAs="String">
- <value>[email protected]</value>
- </setting>
- <setting name="Provider_password" serializeAs="String">
- <value>password</value>
- </setting>
- <setting name="EmailService_Username" serializeAs="String">
- <value>rewardscorp</value>
- </setting>
- <setting name="EmailService_password" serializeAs="String">
- <value>60EBF031-8FDE-47e3-86BA-3470BA58F63F</value>
- </setting>
- <setting name="Rewards_Inventory_IMS_Test_EmailService_EmailService" serializeAs="String">
- <value>http://dvtemailservice.rewardscorp.com/EmailService.asmx</value>
- </setting>
- </Rewards.Inventory.IMS.Test.Properties.Settings>
- <Rewards.Inventory.IMS.Properties.Settings>
- <setting name="UsePolicy" serializeAs="String">
- <value>True</value>
- </setting>
- <setting name="Provider_Username" serializeAs="String">
- <value>[email protected]</value>
- </setting>
- <setting name="Provider_password" serializeAs="String">
- <value>password</value>
- </setting>
- <setting name="Rewards_Inventory_IMS_InvertoryService_Inventory" serializeAs="String">
- <!--<value>http://dvtimsservice.rewardscorp.com/Inventory.asmx</value>-->
- <value>http://imsservice.rewardscorp.com/Inventory.asmx</value>
- </setting>
- <setting name="Rewards_Inventory_IMS_EmailService_EmailService" serializeAs="String">
- <value>http://dvtemailservice.rewardscorp.com/EmailService.asmx</value>
- </setting>
- <setting name="EmailService_Username" serializeAs="String">
- <value>rewardscorp</value>
- </setting>
- <setting name="EmailService_password" serializeAs="String">
- <value>60EBF031-8FDE-47e3-86BA-3470BA58F63F</value>
- </setting>
- <setting name="RunWithoutPolicy" serializeAs="String">
- <value>True</value>
- </setting>
- </Rewards.Inventory.IMS.Properties.Settings>
- <Properties.Settings>
- <setting name="Rewards_Inventory_IMS_InventoryService_Inventory" serializeAs="String">
- <!--<value>http://dvtimsservice.rewardscorp.com/Inventory.asmx</value>-->
- <value>http://imsservice.rewardscorp.com/Inventory.asmx</value>
- </setting>
- </Properties.Settings>
- <Rewards.MVP.Properties.Settings>
- <setting name="Rewards_MVP_EmailWS_EmailService" serializeAs="String">
- <value>http://dvtemailservice.rewardscorp.com/EmailService.asmx</value>
- </setting>
- <setting name="Rewards_MVP_RIPWS_CoreRules" serializeAs="String">
- <!--<value>http://dvtcore.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>-->
- <value>http://core.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>
- </setting>
- </Rewards.MVP.Properties.Settings>
- <Rewards.Web.Common.Properties.Settings>
- <setting name="Rewards_Web_Common_RCESM_RewardsCorpEmailServiceManager" serializeAs="String">
- <value>http://dvtrems.rewardscorp.com/REMSXML/RewardsCorpEmailServiceManager.asmx</value>
- </setting>
- <setting name="RCESMSendStatus" serializeAs="String">
- <value>TST</value>
- </setting>
- </Rewards.Web.Common.Properties.Settings>
- <Rewardscorp.Protea.Plugin.Properties.Settings>
- <setting name="Rewardscorp_Protea_Plugin_RIPWS_CoreRules" serializeAs="String">
- <!--<value>http://dvtcore.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>-->
- <value>http://core.rewardscorp.com/RMSXML/CoreRules.asmx?wsdl</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_RIPIgnoreRules" serializeAs="String">
- <value>True</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_EchoToken" serializeAs="String">
- <value>REWARDS_C1057</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_AgentRequest" serializeAs="String">
- <value>22</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_AgentName" serializeAs="String">
- <value>REWARDS</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_DistributionRequest" serializeAs="String">
- <value>4</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_DistributionName" serializeAs="String">
- <value>C1057</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_BookingChannel" serializeAs="String">
- <value>7</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_Url" serializeAs="String">
- <value>http://196.25.159.179:8081/APIWebModule_v5/APIServlet</value>
- </setting>
- <setting name="Rewardscorp_Protea_Plugin_CancelType" serializeAs="String">
- <value>14</value>
- </setting>
- </Rewardscorp.Protea.Plugin.Properties.Settings>
- <RewardsCorp.Stella.Plugin.Properties.Settings>
- <setting name="Username" serializeAs="String">
- <value>Rewardsshort</value>
- </setting>
- <setting name="Password" serializeAs="String">
- <value>mantra123</value>
- </setting>
- </RewardsCorp.Stella.Plugin.Properties.Settings>
- </applicationSettings>
- <sqlServerCatalogNameOverwrites>
- <add key="rcbookings" value="rcbookings"/>
- </sqlServerCatalogNameOverwrites>
- <appSettings>
- <!-- Production web application connection strings -->
- <!-- Staging web application connection strings -->
- <!-- ******************************************** -->
- <add key="SMTP" value="smtp.hosting.bulletproof.net"/>
- <add key="DefaultEmailFrom" value="[email protected]"/>
- <add key="BannerFolder" value="/media/contentresources/banners/"/>
- <add key="ResortImagesFolder" value="/media/contentresources/resortimages/"/>
- <add key="ResortThumbnailFolder" value="/media/contentresources/resortthumbnail/"/>
- <add key="LocationExtraImagesFolder" value="/media/contentresources/locationextraimages/"/>
- <add key="DefaultImage" value="/media/images/noimage-medium.jpg"/>
- <add key="HoldDuration" value="20"/>
- <add key="CCFile" value="/XML/CreditCards.xml"/>
- <add key="BaseURL" value="http://localhost:3979"/>
- <add key="MembershipMemberAdd" value="https://memberships.rewardscorp.com/Join.aspx"/>
- <add key="EmailServiceURL" value="http://dvtemailservice.rewardscorp.com/emailservice.asmx"/>
- <add key="EWSUserName" value="rewardscorp"/>
- <add key="EWSPassword" value="60EBF031-8FDE-47e3-86BA-3470BA58F63F"/>
- <add key="AccommodationAvailabilityXSLT" value="/XSL/AccommodationHTML.xslt"/>
- <add key="MembershipAccommodationAvailabilityXSLT" value="/XSL/Membership_AccommodationHTML.xslt"/>
- <add key="TravelClubAccommodationAvailabilityXSLT" value="/XSL/TC_AccommodationHTML.xslt"/>
- <add key="CalculatePackageCostXSLT" value="/XSL/PackageCostsJSON.xslt"/>
- <add key="ResortSearchXSLT" value="/XSL/ResortsJSON.xslt"/>
- <add key="RatesListXSLT" value="/XSL/RatesListHTML.xslt"/>
- <add key="PromotionColoursXSLT" value="/XSL/PromotionCSS.xslt"/>
- <!--PayFloPro payment gateway settings-->
- <!--There is new implmentation for PaymentGateway pulling from DB, however still need these for backwards compatibilty -->
- <add key="PFPro.Partner" value="VSA"/>
- <add key="PFPro.Vendor" value="RewardsCorp"/>
- <add key="PFPro.User" value="websales"/>
- <add key="PFPro.Password" value="rcweb07"/>
- <add key="PFPro.CountryCode.AUSTRALIA" value="36"/>
- <!-- ONLY TO BE USED FOR TEST -->
- <add key="PFPro.EnvironmentType" value="TEST"/>
- <add key="PAYFLOW_HOST" value="pilot-payflowpro.paypal.com"/>
- <!-- ONLY TO BE USED FOR LIVE -->
- <!--
- <add key="PFPro.EnvironmentType" value="LIVE"/>
- <add key="PAYFLOW_HOST" value="payflowpro.paypal.com" />
- -->
- <!-- CommBank payment gateway settings-->
- <add key="CommBank.Host" value="https://migs.mastercard.com.au/vpcdps"/>
- <add key="CommBank.EnvironmentType" value="TEST"/>
- <!-- End CommBank payment gateway settings-->
- <add key="SiteCode" value="A"/>
- <add key="RIPIgnoreRules" value="True"/>
- <add key="UseDirectPromotionBanner" value="True"/>
- <add key="PromotionBannerPath" value="https:///media/contentresources/banners"/>
- <add key="StellaFilterFromAlternateResortOptions" value="True"/>
- </appSettings>
- <InventoryFactory>
- <ObjectAssembly Identifier="IMS" Description="IMS" AssemblyFile="Rewards.Inventory.IMS.Test" ClassName="Rewards.Inventory.IMS.Test.Provider"/>
- <!--<ObjectAssembly Identifier="GAS" Description="Global Accommodation System (Not available yet)" AssemblyFile="" ClassName=""/>-->
- <ObjectAssembly Identifier="Protea" Description="Protea Inventory System" AssemblyFile="Rewardscorp.Protea.Plugin" ClassName="Rewardscorp.Protea.Plugin.Provider"/>
- <ObjectAssembly Identifier="Stella" Description="Stella Inventory System" AssemblyFile="RewardsCorp.Stella.Plugin" ClassName="RewardsCorp.Stella.Plugin.Provider"/>
- </InventoryFactory>
- <system.serviceModel>
- <bindings>
- <basicHttpBinding>
- <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">
- <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
- <security mode="Transport">
- <transport clientCredentialType="Basic" proxyCredentialType="None" realm=""/>
- <message clientCredentialType="UserName" algorithmSuite="Default"/>
- </security>
- </binding>
- <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">
- <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
- <security mode="Transport">
- <transport clientCredentialType="Basic" proxyCredentialType="None" realm=""/>
- <message clientCredentialType="UserName" algorithmSuite="Default"/>
- </security>
- </binding>
- <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">
- <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
- <security mode="Transport">
- <transport clientCredentialType="Basic" proxyCredentialType="None" realm=""/>
- <message clientCredentialType="UserName" algorithmSuite="Default"/>
- </security>
- </binding>
- <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">
- <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
- <security mode="Transport">
- <transport clientCredentialType="Basic" proxyCredentialType="None" realm="Stella Calpyso API"/>
- <message clientCredentialType="UserName" algorithmSuite="Default"/>
- </security>
- </binding>
- </basicHttpBinding>
- </bindings>
- <client>
- <endpoint address="https://stageapi.mantragroup.com.au/calypso/Buildings.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IBuilding" contract="StellaBuildingReference.IBuilding" name="BasicHttpBinding_IBuilding"/>
- <endpoint address="https://stageapi.xxxxxgroup.com.au/calypso/Packages.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPackage" contract="StellaPackagesReference.IPackage" name="BasicHttpBinding_IPackage"/>
- <endpoint address="https://stageapi.xxxxxgroup.com.au/calypso/Reservations.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IReservation" contract="StellaReservationsReference.IReservation" name="BasicHttpBinding_IReservation"/>
- <endpoint address="https://stageapi.xxxxxgroup.com.au/calypso/Availability.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAvailability" contract="StellaAvailabilityReference.IAvailability" name="BasicHttpBinding_IAvailability"/>
- </client>
- </system.serviceModel>
- <RESTHandlers>
- <!--
- <ObjectAssembly Identifier="unique identifier" Description="my rest operation description" AssemblyFile="My assembly filename" ClassName="class name with full namespace" />
- -->
- <ObjectAssembly Identifier="TravelClubAccommodationAvailability" Description="Returns the availability of a given resort" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.TravelClubAccommodationAvailability"/>
- <ObjectAssembly Identifier="AccommodationAvailability" Description="Returns the availability of a given resort" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.AccommodationAvailability"/>
- <ObjectAssembly Identifier="MembershipAccommodationAvailability" Description="Returns the availability of a given resort" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.MembershipAccommodationAvailability"/>
- <ObjectAssembly Identifier="CalculatePackageCost" Description="Calculates the package costs for a set of rates" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.CalculatePackageCost"/>
- <ObjectAssembly Identifier="ResortImage" Description="Returns the image for resort or default if not found" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.ResortImage"/>
- <ObjectAssembly Identifier="ResortThumbnail" Description="Returns the Thumbnail image for resort or default if not found" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.ResortThumbnail"/>
- <ObjectAssembly Identifier="RatesList" Description="Returns a list of rates transformed by an xslt" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.RatesList"/>
- <ObjectAssembly Identifier="PromotionCSS" Description="Returns a generated css file" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.PromotionCSS"/>
- <ObjectAssembly Identifier="PromotionBanner" Description="Returns a promotion banner image" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.PromotionBanner"/>
- <ObjectAssembly Identifier="LocationExtraImage" Description="Returns a location extra image" AssemblyFile="Rewards.REST" ClassName="Rewards.REST.LocationExtraImage"/>
- </RESTHandlers>
- <system.web>
- <sessionState regenerateExpiredSessionId="true"/>
- <globalization culture="en-AU" uiCulture="en-AU"/>
- <pages enableSessionState="true">
- <controls>
- <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
- <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
- </controls>
- </pages>
- <!--
- Set compilation debug="true" to insert debugging
- symbols into the compiled page. Because this
- affects performance, set this value to true only
- during development.
- -->
- <compilation debug="true">
- <assemblies>
- <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
- <add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
- <add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
- <add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
- <add assembly="System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
- <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
- <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
- <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
- </assemblies>
- </compilation>
- <httpHandlers>
- <remove verb="*" path="*.asmx"/>
- <add verb="*" path="*ashx" type="WDG.REST.RESTHttpHandler"/>
- <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
- <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"/>
- <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"/>
- </httpHandlers>
- <!--
- The <authentication> section enables configuration
- of the security authentication mode used by
- ASP.NET to identify an incoming user.
- -->
- <authentication mode="Forms">
- <forms defaultUrl="/Members/Home.aspx" loginUrl="/Members/Login.aspx" name="PublicAuthentication"/>
- </authentication>
- <!--
- The <customErrors> section enables configuration
- of what to do if/when an unhandled error occurs
- during the execution of a request. Specifically,
- it enables developers to configure html error pages
- to be displayed in place of a error stack trace.
- <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
- <error statusCode="403" redirect="NoAccess.htm" />
- <error statusCode="404" redirect="FileNotFound.htm" />
- </customErrors>
- -->
- <httpModules>
- <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
- <add type="Rewards.Web.UI.Public.PublicAuthorisation" name="PublicAuthorisation"/>
- <add type="WDG.REST.RESTHttpModule" name="RESTHttpModule"/>
- <!-- add name="Session" type="System.Web.SessionState.SessionStateModule"/ -->
- </httpModules>
- </system.web>
- <system.web.extensions>
- <scripting>
- <webServices>
- <!-- Uncomment this line to customize maxJsonLength and add a custom converter -->
- <!--
- <jsonSerialization maxJsonLength="500">
- <converters>
- <add name="ConvertMe" type="Acme.SubAcme.ConvertMeTypeConverter"/>
- </converters>
- </jsonSerialization>
- -->
- <!-- Uncomment this line to enable the authentication service. Include requireSSL="true" if appropriate. -->
- <!--
- <authenticationService enabled="true" requireSSL = "true|false"/>
- -->
- <!-- Uncomment these lines to enable the profile service. To allow profile properties to be retrieved
- and modified in ASP.NET AJAX applications, you need to add each property name to the readAccessProperties and
- writeAccessProperties attributes. -->
- <!--
- <profileService enabled="true"
- readAccessProperties="propertyname1,propertyname2"
- writeAccessProperties="propertyname1,propertyname2" />
- -->
- </webServices>
- <!--
- <scriptResourceHandler enableCompression="true" enableCaching="true" />
- -->
- </scripting>
- </system.web.extensions>
- <system.webServer>
- <validation validateIntegratedModeConfiguration="false"/>
- <modules>
- <remove name="ScriptModule"/>
- <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
- <add type="Rewards.Web.UI.Public.PublicAuthorisation" name="PublicAuthorisation"/>
- <add type="WDG.REST.RESTHttpModule" name="RESTHttpModule"/>
- </modules>
- <handlers>
- <remove name="ScriptHandlerFactory"/>
- <remove name="ScriptHandlerFactoryAppServices"/>
- <remove name="ScriptResource"/>
- <remove name="WebServiceHandlerFactory-Integrated"/>
- <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"/>
- <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"/>
- <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"/>
- <add name="RESTHttpHandler" verb="*" path="*ashx" type="WDG.REST.RESTHttpHandler"/>
- </handlers>
- </system.webServer>
- <system.codedom>
- <compilers>
- <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
- <providerOption name="CompilerVersion" value="v3.5"/>
- <providerOption name="WarnAsError" value="false"/>
- </compiler>
- </compilers>
- </system.codedom>
- <runtime>
- <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
- <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
- <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
- <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
Advertisement
Add Comment
Please, Sign In to add comment