Selecting 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 ArticleWindows 8 IIS8 (?) asp access
I have installed IIS8 (?) on my new Windows8 and I an trying to open my website as a localhost. When I try with simple html files it is working, but nothing comes out using the actual files using asp...
View ArticleHosting MVC in IIS Problem
I really hope someone can help me solve this problem.. have been figuring it out for days and try different settings...now, I try something really simple and basic, and hope to get things right......
View ArticleRedirect / Rewrite Help
Hi all,we have a Production-Server and a Test-Server. The Prod.-Server is reacheable from Internet under an Address like www.someurl.com.Now, what we need is to be able to reach the Web-Site on a...
View ArticleRewrite localhost querystring url to subdomain
Hi All,I'm looking for this to achieve. Can we achieve below URLhttp://192.168.0.169:1029/About.aspx?p1=testas http://test.192.168.0.169:1029/Kindly suggest how to do this
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 ArticleURL ReWrite for Exchange 2013 OWA
With Exchange 2013 CU1 out only days ago, I upgraded my Exchange from 2010 to 2013 and the OWA decided to stop working. It works internally so I know the configuration on the Exchange is good. If I...
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 Articleload balance how to check server health
Hi,I do have Cisco css load balance, and three web servers (IIS7.5, and many web site on there).i want to setup Cisco to load balance my three web servers, so i want to use cisco keepalive uri...
View ArticleNeed help setting up a web farm
Hi, I'm one of the engineers working on a clean up project for my company. My company's current web application is outdated and our developers are currently working on a new solution, but in the...
View ArticleServerManager to update ApplicationHost.con
More specifically, we're building an install program for a couple of websites. We only support IIS 7.0 or higher and we're using Microsoft.Web.Administration.In order to implement AD pass through...
View ArticleDatabase publish error
I am using dotnetnuke with web matrix and I am upgrading to release 7. I get the following error11:21:38 AM: An error occurred during execution of the database script. The error occurred between the...
View ArticleUse existing .net Membership authentication for FTP server in IIS7.0
Hi,I have a asp.net website running on ISS7.0 as the default website with .netFramework v4.0. We want to stand up a ftp server (not on the website directory, but on a seperate directory). But we want...
View ArticleChanged URL and lost site
I downloaded WebMatrix with WordPress and have been trying to figure it out. I stupidly changed the URL of my site to include a www. (after seeing that suggested on a help video). I assume that only...
View ArticleVersion 3 Preview
Any way to get this to work behind a web proxy? I'm unable to sign into Azure and none of my site templates (except for asp.net) are appearing in the list. I tried it at home (no proxy) and it works...
View ArticleWeb Deploy 3 Setup
Hi, I just like to know if web deploy 3 create the same two local user accounts ( WDeployAdmin and WDeployConfig Writer ) like web deploy 2BRCesar
View ArticleConnection refused under load for SSL - possible bug?
Hi all,We have experienced an issue on our web server over the last couple of days whereby under load, the server would start return "connection refused" for connection via SSL.We increased the request...
View ArticleHow to give write permision to virtual directory
Hello Gurus,I have created a virtual directory in IIS 7.5 and wanted to give write permision to that directory. There is a option in iis 6 to give write permsiions but I just wondering how it is given...
View ArticleMicrosoft JScript compilation error '800a03ec'
Hi There,Need your help.I am running on IIS 7.5 and have the following simple asp code for JScript<script language="javascript" runat="server"> function clib(){ this.test=function test(){ var f }...
View ArticleURLScan 3.1 - Empty User Agents
I have URLScan configured to block bot by their User Agents, etc. This works great.But every now and again, we're getting bots which aren't reporting anything for their user agents.How would I...
View Article