Commit 03961843b4b52e8d6d6caa09db8fd150d0648281

Authored by Utkarsh Singh
1 parent 7d2b7051

removed rewrite module for now...

400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... ... @@ -76,6 +76,8 @@
76 76 <Content Include="app\views\da\da-body-view.html" />
77 77 <Content Include="app\views\LabExerc\LabExerc-view.html" />
78 78 <Content Include="app\widget\MainMenu.html" />
  79 + <Content Include="bin\eLearningPlayer.dll" />
  80 + <Content Include="bin\eLearningPlayer.pdb" />
79 81 <Content Include="body-view-wp.js" />
80 82 <Content Include="content\css\main.css" />
81 83 <Content Include="content\data\json\da\body-views\1\da_dat_tm_sg_1.json" />
... ... @@ -83,6 +85,9 @@
83 85 <Content Include="content\data\json\ca\ca_dat_contentlist.json" />
84 86 <Content Include="content\data\json\ca\ca_dat_contentlist_mp4link.json" />
85 87 <Content Include="content\data\json\3da\3da_dat_contentlist.json" />
  88 + <Content Include="bin\eLearningPlayer.dll.config" />
  89 + <Content Include="content\data\json\cb\cb_list_content.json" />
  90 + <Content Include="content\data\json\cb\SlideShow\AIA_Curriculum_Builder_Guide.sldshw" />
86 91 <None Include="content\data\json\da\body-views\10\da_dat_tm_sg_10.json" />
87 92 <Content Include="content\data\json\da\body-views\12\da_dat_layer_12.json" />
88 93 <Content Include="content\data\json\da\body-views\12\da_dat_tm_sg_12.json" />
... ... @@ -43333,6 +43338,11 @@
43333 43338 <Folder Include="content\images\DA\75\body-views\4\layers\329\6\" />
43334 43339 <Folder Include="Properties\" />
43335 43340 </ItemGroup>
  43341 + <ItemGroup>
  43342 + <Compile Include="obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs" />
  43343 + <Compile Include="obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs" />
  43344 + <Compile Include="obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs" />
  43345 + </ItemGroup>
43336 43346 <PropertyGroup>
43337 43347 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
43338 43348 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
... ...
400-SOURCECODE/AIAHTML5.Web/Web.config
... ... @@ -21,7 +21,7 @@
21 21  
22 22 </location>
23 23 <system.webServer>
24   - <rewrite>
  24 + <!--<rewrite>
25 25 <rules>
26 26 <rule name="AngularJS Routes" stopProcessing="true">
27 27 <match url=".*" />
... ... @@ -30,10 +30,10 @@
30 30 <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
31 31 <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
32 32 </conditions>
33   - <action type="Rewrite" url="/" />
  33 + <action type="Rewrite" url="/AIA" />
34 34 </rule>
35 35 </rules>
36   - </rewrite>
  36 + </rewrite>-->
37 37 <staticContent>
38 38  
39 39 <remove fileExtension=".mp3" />
... ...
400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -2,6 +2,7 @@
2 2 <html lang="en" ng-cloak ng-app="AIA">
3 3 <head>
4 4 <!--<base href="/AIAHTML5/" />-->
  5 + <!--<base href="/" />-->
5 6 <base href="/" />
6 7 <meta charset="utf-8">
7 8 <meta http-equiv="X-UA-Compatible" content="IE=edge">
... ...