created asp.net version of rank page and made comments

This commit is contained in:
Marc LeGendre 2011-03-10 12:46:04 -07:00
Родитель 870b9a8397
Коммит 3dcdad9c1d
13 изменённых файлов: 558 добавлений и 0 удалений

20
RankPage/RankPage.sln Normal file
Просмотреть файл

@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RankPage", "RankPage\RankPage.csproj", "{8C5690D9-8AF9-45C8-9128-8D51054D8DA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C5690D9-8AF9-45C8-9128-8D51054D8DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C5690D9-8AF9-45C8-9128-8D51054D8DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C5690D9-8AF9-45C8-9128-8D51054D8DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C5690D9-8AF9-45C8-9128-8D51054D8DA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = RankPage\RankPage.csproj
EndGlobalSection
EndGlobal

Просмотреть файл

@ -0,0 +1,8 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.Workbench />
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
</Properties>

Просмотреть файл

@ -0,0 +1,12 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default2" %>
<asp:Content ID="Head" ContentPlaceHolderID="Head" Runat="Server">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="Body" Runat="Server">
<!-- Everything we want to see in the page needs to go here -->
</asp:Content>

Просмотреть файл

@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class Default2 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}

Просмотреть файл

@ -0,0 +1,163 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Bananas - Mono</title>
<asp:ContentPlaceHolder id="Head" runat="server">
</asp:ContentPlaceHolder>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="KEYWORDS" content="Rank" />
<meta name="robots" content="index,follow" />
<meta name="verify-v1" content="CdUrKULfeirXCs/Mpc2sobgsPFNoqmiRL/5n0n08dAY=" /><link rel="shortcut icon" href="/favicon.ico" />
<link title="Creative Commons" type="application/rdf+xml" href="http://mono-project.com/index.php?title=Rank&amp;action=creativecommons" rel="meta" />
<link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html" />
<link href="RankPageLayout.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="MonoRanking.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://mono-project.com/news/index.rss2"/>
<link rel="stylesheet" type="text/css" media="print" href="http://mono-project.com/skins/common/commonPrint.css" />
<link rel="stylesheet" type="text/css" media="screen" href="http://mono-project.com/skins/MonoWaveWide/screen.css" />
<script type="text/javascript" src="http://mono-project.com/skins/MonoWaveWide/prototype.js"></script>
<script type="text/javascript" src="http://mono-project.com/skins/MonoWaveWide/wikihacks.js"></script>
<script type="text/javascript" src="http://mono-project.com/skins/common/wikibits.js"></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script>
<script type="text/javascript">
_uacct = "UA-76510-1";
urchinTracker();
</script>
</head>
<body>
<form id="form1" runat="server">
<div id="header">
<div class="wrapper">
<h1>Mono</h1>
<a href="http://mono-project.com/" title="Mono"><div id="mono-logo"></div></a>
<ul>
<li id="menu-n-home"><a href="http://mono-project.com/Main_Page">Home</a></li>
<li id="menu-n-download"><a href="http://www.go-mono.com/mono-downloads/download.html">Download</a></li>
<li id="menu-n-start"><a href="http://mono-project.com/Start">Start</a></li>
<li id="menu-n-news"><a href="http://www.mono-project.com/news/">News</a></li>
<li class="current_page_item" id="menu-n-contribute"><a href="http://mono-project.com/Contributing">Contribute</a></li>
<li id="menu-n-community"><a href="http://mono-project.com/Community">Community</a></li>
<li id="menu-n-support"><a href="http://mono-project.com/Support">Support</a></li>
<li id="menu-n-store"><a href="http://mono-project.com/Store">Store</a></li>
</ul>
<div id="search">
<form method="get" action="http://www.google.com/search?">
<div>
<input type="hidden" value="www.mono-project.com" id="sitesearch" name="sitesearch" />
<input type="hidden" value="www.mono-project.com" id="domains" name="domains" />
<input class="text" name="q" id="q" type="text" value="Search Mono"
onblur="if (this.value == '') this.value='Search Mono';"
onfocus="if (this.value == 'Search Mono') this.value='rank server';" />
<input class="button" type="submit" value="Go" />
</div>
</form>
</div><!--#search-->
</div><!--.wrapper-->
</div><!--#header-->
<div id="page">
<div id="content-header"><h2><!--BEGIN PAGE TITLE-->The Voices of the Mono Project<!--END PAGE TITLE--></h2></div>
<div id="wrapper" class="wide">
<div id="sidebar">
<div id="toc-parent"></div>
<!-- BEGIN SIDE CONTENT -->
<!-- END SIDE CONTENT -->
</div><!--#sidebar-->
<div id="content" class="wide">
<!-- BEGIN MAIN CONTENT -->
<!-- Everything we want to see in the page needs to go here -->
<asp:ContentPlaceHolder id="Body" runat="server">
</asp:ContentPlaceHolder>
<!--END Main Content -->
<div id="footer-hr"></div>
<div id="footer">
<ul id="footer-menu">
<li><a href="http://www.novell.com/linux"><div id="novell-logo"></div></a>
<ul>
<li style="margin-top: 15px;"><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">
<div id="by-sa"></div></a></li>
<li><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">
<div id="by-nc-nd"></div></a></li>
<li><a href="http://wwww.go-mono.com/Legal">Legal Notices</a></li>
<li>
<a href="http://wwww.go-mono.com/index.php?title=Special:Userlogin&amp;returnto=Rank">Editor Login</a> </li>
</ul>
</li>
<li>Mono
<ul>
<li><a href="http://www.go-mono.com/About">About</a></li>
<li><a href="http://www.go-mono.com/Roadmap">Roadmap</a></li>
<li><a href="http://www.go-mono.com/Plans">Technologies</a></li>
<li><a href="http://www.go-mono.com/Screenshots">Screenshots</a></li>
<li><a href="http://www.go-mono.com/FAQ:_General">FAQ</a></li>
<li><a href="http://www.go-mono.com/Contact">Contact</a></li>
</ul>
</li>
<li>Download
<ul>
<li><a href="http://www.go-mono.com/mono-downloads/download.html">Latest Release</a></li>
<li><a href="http://mono.ximian.com/daily/">Daily Snapshots</a></li>
<li><a href="http://www.mono-project.com/OldReleases">Previous Releases</a></li>
<li><a href="http://monodevelop.com/Download">MonoDevelop</a></li>
<li><a href="http://www55.mono-project.com/MoMA">Mono Migration Analyzer</a></li>
<li><a href="http://www.go-mono.com/moonlight/">Moonlight</a></li>
<li><a href="http://www.go-mono.com/monovs/download">Mono Tools for Visual Studio</a></li>
<li><a href="http://monotouch.net/DownloadTrial">MonoTouch</a></li>
<li><a href="http://www.novell.com/products/mono/eval.html">SUSE Linux Enterprise<br/>Edition Mono Extension</a></li>
</ul>
</li>
<li>Documentation
<ul>
<li><a href="http://wwww.go-mono.com/Start">Getting Started</a></li>
<li><a href="http://www.go-mono.com/docs/">API Reference</a></li>
<li><a href="http://www.go-mono.com/Articles">Articles</a></li>
</ul>
</li>
<li>Community
<ul>
<li><a href="http://wwww.go-mono.com/Mailing_Lists">Mailing Lists</a></li>
<li><a href="http://www.go-mono.com/forums">Forums</a></li>
<li><a href="http://www.go-mono.com/IRC" class="external">Chat/IRC</a></li>
<li><a href="http://www.go-mono.com/monologue">Blogs</a></li>
</ul>
</li>
<li>Contribute
<ul>
<li><a href="http://wwww.go-mono.com/Contributing">Contributing Guide</a></li>
<li><a href="http://wwww.go-mono.com/Bugs">Report Bugs</a></li>
<li><a href="http://wwww.go-mono.com/SVN">SVN</a></li>
<li><a href="http://wrench.mono-project.com/builds">Build Status</a></li>
<li><a href="http://go-mono.com/status/">Class Status</a></li>
</ul>
</li>
</ul>
<div style="clear: both;"></div>
</div>
</form>
</body>
</html>

