Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 841558 - Last Review: July 12, 2004 - Revision: 1.3
Your Web browser does not display controls or your Web browser displays a blank .aspx form in ASP.NET
When you use controls in a Microsoft ASP.NET application, the controls do not appear in your Web browser or a blank .aspx form is displayed.
This problem occurs because one of the following conditions is true:
- When you ran the Microsoft .NET Framework software development kit (SDK) Setup program or the Microsoft Visual Studio .NET Setup program, Microsoft Internet Information Services (IIS) was not installed.
- After you ran the .NET Framework SDK Setup program or the Visual Studio .NET Setup program, you removed and then reinstalled IIS.
To resolve this problem, make sure that IIS is correctly configured to use the .NET extensions. Run the Aspnet_regiis.exe administration utility to configure the required application mappings. To do this, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type C:\Windows folder\Microsoft.NET\Framework\version\aspnet_regiis.exe -i (where version is the version of the .NET Framework that is installed on your computer), and then press ENTER.
Register the Aspnet_isapi.dll file, and then restart IIS. To do this, follow these steps:
- Click Start, click Run, type regsvr32 C:\Windows folder\Microsoft.NET\Framework\version\aspnet_isapi.dll, and then click OK.
Note Regsvr32 returns the results of the registration.
- Click Start, click Run, type iisreset, and then click OK.
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
306005Â
(http://kbalertz.com/Feedback.aspx?kbNumber=306005/
)
How to repair IIS mapping after you remove and reinstall IIS
APPLIES TO
- Microsoft ASP.NET 1.1
- Microsoft ASP.NET 1.0
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
|
Michel Dufour
- michel.dufour NOSPAM-AT-NOSPAM douglaseast.com
|
Reported as Irrelevant
|
| Written:
9/17/2004 9:49 AM |
|
|
|
Soumendra
- soumendra_79 NOSPAM-AT-NOSPAM yahoo.com
|
Reported as Irrelevant
|
| Written:
11/10/2004 5:46 AM |
|
|