I can\'t think of a better way to word the question than the subject line, but I\'ll try my best. We\'re comfortable copying and handling the AX instances themselves, but how do I create a duplic开发
A client has complained about some legacy code that was written a while back.When the client uploads a file, the server takes the file and processes it.This is using the Script Services (Web Service).
I\'m trying to set up a reverse proxy for a website roughly as outlined in this article: http://blogs.msdn.com/b/carlosag/archive/2010/04/02/setting-up-a-reverse-proxy-using-iis-url-rewrite-and-arr.as
We are seeing, under load, session data becoming corrupted or missing, but the sessions themselves remain present.
I am getting the above error when I browse to the following location on my local box using Windows 7:
I have an ASP.NET MVC 2 page. During error or exception, the Application_Error method in Global.asax is not firing on IIS7.
Is th开发者_如何学Cere a good way of remotely managing 301 redirects in IIS?I have recently taken ownership of a small retail ASP.NET website I\'ve been tasked with providing our SEO provider the abil
I have a url: http://mywebsite.com/Account/?Number=25191108&Name=Something&Remote=False which I would li开发者_开发问答ke to redirect to:
I have created a web application in ASP.NET using VB.NET as code behind file. I am using a COM object of ProvideX.Script class to connect to Sage MAS90 ERP. Everything was working fine in visual studi
Is there any way to choose the Session State Mode to be \"State Server\" when using MSBuild Extension Pack? I browsed the source co开发者_如何转开发de but there is no reference to state management.