|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 05/04/2008 08:38:53
Posts: 12,
Visits: 28
|
|
| Hi , i have a big problem. I use the forum without problem from about 1 year. Now i need to use in my application web.config an httphandlers I have in my system.web this : <httpHandlers> <add verb="*" path="/news/*/*/*.aspx" type="devhttpHandlers.HandleIt" /> </httpHandlers> With this in MY APPLICATION (not in the forum web config) the Forum stop to work !!! Detailed error information follows: Exception Type: System.Web.HttpException Exception Message: Could not load type 'devHttpHandler.HandleIt'. Exception Source: System.Web Exception Target Site: GetType ---- Stack Trace ---- System.Web.Compilation.BuildManager.GetType(typeName As String, throwOnError As Boolean, ignoreCase As Boolean) (unknown file): N 00562 System.Web.Configuration.ConfigUtil.GetType(typeName As String, propertyName As String, configElement As ConfigurationElement, node As XmlNode, checkAptcaBit As Boolean, ignoreCase As Boolean) (unknown file): N 00038 (Outer Exception) Date and Time: 08/03/2007 12.19.08 Machine Name: MACISTE Process User: NT AUTHORITY\NETWORK SERVICE Remote User: Remote Address: 127.0.0.1 Remote Host: 127.0.0.1 URL: http://localhost:93/forum/Default.aspx NET Runtime version: 2.0.50727.42 Application Domain: /LM/W3SVC/1400290861/Root/Forum-5-128178263486562500 Assembly Codebase: C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll Assembly Full Name: System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Assembly Version: 2.0.0.0 Assembly Build Date: 16/10/2006 22.54.16 Exception Type: System.Configuration.ConfigurationErrorsException Exception Message: Could not load type 'devHttpHandler.HandleIt'. (C:\sito\web.config line 63) Exception Source: System.Web Exception Target Site: GetType ---- Stack Trace ---- System.Web.Configuration.ConfigUtil.GetType(typeName As String, propertyName As String, configElement As ConfigurationElement, node As XmlNode, checkAptcaBit As Boolean, ignoreCase As Boolean) (unknown file): N 00279 System.Web.Configuration.HttpHandlerAction.InitValidateInternal() (unknown file): N 00172 System.Web.Configuration.HttpHandlersSection.ValidateHandlers() (unknown file): N 00121 System.Web.Configuration.HttpHandlersSection.FindMapping(verb As String, path As VirtualPath) (unknown file): N 00023 System.Web.Handlers.AssemblyResourceLoader.EnsureHandlerExistenceChecked() (unknown file): N 00083 System.Web.Handlers.AssemblyResourceLoader.IsValidWebResourceRequest(context As HttpContext) (unknown file): N 00010 System.Web.Security.FormsAuthenticationModule.OnEnter(source As Object, eventArgs As EventArgs) (unknown file): N 3404812 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() (unknown file): N 00092 System.Web.HttpApplication.ExecuteStep(step As IExecutionStep, completedSynchronously As Boolean& (unknown file): N 00064 Why I can't use this and why forum don't work if i use it !????????
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 07/11/2008 07:33:07
Posts: 105,
Visits: 340
|
|
|
|
|