| Ken Schaefer 2004-02-23, 1:34 pm |
| Open the IIS MMC Snapin, check that your website, or the application where
you .Net application is in, has an application root defined. If it does not,
then created one.
Otherwise, your metabase may be corrupt. You can uninstall IIS, delete the
metabase, and reinstall IIS if you have the time.
Cheers
Ken
"Yener Yardim" <yenery@yahoo.com> wrote in message
news:DWy_b.27571$ks2.739@bignews5.bellsouth.net...
: Hi,
:
: I have a very common problem that I have found lots of problem posts
: similar, but none of the solutions recommended applied to me.
: My situation is as follows:
: OS: Windows XP Prof
: IIS: v5.1
: .NET framework 1.1 and VS.net is installed
: Error I recieve when I try to run an aspx page is: The server has
: encountered an error while loading an application during the processing of
: your request. Please refer to the event log for more detail information.
: Please contact the server administrator for assistance.
: I can view htm pages when I manually type as http://localhost/x.htm, but
: even when I try to view the IISHelp's default.htm page, I recieve the same
: error.
:
: What I have done so far to solve that problem is:
: - I uninstalled IIS and reinstalled. Didn't work..
: - I reinstalled the the .net framework.. Didn't work...
: - I manually added the mappings.. Didn't work.
: - I run the aspnet_regiis.exe -i, which installed the asp.net v1.1.4322,
: still didn't work..
: - I reinstalled VS.net.. Still didn't work.. Even the simplest page with
: .net doesn't work..
: - I changed the execute permissions of the application to scripts,
: executables, the application protection to Low, nothing changes..
:
: The event log provided under System tab is as follows:
: The server failed to load application '/LM/W3SVC'. The error was 'The
: specified metadata was not found.
:
: '.
:
: For additional information specific to this message please visit the
: Microsoft Online Support site located at:
: http://www.microsoft.com/contentredirect.asp.
:
: For more information, see Help and Support Center at
: http://go.microsoft.com/fwlink/events.asp.
:
:
: EventID: 36
: Source: W3SVC
:
: Any help would be highly appreciated, my sources of solving this has
: vanished.. Thanks in advance for any ideas..
: Thanks,
: Yener
:
:
|