Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • highwaystar 5 posts 25 karma points
    Dec 01, 2010 @ 15:48
    highwaystar
    0

    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".

     

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>


    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.

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

     

    Does anyone know how can I fix it? I cant wait to start using it.

     

    Thank you.

  • Magnus Eriksson 122 posts 362 karma points
    Dec 01, 2010 @ 16:10
    Magnus Eriksson
    0

    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

  • highwaystar 5 posts 25 karma points
    Dec 02, 2010 @ 01:12
    highwaystar
    0

    When I do this change I get this error.

    500 - Internal server error.

    There is a problem with the resource you are looking for, and it cannot be displayed.

  • highwaystar 5 posts 25 karma points
    Dec 02, 2010 @ 01:16
    highwaystar
    0

    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?

  • Magnus Eriksson 122 posts 362 karma points
    Dec 02, 2010 @ 14:08
    Magnus Eriksson
    0

    This video is for 4.0.3 but still useful:
    http://www.cultiv.nl/blog/2010/2/1/screencast-installing-umbraco

    Regards,
    Magnus

  • Daniel Horn 319 posts 344 karma points
    Dec 04, 2010 @ 00:02
    Daniel Horn
    0

    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

  • Johan Plesner Hamann 105 posts 199 karma points
    Dec 04, 2010 @ 00:09
    Johan Plesner Hamann
    0

    it also happened to me many times. I always forget to switch. net version.

    cheers
    Johan

     

  • Daniel Horn 319 posts 344 karma points
    Dec 04, 2010 @ 00:55
    Daniel Horn
    0

    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 :)

  • krishnaraj padeyannawar 3 posts 23 karma points
    Oct 02, 2012 @ 18:52
    krishnaraj padeyannawar
    0

    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:

    [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

Please Sign in or register to post replies

Write your reply to:

Draft