I have an application that was developed in Visual Studio 2008 using ASP.NET. Part of it is a website that uses IIS 6 and accesses a database in S开发者_运维知识库QL Express 2008 and the other part is
I have two servers on IIS6 where load balancing is done by a load balancing hardware. When a response is provided Server 1 and the postback is handled by Server 2 it always gets an error The state inf
I have an asp.net 2.0 application running on IIS 6.0. I am u开发者_JS百科sing Integrated Windows Authentication. Some users have two network accounts, a personal account and an administrative account.
My client application is trying to call a wcf service using transport security. The wcf service is sitting on 2 nodes behind a hardware load balancer.
I am trying to figure out how I can perform a 301 redirect from: http://www.examplesite.com/news to http://www.examplesite.com#news using 开发者_运维百科IIS 6.0
Currently I have two sites setup in IIS. Primary Site (Uses HTTPs and requires windows integrated authentication)
I\'ve setu开发者_运维技巧p an asp.net mvc app on a windows server 2003 machine with IIS6. ASP.NET MVC3 and .NET4 framework has been installed.
I am getting an error when trying to move my ASP.NET application from VS2010 to our IIS 6.0 webserver. The error happens on the first time the app tries to make a new SQLXMLCommand Object on the login
I have set the wildcard, in a virtual directory in the IIS 6 Windows Server 2003, pointing to the C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll but it didn\'t work. Then I try to
I have an ASP.Net Framework 4 web application making an interop call to a 3rd party unmanaged dll written in C++.