v 2.0 App Not working under IIS

  • Thread starter Thread starter Seth
  • Start date Start date
S

Seth

Under IIS Default Web site ASP.NET version is 1.1.4322
Under default web site i have an directory named FGD. It shows ASP.NET
v 2.0 version. Ehen i go to http://localhost/FGD welcome page works but
sublinks do not work with message:

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: /FGD/AdfeEd.aspx


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300

files are not removed, names aren't changed. So what do you think about
this?
 
If you'll look at the very bottom of your message, you'll see that it still
shows an earlier version of ASP.Net as the main version for IIS.
Go to IIS, right click on the website, choose Properties - then, under the
ASP.Net tab, change the version to 2.x
 
Back
Top