Monday, November 25, 2019

Server Error in '/POCAdmin' Application.

Request is not available in this context


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: Request is not available in this context

Source Error:

Line 90:             // Set up the NhibernateFactories
Line 91:             var jcdcFactory = ObjectFactory.GetNamedInstance<INHFactory>("JCDC");
Line 92:             jcdcFactory.BuildFactoryByConfigFile<StaffEO, StaffEOMap>("~/JCDCDB.config");
Line 93: 
Line 94:             //only uncomment these for webapps

Source File: D:\TFS\POCAdmin\POCAdmin\Utilities\BootstrapStuctureMap.cs    Line: 92



THE ANSWER



Net pool is default (Integrated), change to classic           

No comments:

Post a Comment