ASP.net 2

  • Thread starter Thread starter Ahmd
  • Start date Start date
A

Ahmd

I am Planning to Develop a Online purchase order system in asp.net 2.
Is this kind of application can be developed in asp.net 2.. can anyone
tell what is the security of the database?
thanks in advance.
 
I am Planning to Develop a Online purchase order system in asp.net 2.
OK.

Is this kind of application can be developed in asp.net 2..
Yes.

can anyone tell what is the security of the database?

??? What does that mean...???
 
I am Planning to Develop a Online purchase order system in asp.net 2.
Is this kind of application can be developed in asp.net 2.. can anyone
tell what is the security of the database?
thanks in advance.

The short answer is that you can develop pretty much anything on ASP.NET 2.
The security of the database largely depends on the particular database you
chose to use!
 
Yes, many people have developed such applications with ASP.NET.
Profile services automatically encrypts user passwords.
SQL Server 2005 supports all kinds of encryption.
There are many kinds of custom encryption supported by .NET so your database
can be as secure as you want it to be.
 

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