C# checking for ASP .NET trace and debugging

$p4m

New Member
I have many websites online that are hosted on Windows servers. I would like to be able to check them for security issues in an automated manner. The two main issues I'm concerned with are Debugging and Trace. I know how to check them from the servers side (Web.config, look at the taskbar, source code) However how can I check for these 2 issues from the client machine?Basically I want the program to connect to the server. Test for Debugging and Trace and if they are working report errors. I'm writing this program in C# .NETExecutive Summary:How could I check from another machine if my ASP .NET website has Trace or debugging enabled?
 
Back
Top