integrated-security
Cross-domain POST with integrated security
I run a site A and I want to be able to POST data to site B, which is hosted on a different subdomain. Now I have complete access to A, but cannot modify B at all.[详细]
2023-03-25 22:01 分类:问答Configure IIS to impersonate a user for SQL Integrated Authentication
I have a question about how to configure my web site and IIS using Active Directory. I have a web app which will be running exclusively on our company\'s internal network.The SQL Database that the ap[详细]
2023-03-09 23:30 分类:问答Application pool identity or Impersonation
(A question of similar vein has been asked before but both the question and the accepted answer do not provide the detail I am looking for)[详细]
2023-03-01 16:13 分类:问答DotNetNuke SQL 15350
Installing DotNetNuke 05.06.02 triggers a SQL error 15350 when using file(mdb) and Integrated Security开发者_如何学编程. What can I do about it?There are threads about this problem at the DotNetNuke s[详细]
2023-02-20 22:45 分类:问答ASP.NET Oracle ODP.NET Integrated Security Slowness
The following results in successful sub-second page loads. <add name=\"test\" connectionString=\"Data Source=TEST_ORACLE;User Id=user;Password=password;\" />[详细]
2023-02-15 03:30 分类:问答Storing username and password to access SQL Server from a Windows service without Integrated Security
We have a service that accesses SQL Server, the client is not using Integrated Security and we need the service to have rights to the database whenever the machine is turned on. Do we have to store 开[详细]
2023-02-13 14:48 分类:问答Retrieve web user's Identity outside of request scope
I have an ASP.NET app that logs Audit reports using nHibernate\'s IPreUpdateListener.In order to set the current user in the Listener events, I was using Syste开发者_如何转开发m.Security.Principal.Win[详细]
2023-02-10 15:11 分类:问答ODP.NET Integrated Security Invalid Connection String Argument
What am I missing? <add name=\"test\" connectionString=\"Data Source=TEST_ORACLE;Integrated Security=Yes;\" />[详细]
2023-02-10 02:43 分类:问答WCF hosted in IIS, Problem connecting to database with integrated security
I have a WCF service hosted in IIS 5.1 on my development XP machine. The service cannot connect to sql server DB with integrated security=true. The same service works fine when hosted in a console app[详细]
2023-01-17 00:08 分类:问答ASP.NET membership db using integrated security problem
I published ASP.NET MVC web site to a server on a virtual machine (Hyper-V). SQL Server Express installed on the same server.[详细]
2022-12-30 05:46 分类:问答