-
The server failed to load application '/LM/W3SVC'. The error was 'The specified meta
I never work with ASP.NET before. I reinstalled Visual Studio.Net on Windows XP platform first. Then run aspnet_regiis -i for v.1.0.3705 that is corresponding with visual studio.net
I also have the following security under User Right Assignment's policy:
access this computer from the net with security settings include ISUR_mycomputername, IWAM_mycomputename
I tried to run web application by creating a text box and run it.
I got error message
The server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not found.'
Could not locate the error and fix it. I followed all the information out there on web to correct but still could not do it. I need help urgently. I have debuged for 11/2 days already. Thank you for all the help.
-
http://www.cooltang.com/box/200201/2...0591399056.htm
Have you seen this article, This is the least I can do , The error message you get is one of those mysterious ones of Microsoft,
-
No re-install needed, this is the fix
YOU DO NOT HAVE TO RE-INSTALL
Run the following three commands from the %windir%
\system32\inetsrv directory
rundll32 wamreg.dll, CreateIISPackage
regsvr32 asptxn.dll
iisreset /restart
Dennis
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|