Why is this link not working?
Throughout the AspPDF manual,
links to the code samples
such as http://localhost/asppdf/manual_03/03_hello.asp
are used. For these links to work, the following must be true:
- You are running IIS or PWS on your local machine.
- You have the latest version of AspPDF installed.
- Your local web server responds to the address http://localhost.
- The virtual directory /AspPDF is added to your web server
pointing to the \Samples sub-directory of the AspPDF 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.