Why is this link not working?
Throughout the AspEncrypt manual,
links to the code samples
such as http://localhost/aspencrypt/manual_01/01_simple.asp
are used. For these links to work, the following must be true:
- You are running IIS on your local machine.
- You have the latest version of AspEncrypt installed.
- Your local web server responds to the address http://localhost.
- The virtual directory /AspEncrypt is added to your web server
pointing to the \Samples sub-directory of the AspEncrypt installation.
- If this is an .aspx file, the .NET framework must also be installed.
If necessary, replace the word "localhost" with the name/address of your server.