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.




No http handler was found for request type 'GET'

web-app

Whenever i'm trying to access any project on our Gemini website, i get this exception:
No http handler was found for request type 'GET' at System.Web.HttpApplication.MapIntegratedHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig, Boolean convertNativeStaticFileModule) at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)

I don't have direct access to the server configuration, the site is kept on a hosting company's servers. But i can get in contact with the support team there. What can i do to debug/solve this problem?

andrei_robite
· 1
andrei_robite
Replies (3)
helpful
0
not helpful

Seems to me like a configuration issue on the server: http://forums.iis.net/t/1157260.aspx


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks, i'll talk to the hosting admins and get back at you as soon as i get an answer.


andrei_robite
· 1
andrei_robite
helpful
0
not helpful

I found the problem, apparently my web application was configure to run in integrated pipeline mode, i changed the mode to classic and it now works.


andrei_robite
· 1
andrei_robite