Asp.net Code
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
May be asp.net is not registered in IIS. To know if asp.net is registered in IIS, go to IIS manager in administrative tools, on your default web site, righ click and choose properties, go to the HTTP Headers tab, and check if you have X-Powered-By ASP.NET in custom http headers. You can use Aspnet_regiis (not really sure about options to install) or simply uninstall and reinstall the .net framework. daniero
-
-