Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / web / IIS

IIS

IIS

Great Reads

by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by Mosso Hosting Cloud
After experiencing scaling issues with their previous hosting provider, the founders of the #1 iPhone tutorial site turned to Mosso, Rackspace’s cloud hosting division, because of the company’s tech support, scalability and affordability.
by Tharaka MTR
A solution to the problem

Latest Articles

by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by Mosso Hosting Cloud
After experiencing scaling issues with their previous hosting provider, the founders of the #1 iPhone tutorial site turned to Mosso, Rackspace’s cloud hosting division, because of the company’s tech support, scalability and affordability.
by Tharaka MTR
A solution to the problem

All Articles

Sort by Score

IIS 

by Zhuyun Dai
I once implemented my own Basic authentication logic in a custom ISAPI filter on IIS 6 and IIS 7.5 (classic mode).
by Afzaal Ahmad Zeeshan
In this post, I am writing about the procedure to set up a home server using IIS and ASP.NET; IIS as the web server, ASP.NET as web scripting framework.
by wullinkm
A single file login page for ASP.NET
by Afzaal Ahmad Zeeshan
This blog post shares a tip for Ajax developers in ASP.NET MVC framework.
by Garry Pilkington
Access IIS Express Website From Remote Machine
by Sebastian Solnica
Application pool identity and directory security in IIS6
by JIN Weijie
Application development and deployment configuration best practices in ASP.NET
by cpsglauco
To fully understand how to use ASP.NET, it is necessary to know the basic operation of the web (for example as occurs a request from browser to server, what are the technologies used, how a web server processes the request, etc.)
by Afzaal Ahmad Zeeshan
This is part 1 of the articles that I want to write for ASP.NET beginners, who want to build their own personal web sites, that mimic characteristics of blog. It covers the ASP.NET web application part.
by Sadeque Sharif
How to deploy MVC2 application at IIS 5.1 (Windows XP)
by Martin Hinshelwood
From time to time your website structure may change. When this happens you do not want to have to start from scratch with your Google rankings, so you need to map all of your Old URLs to new ones.
by Sky Sanders
Exploring Web.config - system.web/httpModules
by Nicolas Brassard
Fake ISAPI Handler to Serve Static Files with Extensions that are Rewritten by URL Rewriter
by Mayur V Lohite
Generic Repository Pattern MVC
by StevenHollidge
Simple and brief introduction to PostSharp and AOP style logging and monitoring
by Nitesh Kejriwal
How to change default port of IIS Manager from 80 in Windows 8.1
by Afzaal Ahmad Zeeshan
An overview for connecting an ASP.NET website or a web application to a remote SQL Server database
by Ghanshyam N Patel
How to enable gzip compression in IIS7
by Brij
Enabling HTTPCompression in IIS6
by StevenHollidge
How to host multiple isolated WCF services within a single Windows service with zero App.config
by levelnis
This post will show you how to quickly configure your MVC website in IIS.
by OwenDavies
The IIS rewrite module is a really powerful feature in IIS. It gives you power to set up rules to handle how requests for specific URLs are handled.
by Afzaal Ahmad Zeeshan
How to share data among different web pages using ASP.NET
by Abhijit Jana
How to use IIS Manager to get worker processes (w3wp.exe) details information?
by Markus Greuel
IIS cannot rewrite gzip compressed responses from another web server, but you can prevent the response from being compressed.
by Himanshu DS
Learning about IIS
by Monjurul Habib
How to: ASP.NET 4.0 Routing and Ext.NET.
by Abhijit Jana
In this blog post, I have going to list out all of my IIS articles that I have published over last few years.
by Shahriar Iqbal Chowdhury/Galib
How to fix this IIS deployment error
by ZteffDK
IIS is dead - Long live IIS!
by Buaziz
The most common Url rewrite rules for IIS 7 and above.
by Chris A. Johnson
This article explains exactly how to setup an SSL certificate for FREE on your Azure account. The existing free SSL with Azure only works on 'non-naked' domains, making it pretty much worthless. This is a 100% free method which ensures your site will be 100% secure.
by Minh Danh Nguyen (ToughDev)
How to install Microsoft Web Deploy on Win7
by kishore Gaddam
This is an introduction to HTML5 development using VS2010, HTML5, jQuery Mobile and ASP.NET MVC 4
by webdev_hb
IIS can be a bully to your poor web application and when you're in a hosted environment you have even less control. In this post we discuss how we can keep your website from being recycled and do it without needing external code!
by levelnis
How to configure IIS Express so that it runs from Visual Studio without needing Visual Studio to be run with Admin rights.
by Cindy Potvin
Many Web.config have merged together
by JIN Weijie
How to optimize WordPress speed hosted on IIS
by Afzaal Ahmad Zeeshan
This article provides an overview of the DateTime object in ASP.NET website, and a source code and example of a few scenarios in which using DateTime would be easy and simple, but tricky.
by Rion Williams
This article covers one of the switches that you might be interested in flipping, the App Suspend feature, which is available in .NET 4.5.1 on Windows Server 2012 R2.
by Sky Sanders
AccessControlModule can impart a greater consistency and usability upon the default behaviour of FormsAuthentication and allow any client script code to leverage FormsAuthentication in a straight forward manner.
by Zhuyun Dai
How to solve "Could not load type 'System.ServiceModel.Activation.HttpModule’ IIS 8 error
by Rion Williams
Bug stories: Exposition, action, climax, resolution, or epic failures.
by Paulo Zemek
... but unfortunately they do, and those things go into production.
by Afzaal Ahmad Zeeshan
This article provides a brief description and overview of ASP.NET's MVC framework, and how developers can covert their real-world objects into MVC framework, to create web applications.
by Afzaal Ahmad Zeeshan
Uploading the files - HTML5 and jQuery way
by Afzaal Ahmad Zeeshan
This post is about C# 6 usage in ASP.NET 5 web applications to fine tune applications for more readability and better performance.
by Diego Resnik
If you don't really need a big session management solution that will cost you in performance (no matter what..) and you only want 2-3 parameters that will help you identify some user's preference without all the fuss, consider - soap extension.
by Wayne Ye
Describes the importance of enabling GZIP compression in Web application
by Rion Williams
When MVC came along however, the water became a bit muddled and developers had a major choice to make when starting up a new project: Web Forms or MVC?
by Abhijit Jana
The exact difference between web farm and web garden, and the advantages and disadvantages of using them.
by DotNetLead.com
This article shows you how to add Windows Authentication to Angular and .NET Core Web API projects.