ASP.NET Server controls not visible

  • Thread starter Thread starter Anuj
  • Start date Start date
A

Anuj

Hello everybody

I have recently installed Visual Studio.NET on my machine.
When I make an ASP.NET webform and run it, the ASP.NET
server controls that were put on the page at design time
are not visible at runtime.

Can anybody advise me on what's wrong and what
configuration changes I would need to make?

Thanks & Regards,

~ Anuj
 
Hi

You need to reconfigure your ASP.NET using the following
command as quoted in MSDN

From a command prompt window, run the following command:
\WINNT\Microsoft.NET\Framework\version\aspnet_regiis -i
Where version is the version number of the .NET Framework
is installed on your machine (v1.0.370, for example).

-Gopi
 
Back
Top