web applications do not work after installing .NETFramework2.0

D

david

my server os: windows server 2000

Error message: failed to access IIS metabase
Exception details: system.web.hostingEbvironmentException: failed to access
to the IIS metabase

Thanks for any help

David
 
C

Cowboy \(Gregory A. Beamer\)

you will find plenty of difficulties in Windows 2000, as IIS is very weak at
that point. That being said, if you have 1.1 applications, you need to
repurpose .NET 1.1 as the primary version on the server. You can do this
manually, throught the IIS Manager, or use aspnet_regiis in the 1.1
directory to re-register .NET 1.1.

As you possibly have 2.0 apps that you need to purpose, I would google
search on having 1.1 and 2.0 on a Windows 2000 machine. I would suggest
something, but it has been at least 4 years since i have worked with 2000,
so I would rather give the advice I know.

In general, you end up with multiple App Pools, but I am not sure how that
is accomplished in IIS 5 (I believe it is 5 in 2000).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
D

david

Through the IIS Manager, I change aspnet2.0 to the 1.1, then I restart the
server.
However, it does not work, and I got the same error message.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top