| 1 | <?xml version="1.0"?>
|
|---|
| 2 | <configuration>
|
|---|
| 3 | <configSections>
|
|---|
| 4 | <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|---|
| 5 | <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|---|
| 6 | <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
|---|
| 7 | <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|---|
| 8 | <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
|
|---|
| 9 | <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
|---|
| 10 | <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
|---|
| 11 | </sectionGroup>
|
|---|
| 12 | </sectionGroup>
|
|---|
| 13 | </sectionGroup>
|
|---|
| 14 | </configSections>
|
|---|
| 15 | <appSettings>
|
|---|
| 16 | <add key="SmtpUser" value="marek.stachura@ct.com.pl"/>
|
|---|
| 17 | <add key="SmtpPwd" value="mageroni"/>
|
|---|
| 18 | </appSettings>
|
|---|
| 19 | <connectionStrings>
|
|---|
| 20 | <add name="BazaReklamConn" connectionString="SERVER=10.0.0.21;DATABASE=Baza_Reklam;UID=wwwadmin;PWD=adm1648;" providerName="System.Data.SqlClient"/>
|
|---|
| 21 | </connectionStrings>
|
|---|
| 22 | <system.web>
|
|---|
| 23 | <pages>
|
|---|
| 24 | <controls>
|
|---|
| 25 | <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 26 | </controls>
|
|---|
| 27 | </pages>
|
|---|
| 28 | <!--
|
|---|
| 29 | Set compilation debug="true" to insert debugging
|
|---|
| 30 | symbols into the compiled page. Because this
|
|---|
| 31 | affects performance, set this value to true only
|
|---|
| 32 | during development.
|
|---|
| 33 | -->
|
|---|
| 34 | <compilation debug="true">
|
|---|
| 35 | <assemblies>
|
|---|
| 36 | <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 37 | <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
|---|
| 38 | <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|---|
| 39 | <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
|---|
| 40 | <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
|---|
| 41 | <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
|---|
| 42 | <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
|
|---|
| 43 | </compilation>
|
|---|
| 44 | <!--
|
|---|
| 45 | The <authentication> section enables configuration
|
|---|
| 46 | of the security authentication mode used by
|
|---|
| 47 | ASP.NET to identify an incoming user.
|
|---|
| 48 | -->
|
|---|
| 49 | <authentication mode="Forms">
|
|---|
| 50 | <forms loginUrl="login.aspx" defaultUrl="platnosc.aspx"/>
|
|---|
| 51 | </authentication>
|
|---|
| 52 | <authorization>
|
|---|
| 53 | <deny users="?"/>
|
|---|
| 54 | </authorization>
|
|---|
| 55 | <!--
|
|---|
| 56 |
|
|---|
| 57 | The <customErrors> section enables configuration
|
|---|
| 58 | of what to do if/when an unhandled error occurs
|
|---|
| 59 | during the execution of a request. Specifically,
|
|---|
| 60 | it enables developers to configure html error pages
|
|---|
| 61 | to be displayed in place of a error stack trace.
|
|---|
| 62 |
|
|---|
| 63 | <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
|
|---|
| 64 | <error statusCode="403" redirect="NoAccess.htm" />
|
|---|
| 65 | <error statusCode="404" redirect="FileNotFound.htm" />
|
|---|
| 66 | </customErrors>
|
|---|
| 67 | -->
|
|---|
| 68 | <customErrors mode="RemoteOnly" defaultRedirect="Error.aspx">
|
|---|
| 69 | </customErrors>
|
|---|
| 70 | <!-- Ustawinia kultur -->
|
|---|
| 71 | <globalization culture="auto" uiCulture="auto"/>
|
|---|
| 72 | <httpHandlers>
|
|---|
| 73 | <remove verb="*" path="*.asmx"/>
|
|---|
| 74 | <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 75 | <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 76 | <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
|---|
| 77 | </httpHandlers>
|
|---|
| 78 | <httpModules>
|
|---|
| 79 | <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 80 | </httpModules>
|
|---|
| 81 | </system.web>
|
|---|
| 82 | <system.web.extensions>
|
|---|
| 83 | <scripting>
|
|---|
| 84 | <webServices>
|
|---|
| 85 | <!-- Uncomment this line to customize maxJsonLength and add a custom converter -->
|
|---|
| 86 | <!--
|
|---|
| 87 | <jsonSerialization maxJsonLength="500">
|
|---|
| 88 | <converters>
|
|---|
| 89 | <add name="ConvertMe" type="Acme.SubAcme.ConvertMeTypeConverter"/>
|
|---|
| 90 | </converters>
|
|---|
| 91 | </jsonSerialization>
|
|---|
| 92 | -->
|
|---|
| 93 | <!-- Uncomment this line to enable the authentication service. Include requireSSL="true" if appropriate. -->
|
|---|
| 94 | <!--
|
|---|
| 95 | <authenticationService enabled="true" requireSSL = "true|false"/>
|
|---|
| 96 | -->
|
|---|
| 97 | <!-- Uncomment these lines to enable the profile service. To allow profile properties to be retrieved
|
|---|
| 98 | and modified in ASP.NET AJAX applications, you need to add each property name to the readAccessProperties and
|
|---|
| 99 | writeAccessProperties attributes. -->
|
|---|
| 100 | <!--
|
|---|
| 101 | <profileService enabled="true"
|
|---|
| 102 | readAccessProperties="propertyname1,propertyname2"
|
|---|
| 103 | writeAccessProperties="propertyname1,propertyname2" />
|
|---|
| 104 | -->
|
|---|
| 105 | </webServices>
|
|---|
| 106 | <!--
|
|---|
| 107 | <scriptResourceHandler enableCompression="true" enableCaching="true" />
|
|---|
| 108 | -->
|
|---|
| 109 | </scripting>
|
|---|
| 110 | </system.web.extensions>
|
|---|
| 111 | <system.webServer>
|
|---|
| 112 | <validation validateIntegratedModeConfiguration="false"/>
|
|---|
| 113 | <modules>
|
|---|
| 114 | <add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 115 | </modules>
|
|---|
| 116 | <handlers>
|
|---|
| 117 | <remove name="WebServiceHandlerFactory-Integrated"/>
|
|---|
| 118 | <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 119 | <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 120 | <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|---|
| 121 | </handlers>
|
|---|
| 122 | </system.webServer>
|
|---|
| 123 | </configuration>
|
|---|