best practise for sspi user [closed] - sql-server

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am currently setting a web and sql windows server for a 3 mvc web applications. I have got a sspi domain user set up but not familiar at the correct and most optimal setup for such.
Do all app pools get set up with this user?
Do all databases on the sql server get read/write permissions for this user?
I am looking for best practise for when working with an sspi user.

Related

Is it secure to access database server on internet from dekstop application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am developing an application with need to access database from internet. Is it secure to access directly to the database server ( sql server 2005 ) or is it better to using web service to access the database?
This is a question that you need to ask yourself. In general, accessing DB through a layer is the accepted way to designing applications as it acts as a place holder for plugging in various features such as security, change in DB, change in mapping etc.

Create a Login screen via SalesForce [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to Salesforce. I need to create a Login screen where users will first register with the system and then use these credentials to login to the system.
All these information should be saved on to a DB. I need to know how can i do this ? A tutorial/video tutorial or steps would help me start with this. Help ?
If you're talking about for your regular users then no, this isn't possible. If you're talking about customers then I believe what you're looking for (from the scant details provided) is customer portal.
Be aware though, that there are licence fees involved with this and writing your own user authentication system is against the terms of service.

LDAP Directory and Active Directory [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I heard LDAP is a learning curve. If I wanted to go with a LDAP Directory solution because I want to use the LDAP protocol, and I already know Active Directory, wouldn't that be quite easy to setup?
Active Directory uses the LDAP protocol, so it isn't as different as you may think.
You might want to read this very popular SO question:
What are the differences between LDAP and Active Directory?

Is Microsoft serious about XBAP? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
As a developer, can I count on XBAP? or is Microsoft slowly removing support in favor of Silverlight?
One of the selling points of XBAP is multi browser support (IE and Firefox).
However, the Firefox add-in for XBAP is not in the .NET 4.0 install.
I understand there was a security issue but this has been a while and Microsoft has not released any new add-in.

Silverlight 4 and Outlook 2010 Out of Browser [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
How/what is the best way to access a user outlook while out of browser in
Silverlight ?
I'm looking for sample code to start making queries on a user e-mail box
after the user installs a silverlight app.
I know this busts most if not all of the silverlight security sandboxes, but
installing elevates the app trust to that of the user.
dr K
Have a look at this tutorial:
http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/12/23/silverlight-4-grabbing-emails-from-the-outlook-inbox.aspx

Resources