Commit 03961843b4b52e8d6d6caa09db8fd150d0648281
1 parent
7d2b7051
removed rewrite module for now...
Showing
3 changed files
with
14 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
@@ -76,6 +76,8 @@ | @@ -76,6 +76,8 @@ | ||
76 | <Content Include="app\views\da\da-body-view.html" /> | 76 | <Content Include="app\views\da\da-body-view.html" /> |
77 | <Content Include="app\views\LabExerc\LabExerc-view.html" /> | 77 | <Content Include="app\views\LabExerc\LabExerc-view.html" /> |
78 | <Content Include="app\widget\MainMenu.html" /> | 78 | <Content Include="app\widget\MainMenu.html" /> |
79 | + <Content Include="bin\eLearningPlayer.dll" /> | ||
80 | + <Content Include="bin\eLearningPlayer.pdb" /> | ||
79 | <Content Include="body-view-wp.js" /> | 81 | <Content Include="body-view-wp.js" /> |
80 | <Content Include="content\css\main.css" /> | 82 | <Content Include="content\css\main.css" /> |
81 | <Content Include="content\data\json\da\body-views\1\da_dat_tm_sg_1.json" /> | 83 | <Content Include="content\data\json\da\body-views\1\da_dat_tm_sg_1.json" /> |
@@ -83,6 +85,9 @@ | @@ -83,6 +85,9 @@ | ||
83 | <Content Include="content\data\json\ca\ca_dat_contentlist.json" /> | 85 | <Content Include="content\data\json\ca\ca_dat_contentlist.json" /> |
84 | <Content Include="content\data\json\ca\ca_dat_contentlist_mp4link.json" /> | 86 | <Content Include="content\data\json\ca\ca_dat_contentlist_mp4link.json" /> |
85 | <Content Include="content\data\json\3da\3da_dat_contentlist.json" /> | 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 | <None Include="content\data\json\da\body-views\10\da_dat_tm_sg_10.json" /> | 91 | <None Include="content\data\json\da\body-views\10\da_dat_tm_sg_10.json" /> |
87 | <Content Include="content\data\json\da\body-views\12\da_dat_layer_12.json" /> | 92 | <Content Include="content\data\json\da\body-views\12\da_dat_layer_12.json" /> |
88 | <Content Include="content\data\json\da\body-views\12\da_dat_tm_sg_12.json" /> | 93 | <Content Include="content\data\json\da\body-views\12\da_dat_tm_sg_12.json" /> |
@@ -43333,6 +43338,11 @@ | @@ -43333,6 +43338,11 @@ | ||
43333 | <Folder Include="content\images\DA\75\body-views\4\layers\329\6\" /> | 43338 | <Folder Include="content\images\DA\75\body-views\4\layers\329\6\" /> |
43334 | <Folder Include="Properties\" /> | 43339 | <Folder Include="Properties\" /> |
43335 | </ItemGroup> | 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 | <PropertyGroup> | 43346 | <PropertyGroup> |
43337 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | 43347 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
43338 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | 43348 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
400-SOURCECODE/AIAHTML5.Web/Web.config
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | 21 | ||
22 | </location> | 22 | </location> |
23 | <system.webServer> | 23 | <system.webServer> |
24 | - <rewrite> | 24 | + <!--<rewrite> |
25 | <rules> | 25 | <rules> |
26 | <rule name="AngularJS Routes" stopProcessing="true"> | 26 | <rule name="AngularJS Routes" stopProcessing="true"> |
27 | <match url=".*" /> | 27 | <match url=".*" /> |
@@ -30,10 +30,10 @@ | @@ -30,10 +30,10 @@ | ||
30 | <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> | 30 | <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> |
31 | <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" /> | 31 | <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" /> |
32 | </conditions> | 32 | </conditions> |
33 | - <action type="Rewrite" url="/" /> | 33 | + <action type="Rewrite" url="/AIA" /> |
34 | </rule> | 34 | </rule> |
35 | </rules> | 35 | </rules> |
36 | - </rewrite> | 36 | + </rewrite>--> |
37 | <staticContent> | 37 | <staticContent> |
38 | 38 | ||
39 | <remove fileExtension=".mp3" /> | 39 | <remove fileExtension=".mp3" /> |
400-SOURCECODE/AIAHTML5.Web/index.html
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
2 | <html lang="en" ng-cloak ng-app="AIA"> | 2 | <html lang="en" ng-cloak ng-app="AIA"> |
3 | <head> | 3 | <head> |
4 | <!--<base href="/AIAHTML5/" />--> | 4 | <!--<base href="/AIAHTML5/" />--> |
5 | + <!--<base href="/" />--> | ||
5 | <base href="/" /> | 6 | <base href="/" /> |
6 | <meta charset="utf-8"> | 7 | <meta charset="utf-8"> |
7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 8 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |