Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Using IIS 6 With Gemini 5

install

The following steps will need to be followed if you are installing Gemini 5 on a server that is running IIS 6.

1.Right click on the website or application in IIS and select Properties. 

2.Using the Virtual Directory tab (Home Directory for some versions of IIS) click on the configuration button at the bottom of the menu.

3.From the Mappings tab, select the .aspx extension and click 'edit'.

4.Copy the full executable path (should be the aspnet_isapi.dll).

5.Go back to the Mappings tab and select .mvc and click edit (or add if it does not exist).

6.Paste the path to the aspnet_isapi.dll in the window. Verbs should be at least 'get, post, head, debug', and make sure 'verify that file exists' is unchecked and click OK.

7. Go back to the mapping screen and 'Insert a Wildcard Application Map' (.*), Paste the aspnet_isapi.dll in the same path and uncheck 'verify that file exists'. Once done click OK.

 
Wednesday, September 19, 2012, 2:31:51 PM