Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 928607 - Last Review: February 8, 2007 - Revision: 1.2
Error message when you try to visit a SharePoint Portal Server 2003 site: "This Windows SharePoint Services virtual server has not been configured for use with ASP.NET 2.0.50727.42"
You install the Microsoft .NET Framework 2.0 on a computer that is running Microsoft Office SharePoint Portal Server 2003. When you try to visit a SharePoint Portal Server 2003 site, you receive the following error message:
This Windows SharePoint Services virtual server has not been configured for use with ASP.NET 2.0.50727.42. For more information, please refer to Knowledge Base article 894903 at http://go.microsoft.com/fwlink/?LinkId=42660.
This issue occurs if the .NET Framework 2.0 is loaded in the system memory instead of ASP.NET 1.1. The error occurs because configuration changes that are required for the .NET Framework 2.0 are missing in the Web.config file.
To work around this issue, follow these steps:
- Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- In Internet Information Services (IIS) Manager, expand ServerName (local computer), and then click Web Server Extensions.
- In the results pane, click ASP.NET v1.1.4322, and then click Allow.
- In Windows Explorer, locate the folder that contains the W3wp.exe file. By default the W3wp.exe file is located in the following folder:
%Windir%\system32\inetsrv
- In Windows Explorer, click File, point to New, and then click Text Document.
- Rename the new text document to W3wp.exe.config.
- Open the W3wp.exe.config file in Notepad.
- Copy the following text, and then paste it to the W3wp.exe.config file:
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<requiredRuntime version="v1.1.4322"/>
</startup>
</configuration>
- On the File menu, click Save.
- In Internet Information Services (IIS) Manager, right-click ServerName (local computer), click All Tasks, and then click Restart IIS.
APPLIES TO
- Microsoft Office SharePoint Portal Server 2003
| kbtshoot kbprb kbexpertiseinter KB928607 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate