Server controls wont show up

The most Frequently asked question in the forums is

“When I run the .aspx page the server controls wont show up“

or

 “When I run the ASPX file it is shown in the browser as a text“

Solution:

Check the file aspnet_regiis in folder C:\WINNT\Microsoft.NET\Framework\v**\

  • use the command: aspnet_regiis.exe -u ---> to uninstall current asp.net version.
  • use the command: aspnet_regiis.exe -i ---> to install current asp.net version.

1 Comment

Comments have been disabled for this content.