ARR - Windows Azure - How to handle fail over?
I am using ARR as reverse proxy server for the backend servers in windows azure.Is there any best way to handle fail over scenario?
View Article1 website with 2 different methods of 'secure'/authenticated access
<p>Hi,</p> <p>I'm pretty much a total newb to IIS and this is the first time I'm setting up a server for my organisation as my colleague that usually does this is currently not...
View Articledatabase in PHP and webmatrix2
hi,i dont know if this the correcy forum but...when i try to create a database in webmatrix 2 i get this error:"Unable to create new database. A network-related or instance-specific error occurred...
View Article405 - HTTP verb used to access this page is not allowed, IIS 7.5
Hi There,I configured a directory in IIS 7.5 by allowing PUT as a Request Filter (HTTP verb). But when I try to send a file to that directory using PUT Command by HTTP Client, it is giving "405 - HTTP...
View ArticleRecycle process instead of Application Domain
Hello,In our website we're using some legacy COM components. Those COM components are used using COM interop from our C# website. The problem we are facing has to do with the recycling of the...
View ArticleBest Practice for Syncronising Web Farm (IIS Config Only)
I'm wondering what method is the best for keeping a web farms IIS config the same. Shared config scares me to death after I tested what would happen if the config was not accessible. I tried msdeploy...
View ArticleIIS after ~ 1 day not reachable FROM OUTSIDE
Hello,I have a problem with a little web application, that queries data by an Ajax-Call every minute from an WCF-Service. The service is hosted within this web application. The request method is...
View ArticleHow to create a custom feed from the output of a VS2012 Web Deploy Package
I want to create a custom feed from the output of selecting the Web Deploy Package option from the publish web action in VS2012. I have worked for about 1 week trying to fall into the pit of success...
View ArticleWindows Authentication missing in IIS8 for Windows 8 Single language
Hi, I bought windows 8 single language installed laptop and try to install some BI Applications and noticed windows Authentication under IIS8->Security is missing.Please help me...
View ArticlePossible to enable http keep-alives at Virtual directory level?
I know it's possible to enable or disable the use of HTTP-Keep-Alives at the web site level using inetmgr.but is it possible to enable or disable them at the Virtual directory level? If so, how would...
View ArticleVersion 3 VB Templates
Hi, Are their plans to add VB Razor templates for version 3?bill b
View ArticleLive Smooth Streaming Publishing Points remain in Started state after encoder...
Solved my own problem. Nothing to see here.
View Articlerunning PHP from Webmatrix shows error 404
I am trying to run a php website from webmatrix on localhost:19478, the home page works fine. however, any other pages gives me a 404 error if I do NOT type .php extension in the URL:...
View ArticleFirst url rewrite
This is my first url rewrite and I am struggling. I watched the video by Ruslan Yakushev and made a number of trys but haven't got it to work. I beleive it should be simple.Sample...
View ArticleIIS output cache execution order when multiple requests to unfinished request
Hello,can anybody please point me to some usefull documentation or give me detailed explanation ?Situation:IIS receives request to ashx handler (querystring based) that is setup to have output cache...
View ArticleMySQL installation not recognised by WPI
Apologies if there is a solution to this somewhere on the site, I have searched but cannot find one.I have MySQL 5.6 installed on my WHS 2011. I am trying to install Wordpress using WPI 4.5, but on...
View ArticleSelecting W3C fields to log with c# for IIS 7.5
Hi,We have to verify which logging fields are enabled from a c# program.I have found a way to do the same with appcmd. Is there any way to do the same with c# (I prefer Microsoft.Web.Administration as...
View Articlew3wp.exe crashes in un-managed code dll for ASP 64 bit Classic web...
Original post is @ http://social.msdn.microsoft.com/Forums/en-US/netfxsetup/thread/c83c7549-483d-4701-a89d-04d4b339b0e0HII am facing issue while trying to run 64 bit web application on IIS 8 and...
View ArticleException while trying to query IIS from C# service
I'm calling the following code from Windows service that was written with C#:try { ServerManager m = new ServerManager(); if(m != null) { SiteCollection sites = m.Sites; //I get exception here } }...
View Article