Groups | Blog | Home
all groups > asp.net security > september 2007 >

asp.net security : Easiest way to test if asp is working correctly?


Mike
9/30/2007 9:14:19 PM
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

Alexey Smirnov
10/1/2007 1:15:26 AM
[quoted text, click to view]

<% Response.Write "Hello, world" %>
AddThis Social Bookmark Button