* Web.config: Trace may be enabled, as long it is in local mode

* Web.csproj:
* RemoveTitle.aspx: Removes all posts related to a given title

* RemovePost.aspx: Removes a single bill
This commit is contained in:
Paul Schneider 2015-07-23 16:53:07 +02:00
commit bfb3e7d973
5 changed files with 37 additions and 3 deletions

View file

@ -332,6 +332,7 @@
<Content Include="Views\Calendar\Book.aspx" />
<Content Include="Views\Calendar\ChooseADate.aspx" />
<Content Include="Views\Calendar\ErrorMessage.aspx" />
<Content Include="Views\Blogs\RemoveTitle.aspx" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />