ASP.net Version Test Script

Here’s a little script that we have used over and over again that will display the version of ASP.net that is running on a web server.  This script has been particularly useful when working with virtual hosts. 
Copy and paste the following code into a file (example: test.aspx) and upload to the webserver.
<%@ Page Language=”VB” %>
<script runat=”server”>
    [...]

129 Web Design · PO Box 18207 · Portland, Maine 04112