« Previous Next »

Thread: [Server Error in '/' Application] Issue running an ASP.net application on IIS6

Last post 01-05-2009 1:30 PM by Rovastar. 6 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (7 items)

Sort Posts:

  • 01-05-2009, 10:32 AM

    • verbalh
    • Not Ranked
    • Joined on 01-05-2009, 3:10 PM
    • Posts 3

    [Server Error in '/' Application] Issue running an ASP.net application on IIS6

    Issue running an ASP.net application on IIS6. The application runs fine on IIS7

    We have 2 nodes in NLB farm with .NET Framework 2.0 installed on both. The application runs fine on Node1 and gives error on Node 2 (see below).

    Scenario:

    If user accesses NLB site and requests answered by Node1 the page displays with no problem but gives error below if hits Node2. I checked configuration on both Nodes (i.e. Virtual Directories, permissions, application pool) and have not been able to determine problem or fix.

    *********************

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /MG2/PmtCalculator.aspx
    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 .

    *******************************

    Any suggestions would be greatly appreciated.

    Thanks

    Verbalh
    CCNA, MCSE, MCP, Net+, CNA, A+
  • 01-05-2009, 10:39 AM In reply to

    Re: [Server Error in '/' Application] Issue running an ASP.net application on IIS6

    Hi,

    What is the full status code (including sub-status code) in your IIS log file on Node2 ?

    Regards, 

    Paul Lynch | www.iisadmin.co.uk
  • 01-05-2009, 11:32 AM In reply to

    • verbalh
    • Not Ranked
    • Joined on 01-05-2009, 3:10 PM
    • Posts 3

    Re: [Server Error in '/' Application] Issue running an ASP.net application on IIS6

    hi Paul,

     Thanks for responding. 

     Tough to decipher status code. Any specifics. Its one large log file

    Verbalh
    CCNA, MCSE, MCP, Net+, CNA, A+
  • 01-05-2009, 11:37 AM In reply to

    • verbalh
    • Not Ranked
    • Joined on 01-05-2009, 3:10 PM
    • Posts 3

    Re: [Server Error in '/' Application] Issue running an ASP.net application on IIS6

    hi Paul,

    we have .NET Framework 2.0 installed and as you can see on the output error it reflects that version but when you go to the website and click the ASP.NET tab the version shows "1.1.4322" should that be set to the option of 2.0.50727

    I can't that this would be the fix because we've always had 1.1.4322 selected on both Nodes and things are working on at least one of them. Just wanted to pass that by you in case

    Pls give me your thoughts.

    Verbalh
    CCNA, MCSE, MCP, Net+, CNA, A+
  • 01-05-2009, 1:12 PM In reply to

    Re: [Server Error in '/' Application] Issue running an ASP.net application on IIS6

    verbalh:

    Tough to decipher status code. Any specifics. Its one large log file

    Just open the most recent IIS log file in Notepad and search for '/MG2/PmtCalculator.aspx' and you should then be able to see the full status code logged for the request for that resource.

    Regards, 

    Paul Lynch | www.iisadmin.co.uk
  • 01-05-2009, 1:13 PM In reply to

    Re: [Server Error in '/' Application] Issue running an ASP.net application on IIS6

    verbalh:

    hi Paul,

    we have .NET Framework 2.0 installed and as you can see on the output error it reflects that version but when you go to the website and click the ASP.NET tab the version shows "1.1.4322" should that be set to the option of 2.0.50727

     

    I don't know - is your app written for .Net 1.1 or .Net 2.0 ?

    Regards, 

    Paul Lynch | www.iisadmin.co.uk
  • 01-05-2009, 1:30 PM In reply to

    Re: [Server Error in '/' Application] Issue running an ASP.net application on IIS6

    verbalh:

    hi Paul,

     Thanks for responding. 

     Tough to decipher status code. Any specifics. Its one large log file

     

    You need to look for the file (/MG2/PmtCalculator.aspx) in the IIS log file on the problem server.

    Maybe the files doesn't even exist on the server B a 404 error implies that it is not found at this location and IIS has reported this to the client so it should be in the logs..

    Check the consistency of the files of your server a simple file compare program like windiff will do this for you.

Page 1 of 1 (7 items)
Microsoft Communities