Click here to Skip to main content
15,881,380 members
Everything / Web Development / IIS

IIS

IIS

Great Reads

by Max Paulousky
This article presents the techniques and caveats of building Silverlight applications that can be notified about database state changes via polling duplex. WSHttp binding and CLR triggers are used to implement the solution as well.
by Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)
by Monjurul Habib
How to: ASP.NET 4.0 Routing and Ext.NET.
by Bill Seddon
Shows how a .NET based WebDAV server can be created by combining two Open Source projects. The example implementation returns files from a file system, but you can extend it to return resources from any repository.

Latest Articles

by Lance Ford
Use an IIS module to identify the node that served a request in a web farm environment.
by Lance Ford
Step-by-step guide to enable an ASP.NET web application to override date, time, currency and number formats.
by Lance Ford
A walkthrough to enable request/response logging to an ASP.NET web application (or web service) by using an IIS module.
by ToughDev
How to install Microsoft Web Deploy on Win7

All Articles

Sort by Score

IIS 

14 Sep 2014 by Afzaal Ahmad Zeeshan
How to use the keyboard events of the user and use them to dynamically change the User Interface or to perform some actions
11 Mar 2015 by Ivan Yakimov
In this article I'll explain how to make something similar to load balancer on your single developer machine.
16 Jan 2014 by Tom Glick Philadelphia, US
POC to demonstrate passing of collections of complex objects to ASP.NET Web API Controllers.
4 May 2013 by Bikash Prakash Dash
This tip is helpful to create and manage self-signed SSL certificate for local IIS.
16 Aug 2013 by Moudud Hassan
Fix to COM component retrieving error:80040154 in web application running in IIS
21 Nov 2014 by ManojKumar19
Learn how to configure dynamic compression in IIS 7.5 to improve performance
1 Nov 2016 by O.Nasri
A good tutorial in how you can publish your ASP.NETCore MVC web application to IIS.
5 Aug 2010 by Vinayaka Krishna Shenoy
Setting the best value for Application pool Queue length limit
17 Apr 2012 by abhinavshastri
How to Call WebService Dynamically and Read WebService Definition
20 Feb 2011 by Jammer
Create a full suite of SSL certificate for development purposes
7 Feb 2014 by Avinash6474
Set HTTPS binding for web site
24 Nov 2014 by Dushmantha Baranige
HTTP respond data content length compression in MVC web application by an ActionFilter attribute to improve performance in web requests.
13 Apr 2010 by Martin Jarvis
Whilst uploading a large (70MB) file to an IIS 7 website I got a 404 error….which was odd, uploading a file in a postback shouldn’t give me that. I know that file exists!On further investigation it turns out it was actually a 404.13 error from the Request Filtering feature of the Integrated...
10 Oct 2011 by Gregory Gadow
Configure your IIS site to serve custom error pages for all your file types: .html, .aspx, .pdf, whatever.
7 Mar 2013 by Zoran Rubinic
Automatically creating sites in IIS from template
31 Jul 2014 by SrikantSahu
This tip can be used to know more about how dojo templated widgets can be created and used inside a portlet programmatically.
7 Oct 2014 by Sri Nivas.M
How to access the site using domain name instead of localhost in IIS
11 Sep 2015 by Bimaln
How to fix the "Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine" error.
30 Jan 2014 by @donis2014
How to configure IIS Express "applicationhost.config" for handler mappings
19 Jun 2015 by ss9o9o9o
Transferring backup files from a remote SQL Server and Dynamic SQL Connection with Restore utility.
30 Jan 2010 by Nicolas Dorier
This is a short bat program to create a self signed key (with private key), if you call the bat "makecertif.bat", to create a key named ServerKey you need to type :makecertif.bat ServerKey, it will create ServerKey.pfx, a certificate with a private key you can use to secure a web site in...
5 Jun 2010 by Or (David) Berkovitch
Urlrewriter.NET can implement sub-domains
8 Feb 2012 by Pascal Hubert
Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)
12 Sep 2012 by Praveen Kumar Chauhan (PRK)
Sending Data Through XML to web Services
1 Nov 2015 by ASP.NET Community
Hosting a WCF Service with netTcpBinding on IIS7
12 Jan 2024 by Lance Ford
A walkthrough to enable request/response logging to an ASP.NET web application (or web service) by using an IIS module.
18 Jan 2024 by Lance Ford
Step-by-step guide to enable an ASP.NET web application to override date, time, currency and number formats.
7 Jan 2011 by Christian Mattix
How-To: Use Wget to Automate the Karamasoft UltimateSearch Indexing Process for Your Website
20 Jan 2011 by anjali.l2003
Adding .asp extension in IIS7 Windows Server 2008
17 May 2011 by Omar Al Zabir
Files with different date time get different ETag generated by IIS. As a result, on a web server farm, each webserver sends different ETag for the same file as the files are copied to those servers at different date time. Here's a script that can set date time of same file across multiple servers to
26 Jul 2011 by Chris Maunder
For IIS7.5, an alternate method to enable compression is to run the following commands in a terminal:To enable compression for both dynamic and static content:C:\Windows\System32\Inetsrv\Appcmd.exe set config -section:urlCompression -doStaticCompression:true -doDynamicCompression:true...
3 Jan 2012 by HelenmaryC
The VS2010 Recent Project list is not very friendly about displaying web sites which you are running under IIS Express rather than the ASP.NET development server.
9 Mar 2012 by captnmac
Presenting library functions that circumvent some of the draw-backs of built-in JavaScript inheritance.
21 Jun 2013 by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
31 Aug 2013 by hagerAly
This tip shows how to debug a Sharepoint 2010 custom web service.
28 May 2014 by Member 8607591
Internet Explorer cannot display WebPage
8 Jul 2014 by KundanKarma
Need to convert existing BizTalk WCF services with “http” bindings to “netTCP” bindings.
7 Oct 2014 by Dominic Burford
Deploying your WCF web service to IIS
10 Sep 2015 by BatraManish
Host MVC or Web API on IIS 5.x or IIS 6.x
28 Jun 2016 by Herman<T>.Instance
Very simple problem to solve unexpected easily in IIS Manager
12 Feb 2019 by Armand Molinski
How to debug PHP on Windows
22 Aug 2022 by Raj Kumar79
Create a new task and set up a IIS restart using Windows 10 Task Scheduler
22 Apr 2019 by _Asif_
Access rights issue over MSMQ could lead to hours and hours of investigation
15 Feb 2024 by Lance Ford
Use an IIS module to identify the node that served a request in a web farm environment.
28 Sep 2014 by Bhushan Mulmule
This is terribly unorganized document with mix of MVC, Entity Framework, LINQ, HTML 5 and JQuery how tos...
24 Feb 2016 by Muhammad Magdi
Step by step guide to remove the hash sign "#" from AngularJS URLs
11 Nov 2010 by venugopalm
The underlying provider failed on Open Exception in WCF
5 Jul 2013 by Emon Khan
Here, I show how to know whether a website's HTTP compress is enabled or not and by enabling you can improve your application performance.
27 Mar 2018 by DerekT-P
Detection and reporting of website environment under IIS
22 Feb 2015 by Hugo Carnicelli
During this article, we are going to explore what is currently necessary to run an ASP.NET 5 website on Ubuntu.
29 Jan 2015 by DiponRoy
How to restore IIS setups to its default, without uninstalling or repairing Windows
31 Oct 2017 by Dimitri Rakviashvili
Simple trick that allows you to log HTTP POST data in standard IIS log, without rewriting existing web application
8 Feb 2014 by Ahmed Bensaid
Enabling SSL with IIS Express in Visual Studio
3 Sep 2010 by vinNET
Enabling the dynamic compression. How to configure the same in IIS6 & IIS 7
17 Jul 2015 by Mukesh Pr@sad
This article describes blob storage service and how to use it from Visual Studio.
22 Oct 2013 by aoDevTeam
Don't panic and stop wasting your time, the solution is here!
9 Apr 2014 by Code Help 2014
This article explains how you can set a maximum limit of CPU usage for your website.
8 Aug 2011 by Omar Al Zabir
WCF does not support Compression out of the box, so fix it
19 Feb 2014 by PallavSingh
How to run a website on one PC to another PC through IIS 8.0
27 Feb 2016 by Arvind Gehlot
Use of HTTP Compression on ASP.NET / MVC pages using IIS or Server side code
13 Apr 2012 by piyush_singh
Installing IIS on Windows 7.
4 Sep 2011 by Ed Nutting
IIS_ASPNet_URLRewriting
30 Jan 2012 by Robby Tendean
How to bypass SSL certificate validation checking and restore it
30 Oct 2013 by rajeshkool
How to publish website in IIS server
19 Jul 2012 by Sudheer Reddy Battula
My perspective on “where to begin” to address this issue in a general sense for a Microsoft centric web application.
23 Nov 2017 by hong_wei_li@yahoo.com
Get .NET Core Web API hosted in IIS successfully at your local work station
8 Feb 2012 by M I developer
Http 500 Error resolution
26 Jan 2015 by Lai Taiyu
Designing an identification card (ID Card) print program using Visual Basic 6.0 on Windows 2000, 7 or later
29 Nov 2020 by Gaurang Majithiya
Usually, you will see this error when you run your project from Visual Studio. This error itself says that it's a start failure while running your project from Visual Studio.
10 Jul 2015 by Mukesh Pr@sad
This tip describes how to build an application in Azure Cloud with ASP.NET MVC and WCF.
13 Sep 2014 by Afzaal Ahmad Zeeshan
A slight comparison of ASP.NET upon other (web) programming languages in the market and a discussion of me and some other (web) programming language developers.
26 Sep 2016 by Shamim Uddin
In this tip, we will discuss the differences between IIS Physical path & IIS Virtual path.
15 Feb 2018 by Anupkumar7186
Configure IIS to allow any file type to be downloaded
18 May 2010 by Tripathi Swati
A set of command line operations to enable and configure compression in IIS.
12 Sep 2012 by taha bahraminezhad Jooneghani
About how to get high performance from your website and get a good score from Yslow
1 Sep 2014 by Jitendra sondarva
Consume WCF service/ access WCF service, that hosted on Localhost (IIS 7.5 or IIS express)
10 Oct 2013 by Rion Williams
This post will provide a short walk-through for handling and updating these areas of your application to gain more control over debugging, testing and running your applications through Visual Studio.
16 Nov 2016 by shivendra pratik
Convert an Empty Web Application to MVC Web Application using VS 2015 IDE
21 Dec 2010 by techbird
Enabling 64bit compatiblity on IIS for 64bit ASP.NET applications
23 Jan 2015 by Lai Taiyu
To establish a reservation of classroom web system using ASP.NET
17 May 2011 by Omar Al Zabir
Deploy incremental updates on production asp.net sites without causing weird compilation error or runtime errors and ensure servers are recycled gracefully without impacting any user's session
3 Oct 2013 by Chandra Hundigam Venkat
Very simple PowerShell cleanup script that will clean IIS 7 log files
2 Oct 2014 by Trung Nguyen Son
How to analyse and tune your dotnetnuke site to get best performance.
20 Jun 2012 by chetan dudhagara
How to Protect from SQL Injection in PhP based website
4 Mar 2015 by koolprasad2003
Fix : HTTP Error 404.17 : The requested content appears to be script and will not be served by the static file handler
13 May 2012 by Patrick Wanjau
This article is important and essential for beginners and intermediate ASP.NET developers. It will help them set their development environment
17 May 2011 by Omar Al Zabir
Use tinyget to keep websites and webservices always warm
11 Dec 2015 by rvjagadheesh
A simple article which describes how to control IIS application pool operations via C#
28 Nov 2013 by kashif Atiq
How to send PDF files directly to client printer without dialog box in ASP.NET application
17 Aug 2012 by Abey Thomas
This is an issue which can happen for a variety of reasons - but how do you find the right one?
28 Aug 2013 by Andrii Cherednychenko
Article describes how vehicle routing problem can be solved using genetic algorithms. Performance of C# version and solution architecture are also briefly covered
26 Jun 2015 by Mike Trank
Cheat sheet for setting up a publicly accessible website on IIS/Windows Server