Skip to content

Commit

Permalink
New ASP.NET integration release
Browse files Browse the repository at this point in the history
  • Loading branch information
jschementi committed Jul 23, 2010
1 parent bfd3b21 commit 34f0bc5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/download/aspnet-20100716/disabled-web.config
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="http://mschnlnine.vo.llnwd.net/d1/dlr/ironpython-2.7A1-aspnet-20100716.zip" />
</system.webServer>
</configuration>
22 changes: 22 additions & 0 deletions python/download/aspnet-20100716/index.html
@@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>IronPython.net / ASP.NET</title>
</head>
<BODY>
Downloading IronPython 2.6 integration with ASP.NET ...
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16148811-1");
//pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript">
pageTracker._trackPageview('/download/aspnet-20100716');
</script>
<meta http-equiv="REFRESH" content="0;url=http://mschnlnine.vo.llnwd.net/d1/dlr/ironpython-2.7A1-aspnet-20100716.zip">
</BODY>
</HTML>

0 comments on commit 34f0bc5

Please sign in to comment.