Connection 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 ArticleIIS 7 ENABLE HTTP OPTIONS VERB
Hi, what do I need to do to accomplish the above ?? I have a browser issuing and HTTP OPTIONS Request, and getting continuous 405 Method Not Allowed Response. Whatever is sent with OPTIONS, always 405...
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 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 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 Articlei build web application with oracle connectivity which is runing fine on...
i am working on 64bit os and x64 odpCould not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format.Assembly Load Trace:...
View ArticleProblem in installin web platorm installer 4.5
i am tring to install web platform intaller and it is showing following error message",hexadecimal value 0x1F, is an invalid character. Line1,position 1.
View ArticleNeed help in seeting up iss with arr for port 8080
I have installed iis with Arr(Application Request Routing) in one of the server.My application is running in another machine in the lan with port 8080.I want to use ARR as proxy server.I want the below...
View ArticleIs it safe to delete the Account folder?
I just started my website in WebMatrix. I will not need login/autentication, etc. Can I simply delete the "Account" folder that was automatically created, or what is the best way to go about this. I...
View Article