|
2.3.1 - Prerequisites |
Top Previous Next |
|
Minimal Requirements
Important! Please ensure that your server has met the minimal requirements before installation. The most up-to-date requirements can be found on our web site. Requirements are subject to changes without notice. http://www.mediaroad.com/products/speedcheck/requirements/
Our setup is based on default installation of Windows, IIS, ASP.NET and SQL Server. You are required to have good knowledge of server administration.
Ensure ASPX is working properly
To ensure your ASP.NET is functioning, save the following code as test.aspx and use your browser to test it, http://speedcheck.yourserver.com/test.aspx
<%@ Page Language="C#" %> <script language="C#" runat="server"> void Page_Load() { Response.Write("Hello World, ASPX!"); } </script>
You should see the page like the screen shot below. If not, there is something wrong with your setup, refer to the official Microsoft ASP.NET site at http://www.asp.net
WINDOWS 2003 Tips
If you are running Windows 2003 and got 404 Error. You need to enable "ASP.NET" under "Web Services Extension" on IIS Manager. To install or configure IIS is beyond the scope of this document, please refer to Microsoft Support for details. See screenshot below which may help.
|