how to redirect root to index.aspx
I'm trying to come up with a rule to redirect requests to a root folder to go to index.aspxexample: http://site.com/folder1 -> http://site.com/folder1/index.aspxor http://site.com/folder1/...
View ArticleSubdomain Rewrite Rule
Hi,my goal is to have multiple web applications in one Windows Server 2012 with IIS 8 on one IP address.For example:www.mydomain.com - main web app80/http, 443/https tfs.mydomain.com - Team Foundation...
View ArticleModule - basic question
I understand that handler is a module which serves request. Handler can be added in handler mapping page.When do I need to add a new module in module page? Once I add a new module what do I do...
View ArticleIIS Website works, but not on internal network
I have a Windows home server. I am running a website from it. I switched cable companies and now my website is not working right. I can connect to it from external networks, but not from my home...
View ArticleIIS 7.5 Scaling and Optimization - Help with flooding of new requests
I have an mvc4 web api that services on average (W3SVC_W3WP) 50req/sec (per each server) on 4 physical servers (xeon 2.5Ghz 6 core 12 logical processors with 64G memory running win2008R2...
View ArticleLarge WordPress 3.5.1 site on IIS7.5 has timeout issues.
I have been fighting one of five WordPress sites on my server that keeps timing out or otherwise stalling. During which, the site creates the maximum number of allowable php-cgi.exe threads. Neither...
View ArticleRequest to VIP/LoadBalancer is HTTPS but getting response in HTTP from...
I am having issue with IIS server. Actually my issue is users are giving VIP/loadbalancer a HTTPS requesthttps://Vip-name.net/default.aspx. But user is getting response in HTTP.Issue might be beause...
View Articlerewrite .htm to /
I'm trying to rewrite .htm to / to accomodate a change in the siteso we'd have www.domain.com/pagename.htm to www.domain.com/pagename/ or www.domain.com/subdir/pagename.htm to...
View ArticleObtaining Session State in a IHttpModule or IHttpHandler when a request is...
Hi.We are developing a IHttpModule that requires session state to be available when the pipeline reaches the Process Request stage.We use the following :-application.PostMapRequestHandler +=...
View Articlere-write rule for a REST API (php)
Hi, I need some help on how to write the web config so that a url will go via a php script.On apache i had some lines of code in a .htaccess file which looked like this:RewriteEngine on RewriteCond...
View ArticleARR and Reporting Services
Hello. Firtsly, sorry for my english... I would like to access to http://mydomain.com/ReportServer?/ using ARR and url rewrite. At the momment I have created a farm named "reports" with a 192.168.0.99...
View ArticleFTP over NAT not working, client based or browser based
I've been trying to configure a web host control panel to work with my server. I'm currently running Windows 2008 Server Standard R2. and I believe I'm running IIS 7.0 as well on it. There is are...
View ArticleInfinite Loop in URL Rewrite (Redirect) Rule
Hello,I have started a redirect rule to route people from ets.nettrax.net to ets.nettrax.net/Account/Login.aspx automatically.Here is my rule:<rewrite><rules><rule name="Redirect traffic...
View ArticleHow to Create Pie chart with Database?
Hello All, Here is my code, please help me with this, @{ var db = Database.Open("patientvalueservices"); var sales = "SELECT categoryTitle from Categories"; foreach (var item in...
View ArticleJavaScript Object Suggestion Recognition Issue
Using the code below:var hr =new XMLHttpRequest();Will not give me properties of XMLHttpRequest. If I do it like this:var hr = XMLHttpRequest; hr.onreadystatechangeIt does, but not the way I want to...
View ArticleWindows Auth and webdav issue
I'm trying to enable webdav over internet but I have a couple issueAfter following this article http://www.slickit.ca/2009/07/webdav-on-windows-7.htmlI managed to get working the following (with...
View ArticleSession ID
Hi.Can anyone advise if IIS maintains the same Session ID throughout the duration of a session even if nothing is stored in session state.It used to be the case that if nothing was stored in the...
View ArticleA Good Tutorial for Absolute Beginners?
Hi,I have looked at the learn.iis.net pages on the URL Rewrite app. I think I need to start with a bit more basic information. Is there a good tutorial out there which starts from the absolute basics?I...
View ArticleHow to implement this rule for default site routing?
I have a situation where the domain name internal is the same as the external website of the company so I want to avoid changing the domain name to internal.domain.com but instead I want to try to use...
View Article