I had created an MVC Project and intall umbraco template from " Package Manager Console " and buid a website but when hosting website on IIS gives me the error :: Kindly Provide me a Solution for Following error
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
Umbraco.Web.UmbracoModule.BeginRequest(HttpContextBase httpContext) +25
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +164
Error on publishing umbraco site from vs2013
Hi all,
I had created an MVC Project and intall umbraco template from " Package Manager Console " and buid a website but when hosting website on IIS gives me the error :: Kindly Provide me a Solution for Following error
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
Hi Sai,
Have you deploy correctly? Have you ask this with your hosting provider? I googling and I find this tutorial http://aspnetmvceuropeanhosting.hostforlife.eu/post/European-ASPNET-MVC-4-Hosting-Amsterdam-Creating-MVC-4-Application-with-Umbraco.aspx
is working on a reply...