VB.Net 2003 Entirely Useless for Web Development
-
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.
-
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.
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
-
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
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.
-
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.
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
-
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
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.
-
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.
You aren't running the latest ZoneAlarm are you? VS.NET and ZoneAlarm don't seem to play nice together. Micco.
-
You aren't running the latest ZoneAlarm are you? VS.NET and ZoneAlarm don't seem to play nice together. Micco.
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.