Installation problem - Server Error in '/' Application
Hello all.
This is my first time to come across to umbraco so please bear with me!
I uploaded the bin files on my server but when I go to start the installation I get the following error.
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the
server. The current custom error settings for this application prevent
the details of the application error from being viewed remotely (for
security reasons). It could, however, be viewed by browsers running on
the local server machine.
Details: To enable the details of this specific error
message to be viewable on remote machines, please create a
<customErrors> tag within a "web.config" configuration file
located in the root directory of the current web application. This
<customErrors> tag should then have its "mode" attribute set to
"Off".
Notes: The current error page you are seeing can be
replaced by a custom error page by modifying the "defaultRedirect"
attribute of the application's <customErrors> configuration tag to
point to a custom error page URL.
As Johan says you should check up in the application pool if the site is set to .NET 4 or .NET 2 (3.5) - if you downloaded umbraco for .net 4, set it to .net 4 and so forth :)
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.]
SmartSource.MRWeb.SSOAuthenticationHandler.ProcessRequest(HttpContext context) in C:\inetpub\wwwroot\MediaRemoval\Site\SmartSource.MRWeb\SSOAuthenticationHandler.ashx.cs:34
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +598
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +170
Version Information: Microsoft .NET Framework Version:2.0.50727.4971; ASP.NET Version:2.0.50727.4971
Installation problem - Server Error in '/' Application
Hello all.
This is my first time to come across to umbraco so please bear with me!
I uploaded the bin files on my server but when I go to start the installation I get the following error.
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
Does anyone know how can I fix it? I cant wait to start using it.
Thank you.
As the text suggests, try setting the customErrors mode to "Off" and see if you can get a more informative error message.
What version of Umbraco are you using? What type of install, manual?
Regards,
Magnus
When I do this change I get this error.
I am trying to install it manually. It's version 4.5.2 and the server running ASP 4.
Do you want me to copy paste the entire web.config?
By the way, shouldnt be running normaly in this initial stage?
This video is for 4.0.3 but still useful:
http://www.cultiv.nl/blog/2010/2/1/screencast-installing-umbraco
Regards,
Magnus
If you haven't used Umbraco before I suggest taking a look at the Web Platform Installer:
http://www.microsoft.com/web/downloads/platform.aspx
it also happened to me many times. I always forget to switch. net version.
cheers
Johan
As Johan says you should check up in the application pool if the site is set to .NET 4 or .NET 2 (3.5) - if you downloaded umbraco for .net 4, set it to .net 4 and so forth :)
Server Error in '/Web' Application.
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:
Version Information: Microsoft .NET Framework Version:2.0.50727.4971; ASP.NET Version:2.0.50727.4971
is working on a reply...