We are working on IIS 7.x - we have site named www.lms.com (example). we have SAAS model based system and sell it to multiple client.
I have come across an issue with our ASP.NET application where occasionally a nightly recycle cases the w3wp to hang.
I have a Silverlight 4 application that communicates with a server running IIS 7.5 that hosts a number of my own WCF services.The application runs happily 99% of the time but users reports that a few
So, I\'m working on an MVC3 site. I\'m developing locally, then the build server runs on check-in, and pushes it to the dev server if the build works.
I am using System.Diagnostics to start a new console application to run a batch job**. I am using MVC3 running on IIS 7.5, Windows Server 2008 R2.
I am trying to host WCF service svc files 开发者_运维百科on IIS. Whenever I browse the svc files through IIS hosting it just shows the text contained in svc files in the browser. I went through few ms
I have a web application that is trying to access images from a shared folder on a different server. In my web app, I created a new virtual directory.The alias is QCPhotos and the path is \\alta\\QCP
I have a WCF REST service hosted on IIS 7.5 Windows 2008 R2. The service works as expected except when a client attempts to send a message larger than ~ 25 MB. Specifically, when sending a message siz
Is there any way to write ISAPI Filter functionality in Managed Code (C#) for IIS 7.5? In detail, I need access to the Requests Response Stream, before it is actually sent back to the client to implem
I have an ASMX web service which accepts a few parameters, one of which is a serialized jpg. These files are generally ~100KB in size.