Rendering encrypted html via ASP.NET

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Does anyone know if you can use ASP.NET to make ASPX pages which render
encrypted HTML? In other words, when they return the html page, the user
cannot view the source.

Thanks...

Dan
 
Before I answer this, I was wondering how you expect the HTML to be rendered
by the browser if it is in an encrypted binary format.
 
There ain't no such animal. There are some apps out there which tout that
they can "obfuscate" HTML, but that is also pure rubbish. If the browser can
read it, so can you.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top