Web Form Controls

  • Thread starter Thread starter Ali
  • Start date Start date
A

Ali

Why any added web form controls to my webform.aspx page
don't appear after compiling and viewing the page in the
browser.
 
Hi

Try this:

Each version of the .NET Framework includes a version of
the ASP.NET IIS Registration Tool (Aspnet_regiis.exe).
This tool enables administrators to specify that a Web
application be run under a particular version of the .NET
Framework.


The Aspnet_regiis.exe for version 1.0 is located at:

C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
\aspnet_regiis

The Aspnet_regiis.exe for version 1,1 is located at:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\aspnet_regiis

The Aspnet_regiis.exe provides two options for
registering Web application extensions:

Try:
aspnet_regiis -u
aspnet_regiis -i


HTH
Ravikanth[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top