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