Securing ASP.NET Web Apps

  • Thread starter Thread starter Gunawan
  • Start date Start date
G

Gunawan

Hi All,
Do you have any suggestion how to make my web secure?
Such as encrypting data while doing autopostback?

Regards,
Gun
 
May I know the mechanism of SSL certificate?
I didn't have any picture regarding this issue.

Eliyahu Goldin said:
What about getting an SSL certificate for the web server and accessing it
with https://...?

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]

Gunawan said:
Hi All,
Do you have any suggestion how to make my web secure?
Such as encrypting data while doing autopostback?

Regards,
Gun
 
In short, an SSL certificate enables secure http protocol, abbreviated as
https, on the server site. All message exchange between an https server and
clients is encrypted.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]

Gunawan said:
May I know the mechanism of SSL certificate?
I didn't have any picture regarding this issue.

Eliyahu Goldin said:
What about getting an SSL certificate for the web server and accessing it
with https://...?

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]

Gunawan said:
Hi All,
Do you have any suggestion how to make my web secure?
Such as encrypting data while doing autopostback?

Regards,
Gun
 

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

Similar Threads


Back
Top