I'm just a beginner in asp.net.
need your help badly. Prob is after setting up the IIS on XP Pro, I'm unable to run asp.net applications.
I get the message: " The web server is not running ASP.NET 1.1" each time i try to create asp.net application using .net 2003.
I know the prob is due to config on IIS. but don't know how. Please advice..
make sure you instaled framworks.net from microsoft, and please next time post in the proper section of the forum this is classic asp
Was this answer helpful ?
Yes No
you have to register the .NET framework with the IIS... to do this follow those steps:
1. click Start-->Run
2. type cmd and press Enter
3. go to c:\Windows\Microsoft.NET\Framework\v1.1.4322
write the following command:
aspnet_regiis.exe -i
you should see such messages:
Quote:
Start installing ASP.NET (1.1.4322.0).
Finished installing ASP.NET (1.1.4322.0). |
Was this answer helpful ?
Yes No
Quote:
| Originally Posted by MARKEDAGAIN make sure you instaled framworks.net from microsoft, and please next time post in the proper section of the forum this is classic asp |
Frameworks was installed-no doubt!!
and sorry abt chosing the improper section..i shall post it on the right one henceforth...thks
Was this answer helpful ?
Yes No
Thks a lot..ah!!
You got me right..
can't how it got fix'd this fast. Thks again..
-codediva(notUnleashedYet!)
Was this answer helpful ?
Yes No