Would you guys be able to share what configuration changes were necessary?
I am getting this:
Failed to load httpHandler type `Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=2.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d'
Description: Error processing request.
Error Message: HTTP 500. System.Web.HttpException: Failed to load httpHandler type `Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=2.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d'
Stack Trace:
System.Web.HttpException: Failed to load httpHandler type `Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=2.0.5701.0,Culture=neutral,PublicKeyToken=3de6eb684226c24d'
at System.Web.Configuration.HttpHandlerAction.LoadType (System.String type_name) [0x00000]
at System.Web.Configuration.HttpHandlerAction.GetHandlerInstance () [0x00000]
at System.Web.Configuration.HttpHandlersSection.LocateHandler (System.String verb, System.String filepath) [0x00000]
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context) [0x00000]
at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000]
|
But nothing is showing up in the log files. I added the wgx extension to /etc/mono/2.0/web.config and added the wgx type in mod_mono.conf
It's bugging me that I nothing interesting is getting logged, it seems like some more informative exceptions are getting swallowed up or something. I'm wondering if maybe it's because I didn't do something to tell it that the file doesn't need to be checked that it exists as you do in IIS. Anybody able to share their mod_mono.conf or whatever other changes are needed to do this?