targetFramework 4.8

поправлен виртуальный каталог
Поправлен путь к BaseFooter
This commit is contained in:
pavelbannov 2021-10-26 21:34:41 +03:00
parent ebedc72459
commit 36b1a8ef1c
3 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@
</form>
</div>
<div class="basement">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Common/BaseFooter.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Common/BaseFooter/BaseFooter.ascx" />
</div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Common/CookieNotice/CookieNotice.ascx" />

View File

@ -44,7 +44,7 @@
<error statusCode="403" redirect="403.htm" />
<error statusCode="404" redirect="404.htm" />
</customErrors>
<compilation debug="true" targetFramework="4.0">
<compilation debug="true" targetFramework="4.8">
<assemblies>
<add assembly="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

View File

@ -2,9 +2,9 @@
<Target Name="PrecompileWeb">
<RemoveDir Directories="Precompiled" ContinueOnError="true" />
<AspNetCompiler
VirtualPath="/Web"
VirtualPath="/"
PhysicalPath="Web\"
TargetPath="Precompiled"
TargetPath="Precompiled"
ToolPath="C:\Windows\Microsoft.NET\Framework\v4.0.30319\"
/>
</Target>