|
Error message in Borland C# Bulider when running ASP.NET Web Application.
The basic problem:
You are using C# Bulider to create an ASP.NET Web Application. When you run the application an error message opens saying:
"Unable to attach to ASP.NET worker process (typically aspnet_wp.exe or w3wp.exe)"
The problem is (or could be) your installation of the .NET framework is not registered with IIS.
The possible solution:
The solution is simple. , to register the .NET framework with IIS just take the following steps:
- Open thr Run Dialog (Click the Start button, then click run).
- enter the following line into the textbox & click OK: c:\windows\microsoft.net\framework\v1.1.4322\aspnet_regiis.exe -i
Note: The path must match the path to your installation of the .Net Framework. The Path above is the default install path of .Net Framework, and in most cases is the correct path.
- Try running the application again.
Note: If this does not work you may be able to find an alternate solution here: http://www.delphi3000.com/articles/article_3876.asp?SK=. This page is focused on Borland Delphi 8. but the solutions may work for Borland C# Bulider.
Get .NET Hosted Today! Asp.net Web Hosting as Low as $5.95 a month
*Asp.Net Hosting Solutions delivered via Windows 2003 Web Servers. |