Subdomain 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 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 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 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 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 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 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 ArticleHow do I prevent AspxSpy?
AspxSpy : http://code.google.com/p/aspxspy/downloads/list Server : Windows 2008 Sp : Service Pack 2 Hotfix : All installed IIS : All sites different user and different application pool
View ArticleLoad Balancing options Windows Services with IIS Servers
Hello,I am new to Load Balancing and need your suggestions. we have f5 Server. Planning to have High Availability 100%. What are my options.Load Balancing WCF Services.Appriciate your...
View ArticleHelp with Advanced Logging spaces in logs and Log Parser
I'm having an issue where spaces found in the name seem to screw up Log Parser, here is an example:#Fields: cs-method cs-uri-stem cs(User-Agent) c-ip xheaderfor GET /iisstart.htm "Mozilla/5.0 (Windows...
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 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 ArticleIIS7 - Unable to access a certain folder/virtual directory
Hi,We have a monitoring-system of all our customers servers called BigBrother Pro Ed. 5.01, wich uses a web interface for monitoring.We currently have some issues getting everything to work, as the...
View Article