473,406 Members | 2,769 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

IIS won't load ASP.NET, "specified metadata not found"

Windows XP SP2 + Symantec AV + VS 2003 with .NET Framework 1.1

IIS won't load or run existing ASP.NET applications and VS can't create or
load web projects (HTTP/1.1 500 Server Error).

Event System log shows a warning with the following attributes: User: N/A,
Source: W3SVC, Category: None, Event ID: 36, Description: The server failed
to load application '/LM/W3SVC'. The error was 'The specified metadata was
not found.'

I found the MSDN articles for VS 6.0 and when you are trying to run both 1.0
and 1.1 Frameworks at the same time. Neither appears to apply in this case.
The mfc42.dll has the correct permissions ("Read & Execute" for
"IWAM_<Computername>") and I'm not using Framework 1.0 (although there is
that rump group of four files in the
<Windir>\Microsoft.NET\Framework\v1.0.3705 directory.

The company I work for recently had us run some home-grown software to
"lock-down" our systems--I also had some other issues come up.
Unfortunately, that made it so I couldn't even load and run web pages that
had been working for months. Anyway, I've worked through almost everything
and I think this is the last issue.
--
Lowell
Nov 18 '05 #1
3 3835
Try uninstalling and reinstalling IIS. If that doesn't work, there may be
some tools to rebuild a default metabase.

"Lowell" wrote:
Windows XP SP2 + Symantec AV + VS 2003 with .NET Framework 1.1

IIS won't load or run existing ASP.NET applications and VS can't create or
load web projects (HTTP/1.1 500 Server Error).

Event System log shows a warning with the following attributes: User: N/A,
Source: W3SVC, Category: None, Event ID: 36, Description: The server failed
to load application '/LM/W3SVC'. The error was 'The specified metadata was
not found.'

I found the MSDN articles for VS 6.0 and when you are trying to run both 1.0
and 1.1 Frameworks at the same time. Neither appears to apply in this case.
The mfc42.dll has the correct permissions ("Read & Execute" for
"IWAM_<Computername>") and I'm not using Framework 1.0 (although there is
that rump group of four files in the
<Windir>\Microsoft.NET\Framework\v1.0.3705 directory.

The company I work for recently had us run some home-grown software to
"lock-down" our systems--I also had some other issues come up.
Unfortunately, that made it so I couldn't even load and run web pages that
had been working for months. Anyway, I've worked through almost everything
and I think this is the last issue.
--
Lowell

Nov 18 '05 #2
Good try, thanks!

But, been there, done that. I've also "repaired" the VS installation and
all it's prerequisites.

I have managed to get it working on another, somewhat similar system (same
OS, etc, different hardware) so I could do a copy--if I could figure out what
needed to get copied. What and where is this "metadata" anyway?

Thanks!

Lowell

"MikeL" wrote:
Try uninstalling and reinstalling IIS. If that doesn't work, there may be
some tools to rebuild a default metabase.

"Lowell" wrote:
Windows XP SP2 + Symantec AV + VS 2003 with .NET Framework 1.1

IIS won't load or run existing ASP.NET applications and VS can't create or
load web projects (HTTP/1.1 500 Server Error).

Event System log shows a warning with the following attributes: User: N/A,
Source: W3SVC, Category: None, Event ID: 36, Description: The server failed
to load application '/LM/W3SVC'. The error was 'The specified metadata was
not found.'

I found the MSDN articles for VS 6.0 and when you are trying to run both 1.0
and 1.1 Frameworks at the same time. Neither appears to apply in this case.
The mfc42.dll has the correct permissions ("Read & Execute" for
"IWAM_<Computername>") and I'm not using Framework 1.0 (although there is
that rump group of four files in the
<Windir>\Microsoft.NET\Framework\v1.0.3705 directory.

The company I work for recently had us run some home-grown software to
"lock-down" our systems--I also had some other issues come up.
Unfortunately, that made it so I couldn't even load and run web pages that
had been working for months. Anyway, I've worked through almost everything
and I think this is the last issue.
--
Lowell

Nov 18 '05 #3
I think it is called the IIS Metabase, which is a set of registry entries.
Have you tried re-registering asp.net pages in IIS?

The tool is aspnet_regiis.exe in

C:\<WindowsFolder\Microsoft.NET\Framework\v1.1.432 2\
"Lowell" wrote:
Good try, thanks!

But, been there, done that. I've also "repaired" the VS installation and
all it's prerequisites.

I have managed to get it working on another, somewhat similar system (same
OS, etc, different hardware) so I could do a copy--if I could figure out what
needed to get copied. What and where is this "metadata" anyway?

Thanks!

Lowell

"MikeL" wrote:
Try uninstalling and reinstalling IIS. If that doesn't work, there may be
some tools to rebuild a default metabase.

"Lowell" wrote:
Windows XP SP2 + Symantec AV + VS 2003 with .NET Framework 1.1

IIS won't load or run existing ASP.NET applications and VS can't create or
load web projects (HTTP/1.1 500 Server Error).

Event System log shows a warning with the following attributes: User: N/A,
Source: W3SVC, Category: None, Event ID: 36, Description: The server failed
to load application '/LM/W3SVC'. The error was 'The specified metadata was
not found.'

I found the MSDN articles for VS 6.0 and when you are trying to run both 1.0
and 1.1 Frameworks at the same time. Neither appears to apply in this case.
The mfc42.dll has the correct permissions ("Read & Execute" for
"IWAM_<Computername>") and I'm not using Framework 1.0 (although there is
that rump group of four files in the
<Windir>\Microsoft.NET\Framework\v1.0.3705 directory.

The company I work for recently had us run some home-grown software to
"lock-down" our systems--I also had some other issues come up.
Unfortunately, that made it so I couldn't even load and run web pages that
had been working for months. Anyway, I've worked through almost everything
and I think this is the last issue.
--
Lowell

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jan | last post by:
I store sql-commands in a database table. In the first step I get the sql command out of the database table with embedded sql. In the second step I try to execute the command, which i got from the...
2
by: Andy Norman | last post by:
I have a strange problem. When I try to call the input property of the MSXML processor object from VBScript in an ASPX page I get the error "Member not found". The same code (with a few "set"...
3
by: dice | last post by:
I have built a .NET based service that uses a number of related 3rd party dlls. If I compile my code into a dll and use this in a test app all is well - however if I compile my code as a service...
5
by: theyas | last post by:
Windows XP SP2 + Symantec AV + VS 2003 with .NET Framework 1.1 IIS won't load or run existing ASP.NET applications and VS can't create or load web projects (HTTP/1.1 500 Server Error). Event...
2
by: nicknack | last post by:
"Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\my_proj\ce601211\9d5d0aae\App_WEB_header.ascx.asdf7d2.vcvdd1d.dll' could not be found" I'm getting this...
2
by: nicknack | last post by:
"Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\my_proj\ce601211\9d5d0aae\App_WEB_header.ascx.asdf7d2.vcvdd1d.dll' could not be found" I'm getting this...
0
by: RCM | last post by:
I am really eager to quit the Microsoft world and get into LAMP. For the immediate future I can't do the Apache part, so I am at least trying to get PHP up and running under IIS to learn it. I...
1
by: William Cruz | last post by:
Can anyone help me with this piece of code. - I keep on getting the error message "The object exporter specified was not found" If i change it to run on my local machine it works fine, the...
12
by: dkurth | last post by:
Hi, I'm running PHP 5.2.3 on Windows 2000 Server with IIS 5. I'm trying to get cUrl working, so in my php.ini file, I have this line: extension_dir ="F:\PHP\ext" And later, I have: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.