Re: Easiest way to test if asp is working correctly?
On Sep 30, 10:14 pm, "Mike" <m...@xxxxxxxxxxx> wrote:
What is the easiest way to test if asp is working?
With php i can upload a file with
<?php
phpinfo();
?>
and it tells me its working. Is there a simple asp query i can run to see
if it is working and which version etc.
I didnt set it up as i dont have the knowledge so i had to have someone do
it. I need to try and ascertain 1) If it is working correctly 2) how
secure it is if that is possible.
thanks for any suggestions or help anyone can provide
Mike
<% Response.Write "Hello, world" %>
.
Relevant Pages
- Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs
... When you hit the upload button the browser makes a connection to the server and the PHP engine gets invoked to handle the request. ... (php.general) - Re: file upload problem
... I am trying to learn about uploading files with php. ... I made a simple form script and and file up load script. ... The form script gets the file name correctly and seems to pass it to the upload script correctly. ... if I echo ini_getI see ... (comp.lang.php) - Re: file upload problem
... I am trying to learn about uploading files with php. ... I made a simple form script and and file up load script. ... The form script gets the file name correctly and seems to pass it to the upload script correctly. ... if I echo ini_getI see ... (comp.lang.php) - Re: Cannot find page- cgiemail
... This depends on your host server supporting PHP files ... index files folder which has all of the other files in it. ... i have even used my host's file builder to upload each file seperately ... where do i find out what extension my mailer has? ... (microsoft.public.publisher.webdesign) - Pass Through Any File?
... But I would like to secure pictures to start with, but also other files that people upload. ... The problem is that people can upload anything, it's not limited to to certain file types. ... Is it possible to create a php file that will pass any file type through it from a secured directory outside of the web root directory. ... (comp.lang.php) |
|