BonCodeIIS.BonCodeCallHandler Exception
10 posts
• Page 1 of 1
BonCodeIIS.BonCodeCallHandler Exception
Hi there,
I've just installed isap_rewrite with a rewrite rule to divert to hidden localhost server.. however i unfortunately am getting this error from IIS.. does anyone know of any possible solutions to this?
Many thanks..
Server Error in '/' Application.
Could not load type 'BonCodeIIS.BonCodeCallHandler'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Could not load type 'BonCodeIIS.BonCodeCallHandler'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Could not load type 'BonCodeIIS.BonCodeCallHandler'.]
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +8834049
System.Web.Configuration.HandlerFactoryCache.GetHandlerType(String type) +21
System.Web.Configuration.HandlerFactoryCache..ctor(String type) +19
System.Web.HttpApplication.GetFactory(String type) +78
System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +229
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
I've just installed isap_rewrite with a rewrite rule to divert to hidden localhost server.. however i unfortunately am getting this error from IIS.. does anyone know of any possible solutions to this?
Many thanks..
Server Error in '/' Application.
Could not load type 'BonCodeIIS.BonCodeCallHandler'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Could not load type 'BonCodeIIS.BonCodeCallHandler'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Could not load type 'BonCodeIIS.BonCodeCallHandler'.]
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +8834049
System.Web.Configuration.HandlerFactoryCache.GetHandlerType(String type) +21
System.Web.Configuration.HandlerFactoryCache..ctor(String type) +19
System.Web.HttpApplication.GetFactory(String type) +78
System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +229
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: BonCodeIIS.BonCodeCallHandler Exception
Hello,
Please, make sure the error is gone when you don't use ISAPI_Rewrite. Does the request go through from your server to backend?
Please, provide ISAPI_Rewrite config file to make sure there's nothing else that could provoke the error.
Regards
Andrew
Please, make sure the error is gone when you don't use ISAPI_Rewrite. Does the request go through from your server to backend?
Please, provide ISAPI_Rewrite config file to make sure there's nothing else that could provoke the error.
Regards
Andrew
Re: BonCodeIIS.BonCodeCallHandler Exception
Hi Andrew,
Thanks for your reply.. really appreciated.. Im currently using the following rewrite rule..
RewriteEngine on
RewriteBase /
RewriteRule ^$ http://127.0.0.1:8000$1 [NC,P]
Best Rgds
Dan
Thanks for your reply.. really appreciated.. Im currently using the following rewrite rule..
RewriteEngine on
RewriteBase /
RewriteRule ^$ http://127.0.0.1:8000$1 [NC,P]
Best Rgds
Dan
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: BonCodeIIS.BonCodeCallHandler Exception
And nothing else?
Any errors while not using ISAPI_Rewrite? Can you reach the spot from your server directly?
Regards
Andrew
Any errors while not using ISAPI_Rewrite? Can you reach the spot from your server directly?
Regards
Andrew
Re: BonCodeIIS.BonCodeCallHandler Exception
Thanks for your reply.. I've managed to resolve the error, which was a random tomcat handler mapping..
Could i possibly ask if my .htaccess looks correct.. I have an internal address: http://127.0.0.1:8000/en-GB/account/log ... 2Fen-GB%2F, and with my current .htaccess the external domain looks moves to https://external-domain.com/en-GB/, however resolves a 404
RewriteEngine on
RewriteBase /
RewriteRule ^$ http://127.0.0.1:8000$1 [NC,P]
Really appreciated
Dan
Could i possibly ask if my .htaccess looks correct.. I have an internal address: http://127.0.0.1:8000/en-GB/account/log ... 2Fen-GB%2F, and with my current .htaccess the external domain looks moves to https://external-domain.com/en-GB/, however resolves a 404
RewriteEngine on
RewriteBase /
RewriteRule ^$ http://127.0.0.1:8000$1 [NC,P]
Really appreciated
Dan
- HeliconAndrew
- Posts: 1264
- Joined: 07 Mar 2012, 10:16
Re: BonCodeIIS.BonCodeCallHandler Exception
Please, try using the following:
Regards
Andrew
- Code: Select all
RewriteRule ^([^/]+)/$ http://127.0.0.1:8000/$1/account/login?return_to=/$1/ [NC,P]
Regards
Andrew
Re: BonCodeIIS.BonCodeCallHandler Exception
thanks for that.. is there a simple way to pass the whole site at all folder levels?
Thanks again
Thanks again
Re: BonCodeIIS.BonCodeCallHandler Exception
yeh the Use IIS as reverse proxy didnt work :/
it just redirects to the first folder: https://external-domain.com/en-GB/
it just redirects to the first folder: https://external-domain.com/en-GB/
Re: BonCodeIIS.BonCodeCallHandler Exception
RewriteEngine on
RewriteBase /
RewriteRule ^(.*) http://127.0.0.1:8000/$1 [NC,P]
seems to mostly work.. thanks for your help
RewriteBase /
RewriteRule ^(.*) http://127.0.0.1:8000/$1 [NC,P]
seems to mostly work.. thanks for your help
10 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests