ASP.NET Server controls not visible

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
 
S

S Gopikrishna

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
 

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

Top