Hello!
I am trying to display the names and the values of Application variables from ASP but get the below error message...

Object doesn't support this property or method

For Each item in Application.Contents
Response.Write item & " - " & Application.Contents(item) & "<BR>"
Next

Could you please help.
Many Thanks

*not sure if i am posting the message in correct category as didnt found ASP thread to post*