Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. VB.Net 2003 Entirely Useless for Web Development

VB.Net 2003 Entirely Useless for Web Development

Scheduled Pinned Locked Moved .NET (Core and Framework)
asp-netcsharpdotnetsysadmin
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Roger Wright
    wrote on last edited by
    #1

    Amazing... I tried this week to create a Web project. It can't be done. This is on a Win2K Server with IIS5.0, with every service pack and update installed. The .Net Framework 1.1 is also installed. I attempted to use VB.Net 2003 to create a web project, but it fails every time. The error reported by VB is HTTP/1.1 500 Internal Server Error. How helpful... The Event Viewer is a bit more specific - Event Type: Error Event Source: ASP.NET 1.1.4322.0 Event Category: None Event ID: 1084 Date: 6/28/2004 Time: 10:14:21 PM User: N/A Computer: MAIN Description: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account. The Technet Knowledge Base gives instructions for adding permissions to various folders, and I've done that repeatedly. The above error is being generated every 30 seconds by something, but there's no way to determine what's causing it. The error resolution tool at Technet returns no result - like most errors do. Any suggestions, short of switching to Linux and hoping that Microsoft gets the demise it so richly deserves?:mad: Some people think of it as a six-pack; I consider it more of a support group.

    A C 2 Replies Last reply
    0
    • R Roger Wright

      Amazing... I tried this week to create a Web project. It can't be done. This is on a Win2K Server with IIS5.0, with every service pack and update installed. The .Net Framework 1.1 is also installed. I attempted to use VB.Net 2003 to create a web project, but it fails every time. The error reported by VB is HTTP/1.1 500 Internal Server Error. How helpful... The Event Viewer is a bit more specific - Event Type: Error Event Source: ASP.NET 1.1.4322.0 Event Category: None Event ID: 1084 Date: 6/28/2004 Time: 10:14:21 PM User: N/A Computer: MAIN Description: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account. The Technet Knowledge Base gives instructions for adding permissions to various folders, and I've done that repeatedly. The above error is being generated every 30 seconds by something, but there's no way to determine what's causing it. The error resolution tool at Technet returns no result - like most errors do. Any suggestions, short of switching to Linux and hoping that Microsoft gets the demise it so richly deserves?:mad: Some people think of it as a six-pack; I consider it more of a support group.

      A Offline
      A Offline
      Augusto Maia
      wrote on last edited by
      #2

      Have you try reinstall asp.net? run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i Also, u can uncheck the Internet Explorer option: "Tools >> Internet Options >> Show Friendly HTTP Error message" to see the real error. Good luck Augusto Maia C/C++, MFC, ARX, ASP.Net Belo Horizonte/MG/BR

      R 1 Reply Last reply
      0
      • A Augusto Maia

        Have you try reinstall asp.net? run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i Also, u can uncheck the Internet Explorer option: "Tools >> Internet Options >> Show Friendly HTTP Error message" to see the real error. Good luck Augusto Maia C/C++, MFC, ARX, ASP.Net Belo Horizonte/MG/BR

        R Offline
        R Offline
        Roger Wright
        wrote on last edited by
        #3

        No joy.:( I reinstalled the Framework1.1, ASP.Net SDK1.1, and ran the aspnet_regiis -i option. It changed nothing. It appears to be a permissions error, in that the worker process can't gain access to a required folder, but nowhere is the identity of the folder revealed. Thanks for the idea, though... Some people think of it as a six-pack; I consider it more of a support group.

        1 Reply Last reply
        0
        • R Roger Wright

          Amazing... I tried this week to create a Web project. It can't be done. This is on a Win2K Server with IIS5.0, with every service pack and update installed. The .Net Framework 1.1 is also installed. I attempted to use VB.Net 2003 to create a web project, but it fails every time. The error reported by VB is HTTP/1.1 500 Internal Server Error. How helpful... The Event Viewer is a bit more specific - Event Type: Error Event Source: ASP.NET 1.1.4322.0 Event Category: None Event ID: 1084 Date: 6/28/2004 Time: 10:14:21 PM User: N/A Computer: MAIN Description: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account. The Technet Knowledge Base gives instructions for adding permissions to various folders, and I've done that repeatedly. The above error is being generated every 30 seconds by something, but there's no way to determine what's causing it. The error resolution tool at Technet returns no result - like most errors do. Any suggestions, short of switching to Linux and hoping that Microsoft gets the demise it so richly deserves?:mad: Some people think of it as a six-pack; I consider it more of a support group.

          C Offline
          C Offline
          Chen Venkataraman
          wrote on last edited by
          #4

          XMLSerialization generates C# code which gets compiled on-the-fly in the Temp folder that requires write permissions to be granted to the user running the ASP.NET Worker (W3Wp.exe in IIS 6.0, aspnet_wp.exe in IIS 5.1) process. The default user is usually “Network Service”/ASPNET & the folder location is “C:\Windows\Temp”. Verify whether ASPNET or "Network Service" account has Full Control to the Temp directory. [i ran into this a while ago while setting up IIS 6.0 on Win2k3 server] Chen Venkataraman

          R 1 Reply Last reply
          0
          • C Chen Venkataraman

            XMLSerialization generates C# code which gets compiled on-the-fly in the Temp folder that requires write permissions to be granted to the user running the ASP.NET Worker (W3Wp.exe in IIS 6.0, aspnet_wp.exe in IIS 5.1) process. The default user is usually “Network Service”/ASPNET & the folder location is “C:\Windows\Temp”. Verify whether ASPNET or "Network Service" account has Full Control to the Temp directory. [i ran into this a while ago while setting up IIS 6.0 on Win2k3 server] Chen Venkataraman

            R Offline
            R Offline
            Roger Wright
            wrote on last edited by
            #5

            Good suggestion! I checked, though, and nearly everyone has full control on that and several other folders. I also tried changed the machine.config file to run aspnet_wp under the System account, instead of the limited ASPNET, but that didn't work either. I'm beginning to suspect that I need to uninstall everything, including IIS, and start over. I hate to do so, because everything installed perfectly with no reported errors. What are the odds of that ever happenning again?:-D Some people think of it as a six-pack; I consider it more of a support group.

            M 1 Reply Last reply
            0
            • R Roger Wright

              Good suggestion! I checked, though, and nearly everyone has full control on that and several other folders. I also tried changed the machine.config file to run aspnet_wp under the System account, instead of the limited ASPNET, but that didn't work either. I'm beginning to suspect that I need to uninstall everything, including IIS, and start over. I hate to do so, because everything installed perfectly with no reported errors. What are the odds of that ever happenning again?:-D Some people think of it as a six-pack; I consider it more of a support group.

              M Offline
              M Offline
              Michael Micco
              wrote on last edited by
              #6

              You aren't running the latest ZoneAlarm are you? VS.NET and ZoneAlarm don't seem to play nice together. Micco.

              R 1 Reply Last reply
              0
              • M Michael Micco

                You aren't running the latest ZoneAlarm are you? VS.NET and ZoneAlarm don't seem to play nice together. Micco.

                R Offline
                R Offline
                Roger Wright
                wrote on last edited by
                #7

                Nope. I gave up on Zone Alarm a long time ago.:) Some people think of it as a six-pack; I consider it more of a support group.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups