IIS 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 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 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 a POST request processed?
I am trying to understand a very important thing. Let's say I have form with huge data. When a user submit this huge data form to my Server. Then http.sys will receive this request with huge data and...
View ArticlePKD
I'm experiencing strange behaviour on one of my Servers and I'd like to see if anyone can give me a clue as to what's going on. Windows Server 2008 R2 Enterprise if I make a Default.aspx file...
View Articlehandle 2 sites ports on iis 7
i have 2 websites on my iis in server 2008 r2 x64. one of theme is on port 85 and another works on port 86. how can i configure my iis until do not necessary use port number in URL? i must to configure...
View ArticleBroken link on "IIS 8.0 Dynamic IP Address Restrictions" page
Hi,All the images within "IIS 8.0 Dynamic IP Address Restrictions" page are all disappeared.http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-dynamic-ip-address-restrictions
View ArticleQueryString Value Based Redirects
I need to redirect all pages which has below values in query strings to another URLhttp://abcd.com/ex: http://xyz.com/article.aspx?Center=BeautyCenter&top=90274&id=1 (note: Id would have any...
View ArticleWhat is stage and deploy in IIS?
Thanks.Reference slide:http://imageshack.us/photo/my-images/688/capture1mh.png/
View ArticleReplace character in Redirect Url
Hello,In URL REwrite 2.0, is it possible to replace an underscore character with a hyphen inside a redirect variable?For example, the {R:5} variable contains an underscore character. In the Redirect...
View ArticlePlease explain the 2 Don't points in the slide.
Thanks.Reference slide:http://imageshack.us/photo/my-images/853/capture3wal.png/
View ArticleObject Required -- Error Code 424
I recently set up a classic asp project on Windows Server 2008 R2. The project is working fine on production server. When moving to new server, it comes with Error code 424 on one page, Microsoft...
View ArticleRE: Could you please explain scenarios in this slide?
Thanks.Reference slide:http://imageshack.us/photo/my-images/33/capture5uc.png/
View ArticleIs it possible to rewrite URLs as subdomain without actually creating a...
Good Day All,Is this possible to mimic URLs in Asp.net without actually creating a sub domain if i use Rewrite Module. For example : URL : example.com?value=somecodeand rewrite as :...
View ArticleDeploying Same Web Application in Multiple Server
Hi,I Have a Web Application which i want to deploy in multiple server. I would be tedious for me to go to each servers IIS and create a virtual directory and configure it manually. so please guide me...
View Article