Which files can be seen by any viewer (-not someone who has the password to my control panel)?
Can he download the dll which was made from the .cs files?
And what about the web.config, can he see that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Web.config and the bin directory are usually protected from being viewed UNLESS you open them up yourself. Also, code files like *.cs or *.vb cannot be seen again excluding the possibility of you allowing them to be seen. Any clients that request a .aspx page will see the rendered version by default.