Commit 56a87b39cb21b45b1ec0f51753014f0bdc70050c

Authored by Nikita Kulshreshtha
1 parent 78891bc8

extra web config

400-SOURCECODE/AIAHTML5.Web/Web.config.orig deleted
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - For more information on how to configure your ASP.NET application, please visit
4   - http://go.microsoft.com/fwlink/?LinkId=169433
5   - -->
6   -<configuration>
7   - <configSections>
8   - <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9   - <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
10   - </configSections>
11   -
12   - <appSettings>
13   - <add key="owin:AutomaticAppStartup" value="false" />
14   -
15   - </appSettings>
16   - <system.web>
17   - <compilation debug="true" targetFramework="4.5" />
18   - <httpRuntime targetFramework="4.5" />
19   - </system.web>
20   - <system.webServer>
21   - <!--<rewrite>
22   - <rules>
23   - <rule name="AngularJS Routes" stopProcessing="true">
24   - <match url=".*" />
25   - <conditions logicalGrouping="MatchAll">
26   - <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
27   - <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
28   - <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
29   - </conditions>
30   - <action type="Rewrite" url="/AIA/" />
31   - </rule>
32   - </rules>
33   - </rewrite>-->
34   - <staticContent>
35   - <remove fileExtension=".mp3" />
36   - <clientCache cacheControlMode="DisableCache" />
37   - <remove fileExtension=".woff" />
38   - <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
39   - <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" />
40   -<<<<<<< HEAD
41   - <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
42   - <mimeMap fileExtension=".json" mimeType="application/json" />
43   -=======
44   - <!--<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />-->
45   - <!--<mimeMap fileExtension=".json" mimeType="application/json" />-->
46   ->>>>>>> 98e905fcd7730a4ac9a42c79fa962809bae7bc88
47   -
48   - </staticContent>
49   - <defaultDocument enabled="true">
50   - <files>
51   - <clear />
52   - <add value="index.html" />
53   - <add value="login.html" />
54   - <add value="Default.asp" />
55   - <add value="iisstart.htm" />
56   - <add value="default.aspx" />
57   - </files>
58   - </defaultDocument>
59   - <handlers>
60   - <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
61   - <remove name="OPTIONSVerbHandler" />
62   - <remove name="TRACEVerbHandler" />
63   - <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
64   - </handlers>
65   - </system.webServer>
66   - <runtime>
67   - <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
68   - <dependentAssembly>
69   - <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
70   - <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
71   - </dependentAssembly>
72   - </assemblyBinding>
73   - </runtime>
74   - <entityFramework>
75   - <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
76   - <parameters>
77   - <parameter value="v11.0" />
78   - </parameters>
79   - </defaultConnectionFactory>
80   - <providers>
81   - <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
82   - </providers>
83   - </entityFramework>
84   -</configuration>
85 0 \ No newline at end of file