asp.net is'nt working

Last post 05-08-2008 5:36 AM by rchiu5hk. 10 replies.

Sort Posts:

  • asp.net is'nt working

    05-01-2008, 10:24 PM

    Hiiiiiiiiiiiiiiii,

    i've problem with my IIS, my iis v.5.1, .net framework 1.1 and OS xp pro..

    Then is i installed my .net program, is'nt working i got error message "Internal server error"..

    Then i tried ReInstall .net frame work and RegIIS, but i still got the message...

    So tried open the IIS help, i also got same error message..

    Please advice..

    Thanks

  • Re: asp.net is'nt working

    05-01-2008, 10:58 PM
    • Loading...
    • OWScott
    • Joined on 08-12-2002, 5:25 PM
    • Posts 265
    • ASPInsiders
      TrustedFriends-MVPs

    That's a generic error and difficult to know for sure.  Here are some things to try though:

    - does a test.htm page work?  If so, you know IIS is fine and the issue is the .NET framework.
    - it sounds likely that something is wrong with the framework config.  If you have a web.config file in the root of the site, rename that temporarily and try a simple test.aspx page to see if that works. 
    - if you happen to have an old copy of the framework 1.1 machine.config, try restoring that to get a successful hello world.
    - check out Event Viewer to see if it gives any clues as to the issue.
    - in IIS, the home directory and Configure button, see if aspx is bound to v1.1 or v2.0 of the framework. 
    - you can reregister asp.net by running aspnet_regiis from the framework folder.  It's going to be c:\windows\microsoft.net\framework\v1.1*** or v2.0***.

     

  • Re: asp.net is'nt working

    05-01-2008, 11:32 PM

    i can't open default.htm from iis help

  • Re: asp.net is'nt working

    05-02-2008, 12:18 AM
    • Loading...
    • OWScott
    • Joined on 08-12-2002, 5:25 PM
    • Posts 265
    • ASPInsiders
      TrustedFriends-MVPs

    That could be a browser issue too.  Did you check out my other suggestions to check Event Viewer and other clues?  What happens if you create a page called test.htm on your desktop and just put "test" in the body.  Does that open in Internet Explorer?

  • Re: asp.net is'nt working

    05-02-2008, 10:31 AM

    Boedax's Malay:
    i can't open default.htm from iis help

    I there a default.htm to open?  Try the forums at www.iis.net for help configuring IIS, same login as here.

    Jeff

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: asp.net is'nt working

    05-02-2008, 11:39 AM
    • Loading...
    • commonjunks
    • Joined on 04-30-2008, 3:26 PM
    • Posts 6

    is your WORLD WIDE WEB PUBLISHING service is running?

  • Re: asp.net is'nt working

    05-02-2008, 12:02 PM
    • Loading...
    • Lpremnath
    • Joined on 03-12-2008, 9:15 AM
    • Posts 1

     

    This is the code that it brings me to: body {padding:0px;margin:0px;} <-- debugger stopped here CALL Stack : > JScript - Desktop anonymous function JScript What happen was i have a third party editor. I have to disable ppl to dragging and dropping things into it. But when i drag an aspx page into this editor, before any debugger can catch it ( i put debugger in all the event i had), it throws this error, and in "RUNNING DOCUMENT", the page that i drag into the editor has like 30-40 anonymous code blocks there....... .pls reply me
  • Re: asp.net is'nt working

    05-03-2008, 7:15 PM
    Answer

    Test with a Hello World application, and don't use your third party editor to create it.

    Jeff

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: asp.net is'nt working

    05-08-2008, 1:04 AM
    • Loading...
    • rchiu5hk
    • Joined on 04-07-2008, 7:12 AM
    • Posts 49

    I also have this case happened in several computers.

    I have installed IIS v.5.1 and then .net framework 2.0 on WINXP Pro. OS SP2/3 which has .net framework 1.1.. It cannot show asp page or aspx page, but html can.

    I have followed some instructions in the web to setup to show asp page, but failed. (e.g. http://forums.iis.net/1127251/1803639.aspx)

    Please help.

    I have taken a look in the event viewer but no hints. It just show in system of "the server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not found'.

  • Re: asp.net is'nt working

    05-08-2008, 1:05 AM
    • Loading...
    • rchiu5hk
    • Joined on 04-07-2008, 7:12 AM
    • Posts 49

    I also have this case happened in several computers.

    I have installed IIS v.5.1 and then .net framework 2.0 on WINXP Pro. OS SP2/3 which has .net framework 1.1.. It cannot show asp page or aspx page, but html can.

    I have followed some instructions in the web to setup to show asp page, but failed. (e.g. http://forums.iis.net/1127251/1803639.aspx)

    Please help.

    I have taken a look in the event viewer but no hints. It just show in system of "the server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not found'.

  • Re: asp.net is'nt working

    05-08-2008, 5:36 AM
    • Loading...
    • rchiu5hk
    • Joined on 04-07-2008, 7:12 AM
    • Posts 49

    Dear all,

     I have solved by refering to the following link.

    (1) regsvr32 c:\windows\system32\VBScript.dll, regsvr32 c:\windows\system32\JScript.dll, regsvr32 c:\windows\system32\inetsvr\asp.dll

    (2) Set the application protection in the IIS Web site Properties to be "LOW"

    http://msmvps.com/blogs/bernard/archive/2005/03/22/39216.aspx

    http://www.ben-rush.net/blog/PermaLink.aspx?guid=2fe91872-e782-4a8d-9085-fe8a01723bcc&dotnet=consultant

    http://support.microsoft.com/?id=911816

    http://weblogs.asp.net/rpooley/archive/2007/01/07/the-server-failed-to-load-application-lm-w3svc-the-error-was-the-specified-metadata-was-not-found.aspx

     

Page 1 of 1 (11 items)