Monday, January 11, 2010

How to configure IIS to make it aware of ASP.NET

I was Install IIS but I couldn't Deploy ASp.net web Site in my IIS sever. It will show error massage it couldn't know ASP.net tag. But i already installed .net frame work and SDK in my machine. Error is is not enable ASP.net to the web server, follow the following step to enable that

Search aspnet_regiis.exe this file and double click it will automatically configure IIS to make aware of ASP.Net. this exe file include inside the C:\WINDOWS\Microsoft.NET\Framework folder,

2 comments:

  1. Goto visual studio command prompt and
    aspnet_regiis -i. It will install autmatically :).
    To see Aspnet_regiis [options] refer below links.
    http://msdn.microsoft.com/en-us/library/k6h9cz8h(v=vs.71).aspx
    http://msdn.microsoft.com/en-us/library/k6h9cz8h(v=vs.80).aspx

    ReplyDelete