changes to make a clean build after moving to new svn server
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- For more information on how toconfigure your ASP.NET application, please visit
|
||||
<!-- For more information on how toconfigure your ASP.NET application, please visit
|
||||
http://go.microsoft.com/fwlink/?LinkId=169433
|
||||
-->
|
||||
<configuration>
|
||||
@@ -13,7 +13,7 @@
|
||||
</appSettings>
|
||||
<system.web>
|
||||
<globalization culture="auto:en-US" />
|
||||
<httpRuntime requestValidationMode="2.0"/>
|
||||
<httpRuntime requestValidationMode="2.0" />
|
||||
<compilation debug="true" targetFramework="4.0" />
|
||||
<authentication mode="Forms">
|
||||
<forms loginUrl="~/Account/Login" timeout="2880" />
|
||||
@@ -36,7 +36,7 @@
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<modules runAllManagedModulesForAllRequests="true" >
|
||||
<modules runAllManagedModulesForAllRequests="true">
|
||||
<!--Following added to support reporting-->
|
||||
<add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.2, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
</modules>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- VIRTUAL Use the test sql database -->
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>MSSQL</DataBaseType>
|
||||
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=DevAyaNova;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
||||
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
||||
|
||||
|
||||
<!-- Use CUSTOMER sql database
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Web.Optimization">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Web" />
|
||||
|
||||
Reference in New Issue
Block a user