Need help to activate IIS

sasidhar

Newcomer
Joined
Nov 27, 2006
Messages
1
Hi friends,
I have some problem in Internet Information Services(IIS).I cant enable from control panel->Administrative tools.I have sql server.It is must to work with asp.net.If anyone know . kindly give help for that problem.
Thanks for your valuable time.

-Sasidhar
 
You probably haven't registered the framework in your IIS.

ok the quickest way to this is:

go to this directory in your command prompt (click Start then Run then type "cmd" if youre using windows XP)

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

then type this

aspnet_regiis /i

this will install the framework in your IIS
 
Back
Top