Errors in browsing ASP.NET pages

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Errors in browsing ASP.NET pages

    I've get a problem in browsing .aspx pages locally.

    I'm using Windows 2000 Advanced Server with IIS enabled
    and .NET framework SDK installed, as well as Visual
    Studio.NET.
    But when I browse .aspx pages locally, I.E. shows "Server
    Application Unavailable" message. In the Event log, I find
    error event of ASP.NET 1.0.3705.0 with the description :

    aspnet_wp.exe could not be launched because the username
    and/or password supplied in the processModel section of
    the config file are invalid.

    Please help to tackle this problem!!

    Thanks, Vincent
    Vincent Lee Guest

  2. Similar Questions and Discussions

    1. errors on pages
      I am using a popmenu magic nav bar. I have two issues. In IE I get 'error on page' on all my pages and it points me to spot where I define a text....
    2. Run time errors in ASP pages
      Now that I have uploaded my asp pages to my server, I am receiving 2 run time errors and I am not sure what they mean. The first one I get is Line...
    3. browsing cd
      Hi! So, how can I open win. explorer from flash using actionscript (of course) in a specific folder. For example: I want to make installer on CD...
    4. Error Browsing through asp pages
      I am running ASP on Win 2000 Professional, with IIS and PWS installed I have localhost pages set to index.htm, it works fine. But while i set to...
    5. browsing
      I selected the correct setting that makes Windows open a selected folder in the same window. Nevertheless the system opens a new window. Since the...
  3. #2

    Default Re: Errors in browsing ASP.NET pages

    OK. find the machine.config file, run through it until you find the user
    details, and change them to a valid account

    (personally, on my dev machine, I run this under an admin account -
    DON'T do this on a deployed machine open to the net. I have a well
    configured firewall so I don't need to worry about it, but you might)




    ________________________________________
    Atrax. MVP, IIS
    [url]http://rtfm.atrax.co.uk/[/url]

    newsflash : Atrax.Richedit 1.0 now released.
    [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!

    Atrax Guest

  4. #3

    Default Re: Errors in browsing ASP.NET pages

    This is a classic asp newsgroup. While you may be lucky enough to find a
    dotnet-savvy person here who can answer your question, you can eliminate the
    luck factor by posting your question to an appropriate group. I suggest
    microsoft.public.dotnet.framework.aspnet.


    Bob Barrows Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139