taterxxwardy / Kentico Web.config
0 likes
0 forks
1 files
Last active
connectionStrings appSettings system.web system.webServer authentication pages handlers httpModules membership roleManager
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <configuration> |
3 | <configSections> |
4 | <!-- Content staging BEGIN --> |
5 | <section name="microsoft.web.services3" type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
6 | <!-- Content staging END --> |
7 | <!-- AjaxControlToolkit BEGIN --> |
8 | <section name="ajaxControlToolkit" type="AjaxControlToolkit.AjaxControlToolkitConfigSection, AjaxControlToolkit" requirePermission="false" /> |
9 | <!-- AjaxControlToolkit END --> |
10 | </configSections> |
Newer
Older