it might be simple but making me puzzled
-
hi i am a novice to .net . i installed the frameword on my system.but forgot to install to iis server. Now i am not able to niether make web applications nor run it. some one told that i've to map iis with framework.How do i do this. can't i run iis on some other port? please help me.and thanx in advance. bye nauty
-
hi i am a novice to .net . i installed the frameword on my system.but forgot to install to iis server. Now i am not able to niether make web applications nor run it. some one told that i've to map iis with framework.How do i do this. can't i run iis on some other port? please help me.and thanx in advance. bye nauty
-
I've had similar problems, you might just need to register the framework with IIS. This will tell IIS how to process .aspx files and such. %WindowsDir%\Microsoft.NET\Framework\[Version]\aspnet_regiis.exe -i
The article: http://support.microsoft.com/kb/325093/[^] also mentions registering a dll rather than the command supplied by hbk723. Check it out if said command doesn't work.
-
The article: http://support.microsoft.com/kb/325093/[^] also mentions registering a dll rather than the command supplied by hbk723. Check it out if said command doesn't work.
Hi buddies Thanx for your help.I really tried both the method but none of them worked. Still when i am creating new project in asp.net, the following mess is displayed: "Visual Studio.NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web Application or services." When i am sending request to localhost at xplorer http://localhost/ it is not opening the two screens of iis.but instead its opening someother page. Can i change the port of iis.If so how can i do that. thanx in advance again bye nauty