2.4.1 - SpeedCheck Upgrade (ASPX)

Top  Previous  Next

 

Upgrade from version 4.x to version 5.x (FOR ASP.NET)

 

1. Backup all the version 4.x files on your web server  (IMPORTANT TO DO)

 

2. Write down your database information (hostname, username, password) from Web.Config

 

3. Delete version 4.x files EXCEPT the /download and /upload folders

 

4. Copy/FTP the new files (version 5.x) to your web server, you may want to skip /download and /upload directories

 

5. If you have manually edited the main Java Applet file SpeedCheck.aspx, you may want to add the changes you made to the new SpeedCheck.aspx.

 

New Parameters: The following are the new parameters for version 5.x:

 

<param name="labels_url" value="http://servername/SpeedCheck_labels.aspx">        

<param name="report_url" value="http://servername/SpeedCheck_report.aspx">                

<param name="report_url_frame" value="_self">                

<param name="report_url_enabled value="1">

<param name="customized_title_style" value="SansSerif, PLAIN, 14">

<param name="display_product_version" value="1">                                                

<param name="iteration_default" value="1">                                                

<param name="host_default" value="1">                

<param name="direction_default" value="1">                                                

<param name="auto_start" value="0">                

<param name="auto_report" value="1">        

 

6. License key for version 5.x is different. Please logon to your account and get the new key, then replace the content in  SpeedCheck_license.txt

 

7. Now open up the Web.Config, and copy your hostname, username and password from Step (2)

 

This is a sample of the complete version of Web.Config, note that the name has been changed to "SC_Connection_String".

 

New Parameters: "SC_Statistics_Enabled",  and "SC_Permission_Enabled" are the new parameters to control the statistics and permission.They used to be in the ASPX pages in version 4.0.  Please refer to the Installation chapers if you want to find out more details.

 

<configuration>  

<appSettings> 

   <add key="SC_Connection_String"  

       value="SERVER=xxxxxx;DATABASE=db_speedcheck;UID=xxxxxx;PWD=xxxxxx" />  

   <add key="SC_Statistics_Enabled" value="False" /> 

   <add key="SC_Permission_Enabled" value="False" /> 

</appSettings>  

<system.web>  

  <httpRuntime maxRequestLength="51200" /> 

  <globalization  fileEncoding="utf-8"   requestEncoding="utf-8"

      responseEncoding="utf-8" culture="en-US"   uiCulture="en-US"  />

</system.web>  

</configuration> 

 

 

8. If it doesn't work, do a fresh install. Please refer to the basic installation for details.

 

 

 

Upgrade from version 5.0 to version 5.5 (ASPX)

 

1. Backup your existing files on your web server (IMPORTANT TO DO)

 

2. Copy the new SpeedCheck.jar, SpeedCheck.aspx, SpeedCheck_admin_report.aspx, SpeedCheck_statistics.aspx and replace those on your server.

 

3. Create 3 more new fields in the database called "custom_1", "custom_2", and "custom_3" (see installation Guide)

 

4. Close your browser and open up the page.