473,725 Members | 2,193 Online
Bytes | Software Development & Data Engineering Community
+ 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_<Computer name>") and I'm not using Framework 1.0 (although there is
that rump group of four files in the
<Windir>\Micros oft.NET\Framewo rk\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 4656
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****@communi ty.nospam"
<th****@communi ty.nospam@discu ssions.microsof t.com> wrote in message
news:67******** *************** ***********@mic rosoft.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_<Computer name>") and I'm not using Framework 1.0 (although there is
that rump group of four files in the
<Windir>\Micros oft.NET\Framewo rk\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****@communi ty.nospam"
<th****@communi ty.nospam@discu ssions.microsof t.com> wrote in message
news:67******** *************** ***********@mic rosoft.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_<Computer name>") and I'm not using Framework 1.0 (although there is
that rump group of four files in the
<Windir>\Micros oft.NET\Framewo rk\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****@communi ty.nospam" <th************ *******@discuss ions.microsoft. com>
wrote in message news:CB******** *************** ***********@mic rosoft.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****@communi ty.nospam"
<th****@communi ty.nospam@discu ssions.microsof t.com> wrote in message
news:67******** *************** ***********@mic rosoft.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_<Computer name>") and I'm not using Framework 1.0 (although there

is that rump group of four files in the
<Windir>\Micros oft.NET\Framewo rk\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
10209
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 database table, using dynamic sql. Executing 'EXEC SQL DESCRIBE SELECT LIST FOR S INTO select_dp;' the error code -2149 is returned That means "Specified partition does not exist". Does anybody know if it is a database problem or a problem of
3
2224
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 and try to run the service I get the following exception: System.IO.FileNotFoundException: The specified module could not be found. at CES.VendClientInt.VendClient.GetCardTypes(...) at YQ_Epos_server.CodeHandler.start(...) I have tried copying...
3
3855
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 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.'
0
1248
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. (testsrv01) The two machines are on the same subnet and domain, and there is no firewall or proxy between them.
1
1675
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 be exact it's one of the ADSI Objects...). The exception I keep getting is: "System.IO.FileNotFoundException: The specified module could not be found." What this exception means??? Thanks ahead
2
2798
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 error sometimes when i'm trying to compile my web project.
2
3592
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 error sometimes when i'm trying to compile my web project.
0
2523
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: RAISERROR (14113, 16, -1, @osql_cmd, 'instdist.out') The details... MSDE2 SP3 Win 2003 STANDARD edition
0
1955
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 used the windows installer .msi to install PHP on a WinXP pro machine with IIS 5.1. My current problem is that when I access a test page as in http://localhost/simple.php I get the message "The specified module could not be found."
0
8888
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9176
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9113
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8097
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6011
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3221
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2635
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.