Windows 8 - Installed URL Rewrite module - But I don't see it
I'm running Windows 8/IIS 8.I've installed URL Rewrite module. However, when I go into IIS manager I don't see it under any website.If I try and re-install using Web Platform Installer it say it's...
View Articlehow to force web deploy to rebuild the project in Release configuration?
Hello, When I publish, I notice that I forgot sometimes to switch the configuration to Release and to rebuild everything before. Is there a way to force that whenever I publish?
View ArticleAuthentication using ARR
Hi,I'm confused over how authentication is handled in ARR. I have set up a reverse proxy rule to forward all requests for an application on one server to be sent on to another. This works fine. However...
View ArticleWebMatrix Refresh killed the application
I've just updated to the latest Webmatrix Refresh 2 and now Webmatrix won't start. Worse, it won't repair, MATS doesn't fix it and uninstalling and re-installing doesn't make it work either. I've even...
View Articleiis 8 installation and set up
I have windows 8 and iis 8.I can see IIS in the control panel, programs and features, program list. When I look at iss features using the Control panel programs and feature, Turn windows feature on or...
View ArticleHTTP Error 500 in IIS
I am running the MindTouch Core 10.1.3 CMS web application on a 2008 R2 SP1 server and am running into issues. I have posted the issue over on those forums but I think it is more related to PHP itself...
View Articlehow 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 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 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 ArticleRewrite rule to Ignore any ports in the URL
I have a situation wherein , in my application I get requests that include a port number. This port is Not the default port. What I want to do is use the URL Rewrite capability in IIS to rewrite the...
View ArticleConnection Closed - Socket Reset
Hi, I'm facing a problem with a test server. I have two servers, one in production, working fine and another one for test purposes. Both servers have the same .net project running, but for some reason,...
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 ArticleIIS 7.5 Logs
IIS7 logs all authentication attempts in the event log -> Security category with all the authentication related information like: Security ID: domain\User Account Name: username Account Domain:...
View Article