Microsoft
Software
Hardware
Network
Question : Securing and deploying a VB.net application
Hello,
I've been working on a vb.net/sql server n-tier application, that I need to start deploying. I have several questions.
1. The front-end vb.net application will be loaded on the user's machines, the application will then connect to the sql server when necessaryi. (disconnected arhitecture) , Both the presentation and business layers will be located on the client machines. Perhaps later, the business layer will go on seperate server.
2. Some users will be external to the organization. Consequently, the sql server will be opertating in mixed windows and sql server authentication.
3. I need to encrypt the connection credentials such as password and logon id from the application to the server.
3. I'm not sure if the data also has to be encrypted also.
Basically, I am trying to determine what my options are given the above parameters.
Answer : Securing and deploying a VB.net application
They will also require the CREATE ANY INDEX privilege.
I assume they already have the CREATE ANY TABLE privilege to allow them to create tables in a schema other than their own.
Random Solutions
Can I send a cookies' data to a server side database without reloading the page?
SBS 2008 - Can't change Internet Options
Javascript Regex - reformat texetarea entries?
Monitor a Ou and all sub Ou's and email if a computer has not contacted domain for more than 10 days. Vbs or Powershell
Java Programing
Free replacement to DynIP?
Laptop shuts down after 25 seconds of boot up
Accessing Objects in the .Net Data Access Engine
in vbscript - How can I check if a file exists in a remote server that requires a username and password to log in?
Write an algorithm in pseudocode