In short it seems that ASP.NET fails to read encrypted connection string for session state if connection string is long enough.
When I run a Profiler trace on our SQL Server cluster, I开发者_StackOverflow\'ve noticed that it executes \"SELECT @@SERVERNAME\" every minute. I always figured the Failover Cluster service did someth
I am having a problem deploying my asp.NET 4.0 web application on the web server. One of the problems is that when deploying, by going to Publish...Select FileSystem...Set the Target Location of the S
I have a working ASP.NET application which uses memory extensively and recently I have planned to move to an AMD machine. 开发者_开发技巧Is there anything I should take care of (i.e libraries I use in
Hi开发者_JAVA技巧 is there a way in iis where http://wiki can point to a wiki website i have set up on one of our internal servers?
I have a application written in ASP.NET which uses DllImport to reference a dll written in Delphi. On my Windows 7 dev machine using the asp.net Development Server accessing the ddl works as expected.
We have multiple web sites that need to process DOMAIN authentication in Windows. There\'s only开发者_StackOverflow one server but multiple sites.
I\'ve got a WCF service that wraps some legacy DLLs that generate report PDFs.That legacy code works great in a desktop app, but when invoked via the WCF service, the PDF page size is driven by virtua
I get a Exception in thread \"main\" Exception in thread \"main\" java.lang.NoClassDefFoundError error when I try to run a batch file as a scheduled task on windows server 2008. The batch file runs a
I am logging on Windows server 2008 R2 using my windows account that is a memb开发者_运维技巧er of administrators group. I need to run a java program to modify some local files for which the administr