Skip to content

Commit

Permalink
Fixing issues with creation of js/Cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Laub committed Jan 13, 2010
1 parent 55f217e commit ae25ea5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions sample/DotWeb.Sample.MVC/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/js/Cache
[Bb]in
DotWeb.Sample.MVC.Publish.xml
4 changes: 1 addition & 3 deletions sample/DotWeb.Sample.MVC/DotWeb.Sample.MVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Program Files\Microsoft ASP.NET\ASP.NET MVC Beta\Assemblies\System.Web.Abstractions.dll</HintPath>
Expand All @@ -76,7 +75,6 @@
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\BaseController.cs" />
Expand Down Expand Up @@ -115,6 +113,7 @@
<ItemGroup>
<Content Include="Default.aspx" />
<Content Include="Global.asax" />
<Content Include="js\Cache\README.txt" />
<Content Include="js\ExtJs\ext-all-debug.js" />
<Content Include="js\ExtJs\ext-base.js" />
<Content Include="js\ExtJs\Ext.js" />
Expand Down Expand Up @@ -471,7 +470,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="js\Cache\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
Expand Down
3 changes: 1 addition & 2 deletions sample/DotWeb.Sample.MVC/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</configSections>

<appSettings>
<add key="DotWeb-Mode" value="Auto"/>
<add key="DotWeb-Mode" value="Web"/>
<add key="DotWeb-EnableCache" value="true"/>
</appSettings>

Expand Down Expand Up @@ -46,7 +46,6 @@
</namespaces>
</pages>
<httpHandlers>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
<add verb="*" path="*.mvc" validate="false" type="System.Web.Mvc.MvcHttpHandler, System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</httpHandlers>
<httpModules>
Expand Down

0 comments on commit ae25ea5

Please sign in to comment.