ASP.Net Server Controls Not Showing on pages

It’s possible that ASP.Net is not registered correctly on your system.
Try running aspnet_regiis from the command prompt.

Here’s the default location:

C:\WINNT\Microsoft.NET\Framework\<<ASP.Net Version#>>\aspnet_regiis.exe -i

Windows Server 2003, you must use aspnet_regiis -i -enable
This is because of the “Web Service Extensions” feature in IIS 6

(if you install VS.NET or the framework without IIS installed, and then go back in and install IIS afterwards, you have to re-register so that ASP.NET ‘hooks’ into IIS properly.”

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>