iis

Browse by Tags

All Tags » UI (RSS)
Using IIS Manager accounts for Web Deployment Tool (msdeploy) delegation
This blog outlines the basic steps for setting up IIS Manager accounts so that they may be used for Web Deployment Tool delegation. Most of the steps particular to using IIS Manager users for delegation are required for connecting remotely using the Windows Management service, so if there are already accounts set up for remote management, that work has already been done. The following steps will allow IIS Manager accounts to be used for management service delegation. Step-by-step instructions with screen shots may be found for steps 1 through 4 on this page, with their section title added in parenthesis : http://learn.iis.net/page.aspx/159/configuring-remote-administration-and-feature-delegation-in-iis-70/ 1. Make sure that Windows Management Service is installed ( Configuring Remote Connections in IIS Manager ) 2. Enable remote connections for IIS users ( Enable Remote Connections and Configure Identity Credentials ) The previous steps only need to be performed once, however the following...
Client Certificates, Now with a UI!
Dave , a test lead at IIS, sent me a link to Puneet Gupta’s blog post about the Client Certificates UI that he developed. One of the more common requests we get on the IIS 7 UI team is for a Client Certificates UI Module.  Puneet took advantage of the IIS 7 UI Extensibility and coded up neat working module. You can find out more about it on his blog:  http://blogs.msdn.com/puneetgupta/archive/2009/08/03/where-is-the-client-certificates-ui-in-iis-7-0.aspx Currently, the Client Certificates...( read more ) Read More...
IIS Database Manager – Version 1.0 Released!
Today, the IIS team is releasing version 1.0 of the IIS Database Manager. It allows you to administer website and web application databases with the existing connection string or a custom client connection with an IIS UI extension. Major Features: Viewing and Managing Database Views Adding, Editing and Deleting Tables and Table Data Creating, Altering and Executing Stored Procedures Full Integration into IIS 7.0/7.5 Remote Management Ease of Installation with the Web Platform Installer Additional...( read more ) Read More...
IIS 7.0 Administration Pack - Version 1.0 Released!
Back on March 18th, during the MIX releases, the IIS team released the IIS 7.0 Administration Pack.  About a year ago we released Technical Preview 1 of Admin Pack; the modules have gone through a couple iterations since then.   Admin Pack provides additional features to the IIS Manager UI to make administration of your servers, sites and applications even easier than ever. Here are the highlights: FastCGI UI Module Makes configuration of your FastCGI handler even easier than ever...( read more ) Read More...
Database Manager for IIS 7.0 - RC Released!
Adding to the MIX release madness, the IIS team has released DB Manager RC!  This RC version is a big step forward from the previous Technical Preview 2 release almost 9 months ago. Database Manager integrates with the IIS 7 Management Console UI to provide a one stop location to perform database management tasks.  It uses configured web site and web application connection strings as well as custom database connections from within the tool. Here are some of the major changes from the previous...( read more ) Read More...
IIS 7 Remote Management Virtual Lab
I just ran across this Microsoft ISV Training Course that describes how to enable and use web application remote management.  IIS 7's remote management is a really cool way to allow non-administrator users privileges to administer their sites and applications without having to ask a machine administrator to delegated tasks for them. According to the training, the difficulty is listed as 'Advanced' and the target audience is 'Technical', but I'm sure it'll be a breeze for people who frequent...( read more ) Read More...
Posted: Oct 16 2008, 01:03 PM by IIS.net
Filed under: , ,
Write your own UI Rewrite Template Extension!
The GoLive release of URL Rewrite Module is now available and has a lot of improvement thanks to the IIS Community feedback (and tons of internal brainstorm meetings!). A new feature is the ability to create Rewrite Rules by using Rewrite Templates, Rewrite Read More......( read more ) Read More...
Where is Execute Permission in the UI?
A lot has changed in the IIS7 UI from IIS6, sometimes it can be hard to find out where to set certain things such as the execute permission for CGI's and ISAPI's. Yesterday, I was trying to get a CGI to execute, but couldn't find where to set it. In IIS7, you'll need to go to the Handler Mappings UI module, then click on "Edit Feature Permissions..." and then select Execute. Hope that helps. :) Dave...( read more ) Read More...
IIS7 Administration Pack and Database Manager Technical Preview 2
Today we have released the IIS7 Administration Pack and Database Manager Customer Technical Preview 2.  This is a collection of IIS 7 Manager plug-ins and extensions which we hope that you will find useful. So, what's special about Technical Preview 2? Configuration Editor New locking functionality and visualization of locked items Ability to set configuration settings at any level.  Users can now set application and web site settings within ApplicationHost.config easily. Bug Fixes IIS...( read more ) Read More...
Client-Server Extensibilty Notes
This is just an overview of my personal experience with IIS7’s Extensibility capabilities. I’m breaking this down into 3 sections: 1. Tips and Tricks with the GAC and how to avoid being confused 2. What’s in an Async Call? 3. Advantages of breaking the new module into two separate DLL’s 1: Tips and Tricks with the GAC This is more about troubleshooting your GAC entry and including your GAC information in the module provider section of administration.config. Recently, I ran into a problem with porting and modifying an experimental module and the GAC information was my sticking point. My problem was registering the module in administration.config. Here are the steps for making sure your module is in the GAC and in IIS: 1. Follow the steps given in the Extensibility Demos. Specifically, make sure that the binaries are signed and the Post-Build event is: CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL gacutil.exe /if "$(TargetPath)" 2. Use gacutil to determine the information needed for administration...
Posted: May 17 2007, 02:37 PM by IIS.net
Filed under: , ,
More Posts Next page »