This commit is contained in:
alexY 2015-04-28 10:52:27 +03:00
parent 81fa984bdc
commit b171a34fb0
3 changed files with 39 additions and 93 deletions

View file

@ -364,7 +364,7 @@
<Compile Include="SettingsUserPasswordResetLetter.ascx.designer.cs">
<DependentUpon>SettingsUserPasswordResetLetter.ascx</DependentUpon>
</Compile>
<Compile>
<Compile Include="SearchObject.ascx">
<DependentUpon>SearchObject.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>

View file

@ -26,6 +26,7 @@
-->
<httpHandlers>
<add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />
<add verb="*" path="AjaxHandler.ashx" type="WebsitePanel.WebPortal.WebsitePanelAjaxHandler, WebsitePanel.WebPortal" />
</httpHandlers>
<!-- Authentication -->
<authentication mode="Forms">