Total Pageviews

Saturday 14 April 2012

一个基于asp.net2.0空间的webproxy程序:ASProxy

http://sourceforge.net/projects/asproxy/files/ASProxy/
http://asproxy.sourceforge.net/
http://asproxy.sourceforge.net/installdoc.html
http://asproxy.sourceforge.net/config.html

Installation Pre-requirements

ASProxy is developed on ASP.NET with C# and javascript.
To install ASProxy on you website or server you will need these:
For windows:
  • .Net Framework 2.0 (sp2 for best results)
  • ASP.NET 2.0 enabled hosting
For Linux, one of these alternatives: (也可安装在linux server上)
  • modMono for Apache servers
  • FastCGI for CGI-based webservers.
  • XSP as a standalone webserver

Installing Notes

To install this application upload all the files in zip to the server. It is better to unzip and upload compiled package files instead of the sources.

Installing in a subdirectory:

To have asproxy in a subdirectory in your site, do one of these:
  • Upload all files in to the subdirectory. Then move "Web.config" file and copy "bin" directory to the root of your site.
    Please note that the "bin" folder should exist in both of root directory and the subdirectory.
    That's is because, it is necessary to have "default.aspx.inc.config" in "bin" directory along with aspx files.
  • Create a subdirectory as a virtual directory and upload all files there.
  • Create a sub domain and upload all files there.

Important:

Be sure that your server supports ASP.NET 2 and then set your server ASP.NET version to 2.0.50727.

No comments:

Post a Comment