Disable source of the asp.net page
Posted
by Zerotoinfinite
on Stack Overflow
See other posts from Stack Overflow
or by Zerotoinfinite
Published on 2010-06-03T12:34:09Z
Indexed on
2010/06/03
12:44 UTC
Read the original article
Hit count: 196
Hi All,
I have developed my application in asp.net 3.5 and C#. I have deployed my application on internet and now when I am going to the source of the page, I am able to see all my asp.net controls defined [ie. my aspx page], is their any way I can hide it so that user can't see my source of the page [except right click of mouse] or at least display in pure HTML form so that people can not identify that I am using asp.net.
Thanks in advance
© Stack Overflow or respective owner