summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-21 08:53:03 -0400
committerMichael <[email protected]>2017-03-21 08:53:03 -0400
commit8e09e0e8209cf515e4bb2de1bc5a9394440fe8f9 (patch)
treed383df853ade65b59857cf9f60417db405548567
parent44cb33010e4b0abbd7148b3ed2b29ca03a95dbb3 (diff)
downloadproject-unite-8e09e0e8209cf515e4bb2de1bc5a9394440fe8f9.tar.gz
project-unite-8e09e0e8209cf515e4bb2de1bc5a9394440fe8f9.tar.bz2
project-unite-8e09e0e8209cf515e4bb2de1bc5a9394440fe8f9.zip
Hmmm...
-rw-r--r--Project-Unite/Project-Unite.csproj11
-rw-r--r--Project-Unite/Web.config1
2 files changed, 9 insertions, 3 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj
index ae5db58..32636e3 100644
--- a/Project-Unite/Project-Unite.csproj
+++ b/Project-Unite/Project-Unite.csproj
@@ -411,6 +411,10 @@
<Compile Include="Startup.cs" />
</ItemGroup>
<ItemGroup>
+ <Content Include="App_Data\aspnet-Project-Unite-20170315114859.mdf" />
+ <Content Include="App_Data\aspnet-Project-Unite-20170315114859_log.ldf">
+ <DependentUpon>aspnet-Project-Unite-20170315114859.mdf</DependentUpon>
+ </Content>
<Content Include="Content\bootstrap-theme.css" />
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap.min.css" />
@@ -425,7 +429,6 @@
<Content Include="ApplicationInsights.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <None Include="Properties\PublishProfiles\Azure App Service.pubxml" />
<None Include="Scripts\jquery-1.10.2.intellisense.js" />
<Content Include="Scripts\highlight.js" />
<Content Include="Scripts\jquery-1.10.2.js" />
@@ -439,7 +442,9 @@
<Content Include="Scripts\respond.js" />
<Content Include="Scripts\respond.min.js" />
<Content Include="Scripts\_references.js" />
- <Content Include="Web.config" />
+ <Content Include="Web.config">
+ <SubType>Designer</SubType>
+ </Content>
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
@@ -503,7 +508,7 @@
<Content Include="Views\Forum\EditPost.cshtml" />
</ItemGroup>
<ItemGroup>
- <Folder Include="App_Data\" />
+ <Folder Include="Properties\PublishProfiles\" />
<Folder Include="Views\Legal\" />
</ItemGroup>
<ItemGroup>
diff --git a/Project-Unite/Web.config b/Project-Unite/Web.config
index 085d824..47723e0 100644
--- a/Project-Unite/Web.config
+++ b/Project-Unite/Web.config
@@ -18,6 +18,7 @@
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
</appSettings>
<system.web>
+ <customErrors mode="Off"/>
<authentication mode="None" />
<compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5.2" />