Microsoft Knowledge Base Email Alertz

(841558) - Describes a problem that occurs when your Web browser does not display controls or when your Web browser displays a blank .aspx form in ASP.NET.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











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

SYMPTOMS

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.

CAUSE

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.

RESOLUTION

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:
  1. Click Start, click Run, type cmd, and then click OK.
  2. 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:
  1. 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.
  2. Click Start, click Run, type iisreset, and then click OK.

REFERENCES

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
Keywords: 
kbprb KB841558
       

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
I had this burdon for a couple of days. Thank for that help

Soumendra - soumendra_79 NOSPAM-AT-NOSPAM yahoo.com Reported as Irrelevant  
Written: 11/10/2004 5:46 AM
I was struggling to get this .Thanks a lot.. It really worked

Nilesh Sharma Report As Irrelevant  
Written: 8/22/2005 11:50 AM
Thnx U r Great... !!!!