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.
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
(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)
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
The following results in successful sub-second page loads. <add name=\"test\" connectionString=\"Data Source=TEST_ORACLE;User Id=user;Password=password;\" />
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 开
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
What am I missing? <add name=\"test\" connectionString=\"Data Source=TEST_ORACLE;Integrated Security=Yes;\" />
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
I published ASP.NET MVC web site to a server on a virtual machine (Hyper-V). SQL Server Express installed on the same server.