473,466 Members | 1,377 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

IIS won't run ASP.NET apps. "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
5 4638
Lowell,
If I were you, I would try running aspnet_regiis -i, and if that doesn't
work, I would uninstall and reinstall IIS.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"th****@community.nospam"
<th****@community.nospam@discussions.microsoft.com > wrote in message
news:67**********************************@microsof t.com...
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
Thanks Jeffrey!

I've tried both and neither works. I've also tried uninstalling and
reinstalling VS 2003 (Ugh!!!).

I'm pretty sure that it's some little protection/permission dohickey
somewhere deep in the bowels of Windows XP that I'm running into.

Lowell
"Jeffrey Palermo [MCP]" wrote:
Lowell,
If I were you, I would try running aspnet_regiis -i, and if that doesn't
work, I would uninstall and reinstall IIS.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"th****@community.nospam"
<th****@community.nospam@discussions.microsoft.com > wrote in message
news:67**********************************@microsof t.com...
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
Hi Lowell,

From the error info you provided:

======================
The server failed
to load application '/LM/W3SVC'. The error was 'The specified metadata was
not found.'
======================

I think the problem is very serious since the whole IIS Root's metabase
seems got corrupt. Installing VS.NET won't help because the IIS metabase
setting (or other configuration) concerned with ASP.NET is not created by
the VS.NET , they're done when you installed the .net framework. So If
you feel possible, the quickest and simplest means is reinstalling the IIS
and .net framework. And to make sure the IIS is configured correctly, we
need to follow the sequence that install IIS first, then .net framework.

In addition, does the problem occur after youv'e done some big changes on
the server? One thing I think you can still check is the IIS's meta base
backup. Open the IIS management console (inetmgr.exe)

Then select the root node and choose the "All Tasks---->Backup/Restore
Configuration...."
you can look for any former settings that can be used to restore your IIS.
If there hasn't any proper backup can use, I'm afraid maybe we need to do
the reinstallation I mentioned above.

If anything unclear, please feel free to post here. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Nov 19 '05 #4
That's great. I'm glad you have it working now.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"th****@community.nospam" <th*******************@discussions.microsoft.com >
wrote in message news:CB**********************************@microsof t.com...
Jeffrey,

Sorry, I kept forgetting to reply. After I wrote the previous email, I
realized that I hadn't uninstalled and reinstalled IIS. So I did that.
Still didn't work. Then, I ran aspnet_regiis -i. Still didn't work. then, I ran the install for my little ASP.NET application. It worked! I then
uninstalled my application and recreated the links in IIS to my source
directories for the various ASP.NET projects. It still worked!

It still feels a lot like black magic.

Thanks, however!!

Lowell

"Jeffrey Palermo [MCP]" wrote:
Lowell,
If I were you, I would try running aspnet_regiis -i, and if that doesn't work, I would uninstall and reinstall IIS.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"th****@community.nospam"
<th****@community.nospam@discussions.microsoft.com > wrote in message
news:67**********************************@microsof t.com...
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 19 '05 #5
Thanks for your followup Lowell,

Anyway, that's great everything work well now. Have a good day!

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #6

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...
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...
3
by: Lowell | 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...
0
by: thatrickguy | last post by:
Hi everyone. I am developing on a Windows XP sp2 machine with VS.Net 2002 installed. Windows firewall is disabled. I have a Windows 2k Server sp4 with IIS 5 and VS.Net 2002 installed....
1
by: Ram | last post by:
Hey, I have a Class Library project that is installed in the Gac (- strong name and all...). In this Class Library, I keep getting an exception when I try to instatiate one of MS's object ( - to...
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: drewmania001 | last post by:
When trying to setup relplication for SQL i am getting the following error. "The system cannot find the path specified" The problem is when trying to run: sp_adddistributiondb line 434:...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.