Is it possible to use integerated security with jodohost?

It seems the only way is to have a connection to sql server is with username + password in your connection string because we have to use a sql server login.

I implemented RSA enctryption though. However, if someone knows what they are doing and they ever mangaged to hack in.. couldn't they just use the decrypt method to unencrypt my web.config?
 
no you can't use integrated security. Encrypting web.config should be good.

There is always some way around some security, at some level.
 
Back
Top