Просмотреть файл

@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class MasterPage : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}

Просмотреть файл

@ -0,0 +1,84 @@
body {
background-color: silver;
position:relative;
}
table {
border-collapse: collapse;
}
table th
{
text-align:center;
}
tr.alt td {
background: #E7F1F9;
color:black;
text-align:center;
}
tr.over td {
background: #569CD3;
color:black;
text-align:center;
}
tr.out td {
background: #CFE3F2;
color:black;
text-align:center;
}
td {
padding-top: 10px;
padding-bottom: 10px;
height: 100%;
width:25%;
text-align:center;
background:#CFE3F2;
}
#container {
text-align:center;
width: 842px;
margin: auto;
background-color:white;
overflow:auto;
}
#header {
text-align:center;
}
#navigation {
text-align:left;
border-style:ridge;
border-width:5px;
border-color:gray;
background-color:gray;
height: 20px;
}
.font {
color: black;
}
.content { }
#footer {
text-align: center;
}
#img {
float:left;
}
a {
color: black;
}

Просмотреть файл

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8C5690D9-8AF9-45C8-9128-8D51054D8DA8}</ProjectGuid>
<ProjectTypeGuids>{349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>RankPage</RootNamespace>
<AssemblyName>RankPage</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Web.Services" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties VerifyCodeBehindFields="true" VerifyCodeBehindEvents="true">
<XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="true" />
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<Content Include="Default.aspx" />
<Content Include="MasterPage.master" />
<Content Include="MonoRanking.css" />
<Content Include="RankingPage.aspx" />
<Content Include="RankPageLayout.css" />
<Content Include="web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="MasterPage.master.cs">
<DependentUpon>MasterPage.master</DependentUpon>
</Compile>
<Compile Include="RankingPage.aspx.cs">
<DependentUpon>RankingPage.aspx</DependentUpon>
</Compile>
</ItemGroup>
</Project>

Двоичные данные
RankPage/RankPage/RankPage.pidb Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,20 @@
body {
}
#rightcolumn
{
float:left;
width:50%;
}
#leftcolumn
{
float: left;
width:50%;
}
.oneaway
{
opacity: 0.6;
}

Просмотреть файл

@ -0,0 +1,56 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="RankingPage.aspx.cs" Inherits="RankingPage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="Body" Runat="Server">
<div id="leftcolumn">
<table>
<tbody>
<tr>
<th>Gravatar</th>
<th>Name</th>
<th>Bananas</th>
</tr>
<tr style="opacity:0.25">
<td><img src="http://www.gravatar.com/avatar/3a9106e0c085d9a856588c454894d66b?d=identicon&s=50&r=g" id="avatarimg1" style="margin-left:auto; margin-right:auto; display:block;width: 50px; height: 50px;" alt="Gravatar" /></td>
<td>Carsten Schlote</td>
<td>511071</td>
</tr>
<tr style="opacity:0.5">
<td><img src="http://www.gravatar.com/avatar/146ab0e304cf866e1a1dd9f4f9a8128d?d=identicon&s=50&r=g" id="avatarimg2" style="margin-left:auto; margin-right:auto; display:block;width: 50px; height: 50px;" alt="Gravatar" /></td>
<td>Mike Krüger</td>
<td>490852</td>
</tr>
<tr>
<td><img src="http://www.gravatar.com/avatar/68420e7236f19e744eae2f66547223a6?d=identicon&s=50&r=g" id="avatarimg3" style="margin-left:auto; margin-right:auto; display:block;width: 50px; height: 50px;" alt="Gravatar" /></td>
<td>Lluis Sanchez Gual</td>
<td>217404</td>
</tr>
<tr style="opacity:0.5">
<td><img src="http://www.gravatar.com/avatar/9bbe9342b19d5815d5b8e78154287c06?d=identicon&s=50&r=g" id="avatarimg4" style="margin-left:auto; margin-right:auto; display:block;width: 50px; height: 50px;" alt="Gravatar" /></td>
<td>Marek Safar</td>
<td>145479</td>
</tr>
<tr style="opacity:0.25">
<td><img src="http://www.gravatar.com/avatar/c72e3d0e20153a42eed12b75f8a91016?d=identicon&s=50&r=g" id="avatarimg5" style="margin-left:auto; margin-right:auto; display:block;width: 50px; height: 50px;" alt="Gravatar" /></td>
<td>Jeffrey Stedfast</td>
<td>82572</td>
</tr>
</tbody>
</table>
</div>
<div id="rightcolumn">
<h2>Details for leveling up?</h2>
<p>Some information is going to go in here</p>
<asp:Button ID="btnShowHow" runat="server" Text="Show me how"
onclick="btnShowHow_Click" />
</div>
</asp:Content>

Просмотреть файл

@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class RankingPage : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnShowHow_Click(object sender, EventArgs e)
{
}
}

Просмотреть файл

@ -0,0 +1,82 @@
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<system.web>
<compilation debug="true">
<assemblies>
</assemblies>
</compilation>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</controls>
</pages>
<httpHandlers>
<remove verb="*" path="*.asmx" />
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</httpModules>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="WarnAsError" value="false" />
</compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="OptionInfer" value="true" />
<providerOption name="WarnAsError" value="false" />
</compiler>
</compilers>
</system.codedom>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated" />
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</handlers>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v2.0.50727">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>