Showing posts with label Internet Information Server. Show all posts
Showing posts with label Internet Information Server. Show all posts

Wednesday, March 16, 2011

Working with PHP and Wordpress blog

Here is some links about installing/configuring PHP and wordpress blog.
Download Wordpress



Coinfigure/Install PHP & Fast CGI on IIS






PHP File Permission Change



Wordpress Deprecated Error


FeedBurner for Wordpress




WordPress Tips N Tricks





Monday, January 24, 2011

Working with MIME type for IIS

Here are some links about working with MIME type for IIS.

- You can add the MIME type entry in web.config file by following the link given below.
(1) How to add mime types with IIS7 Web.config

- You also need to add the MIME type for the media file in IIS by following the link given below.
(1) Creating MIME Types for a Web site or directory (IIS 6.0)

(2) Adding .FLV MIME Type in IIS

(3) Downloading Docx from IE - Setting MIME Types in IIS - Stack Overflow

- You can also find the MIME type from the file name by following thie link given below.
(1) C#: Get MimeType from a File Name

==> MIME type List
(1) Mime Types List - Webmaster Toolkit

(2) MIME Types - Complete List

(3) MIME Media Types

(4) MIME Types by Content Type 
       

Monday, November 9, 2009

IIS Database Manager

IIS Database Manager allows you to easily manage your local and remote databases from within IIS Manager. IIS Database Manager automatically discovers databases based on the Web server or application configuration and also provides the ability to connect to any database on the network. Once connected, IIS Database Manager provides a full array of administrative functionalities including managing tables, views, stored procedures and data as well as running ad hoc queries. IIS Database Manager provides support for Microsoft SQL Server and MySQL.

In addition, because IIS Database Manager is an extension of IIS Manager, administrators can securely delegate the management of databases to authorized local or remote users, without having to open additional management ports on the server.

(1) Using the IIS Database Manager : Managing and Maintaining IIS 7.0 : The Official Microsoft IIS Site

(2) Basics of the IIS Database Manager : Using the IIS Database Manager : Managing and Maintaining IIS 7.0 : The Official Microsoft IIS Site

(3) Working with Tables : Using the IIS Database Manager : Managing and Maintaining IIS 7.0 : The Official Microsoft IIS Site

(4) Working with Views : Using the IIS Database Manager : Managing and Maintaining IIS 7.0 : The Official Microsoft IIS Site

(5) Working with Stored Procedures : Using the IIS Database Manager : Managing and Maintaining IIS 7.0 : The Official Microsoft IIS Site

Download IIS Database Manager(x86) from here