On Tue, 3 Dec 2002, Max Bowsher wrote: >> is it possible to retreive the files, the asp file >> poins to ? > > As a general rule, ask yourself: Could a web browser get these files? I'm > not familiar with asp, but by the general principles of web scripting > languages, it is not usually possible to get the source to web apps.
Actually, wget or any browser should not know that PHP or ASP generated the page that it fetches/browses. The page is in clean HTML and should be generated by a call to the server with some variables. You don't try to reach something "beyond the page". You simply send some variables and get what's generated. // Fredrik - Sweden
