TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:ASP viewing problems From:Geoff Lane <geoff -at- GJCTECH -dot- FORCE9 -dot- NET> Date:Thu, 13 May 1999 23:14:32 +0100
Kristy Astry and Sheldon Kohn both report problems viewing ASP pages.
Some ASPs rely on cookies to support the Session object. If you don't allow
cookies, then the ASP cannot store values for session variables. If the
programmer has trapped the errors that this causes, you will see results of
the programmer's error handling code. If the programmer hasn't trapped
these errors, you will see a server error message. The bottom line is to
try accepting cookies and see if this does the trick.
Another problem (particularly in Kristy's case) could be due to network
permissions. Even 'though you're accessing the page over http, NT will only
let you in if either you or the web server have permissions on the
directory. This is unlikely to be a problem for an Internet site (because
most users must rely on the web server's permissions). But on an Intranet
site, the administrator can set group permissions to only allow access for
'the privileged few'.
HTH,
Geoff Lane
Cornwall, UK
geoff -at- gjctech -dot- force9 -dot- net