Posts

Showing posts with the label IIS

Enable IIS - Internet Information Service feature in Windows for developers

Image
In this post i will show you how to enable IIS feature in you window PC.  There are few important reasons and information to use IIS In .Net software development we use IIS for hosting our application like Web APIs, WCF Services, Web Application (angular 2, 4, PHP5)etc. Also it is a easy way to manage you application configuration with rich GUI application. Simplified your development process Add, remove, and replace built-in IIS components with your custom modules Speed your website with built-in dynamic caching and enhanced compressions Administrators can use the IIS roles to set up/manage multiple websites, web applications, FTP sites Configure multiple web servers into one server farm. Lets look in to how to Open IIS. (If IIS already Enables) Go to Control panel in your PC Then click Administrative tools in the menu (See following image) Then open "Internet Information Services (IIS) manager" in  list. Let's look at how to enable IIS . ...