How to tell user ASP.NET is safe

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

How can I tell user, the web applicaiton developed by asp.net is safe.
Where can find some document?
 
You don't need a document.

Just tell your user that ASP.NET only executes server-side,
not client-side, so there's nothing he needs to worry about.

ASP.NET sends plain HTML to web clients who access ASP.NET server applications.
No code runs on the client.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top