<!-- The system.webServer section is required for IIS7 compatability It is ignored by IIS6-->
<
system.webServer
>
<
modules
>
<
add
name
=
"ScriptModule"
type
=
"System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
preCondition
=
"managedHandler"
/>
<
add
name
=
"Compression"
type
=
"DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"RequestFilter"
type
=
"DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"UrlRewrite"
type
=
"DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"Exception"
type
=
"DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"UsersOnline"
type
=
"DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"DNNMembership"
type
=
"DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"Personalization"
type
=
"DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"Analytics"
type
=
"DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules"
preCondition
=
"managedHandler"
/>
<
add
name
=
"RadUploadModule"
type
=
"Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"
preCondition
=
"managedHandler"
/>
</
modules
>
<
handlers
>
<
remove
name
=
"WebServiceHandlerFactory-Integrated"
/>
<
add
name
=
"LogoffHandler*"
path
=
"Logoff.aspx"
verb
=
"*"
type
=
"DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
<
add
name
=
"RSSHandler"
path
=
"RSS.aspx"
verb
=
"*"
type
=
"DotNetNuke.Services.Syndication.RssHandler, DotNetNuke"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
<
add
name
=
"LinkClickHandler"
path
=
"LinkClick.aspx"
verb
=
"*"
type
=
"DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
<
add
name
=
"CaptchaHandler"
path
=
"*.captcha.aspx"
verb
=
"*"
type
=
"DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
<
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"
verb
=
"GET,HEAD"
path
=
"ScriptResource.axd"
preCondition
=
"integratedMode"
type
=
"System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
name
=
"SitemapHandler"
path
=
"Sitemap.aspx"
verb
=
"*"
type
=
"DotNetNuke.Services.Sitemap.SitemapHandler, DotNetNuke"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
<
add
name
=
"UserProfilePageHandler"
verb
=
"*"
path
=
"User.aspx"
type
=
"DotNetNuke.Services.UserProfile.UserProfilePageHandler, DotNetNuke"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
<
add
name
=
"RadProgressHandler"
verb
=
"*"
path
=
"Telerik.RadUploadProgressHandler.ashx"
type
=
"Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik.Web.UI.WebResource"
verb
=
"*"
path
=
"Telerik.Web.UI.WebResource.axd"
type
=
"Telerik.Web.UI.WebResource, Telerik.Web.UI"
/>
<
add
name
=
"Telerik.Web.UI.ChartHttpHandler"
verb
=
"*"
path
=
"ChartImage.axd"
type
=
"Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
/>
<
add
name
=
"HtmTemplateFileHandler"
verb
=
"*"
path
=
"*.htmtemplate"
type
=
"DotNetNuke.HtmlEditor.TelerikEditorProvider.HtmTemplateFileHandler, DotNetNuke.HtmlEditor.TelerikEditorProvider"
preCondition
=
"integratedMode"
/>
</
handlers
>
<
validation
validateIntegratedModeConfiguration
=
"false"
/>
<
security
>
<
authentication
>
<
basicAuthentication
enabled
=
"false"
/>
</
authentication
>
</
security
>
<
httpProtocol
>
<
customHeaders
>
<
clear
/>
<
add
name
=
"X-Powered-By"
value
=
"ASP.NET"
/>
</
customHeaders
>
</
httpProtocol
>
<
directoryBrowse
enabled
=
"false"
/>
<
defaultDocument
>
<
files
>
<
clear
/>
<
add
value
=
"default.aspx"
/>
<
add
value
=
"index.php"
/>
</
files
>
</
defaultDocument
>
</
system.webServer
>
Sorry Elijah for the delay. Here it is: