Hi,
When trying to open a dot net application i am getting the below error.
"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 applications or services."
My machine is Windows XP, IIS 5.1,
i have already tried:
1) regsvr32 c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
2) aspnet_regiis -i
Can you see an ASP.NET tab under the settings for the defualt web site? I know these articles cover some of what you have mentioned above, but there are a few other things to try [:)]
Your post mentions "web service extensions". That was a feature that didn't exist in IIS 5.1, so you don't need to worry about that. It's something that was new in IIS6. Your example #1 wouldn't work since aspnet_isapi.dll isn't meant to be used in that
method. It's called as a file extension in IIS.
Your example #2 should do the trick. Did you make sure to navigate to the v1.1.4322 folder before running that? If you view the contents of the v1.1.4322 folder, is it a full folder with hundreds of files and about a 1/2 dozen subfolders? Or is it a stub
installation with just a small number of files?
Secondly, following your guidance, in my C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\**** dir I do see 250 files and 8 folders...
What can I try next after verifying that?
dash_devipra...
0 Points
1 Post
How to add web service extension in IIS 5.1
Dec 15, 2006 08:11 AM|LINK
When trying to open a dot net application i am getting the below error.
"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 applications or services."
My machine is Windows XP, IIS 5.1,
i have already tried:
1) regsvr32 c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
2) aspnet_regiis -i
Can any one help.
Thanks
Devi Prasad
Hope4sun
Participant
1139 Points
201 Posts
Re: How to add web service extension in IIS 5.1
Dec 15, 2006 10:57 AM|LINK
Can you see an ASP.NET tab under the settings for the defualt web site? I know these articles cover some of what you have mentioned above, but there are a few other things to try [:)]
http://support.microsoft.com/kb/817267
http://geekswithblogs.net/ranganh/archive/2005/04/25/37586.aspx
I Hope these help
DGaikovoi
Participant
1634 Points
358 Posts
Re: How to add web service extension in IIS 5.1
Dec 15, 2006 02:10 PM|LINK
Hi Devi,
You should try to un-install .NET Fraimwork 1.1 and than install it back.
Dmitri Gaikovoi
OWScott
Participant
1939 Points
360 Posts
ASPInsiders
MVP
Re: How to add web service extension in IIS 5.1
Dec 15, 2006 07:25 PM|LINK
Hi Devi,
Your post mentions "web service extensions". That was a feature that didn't exist in IIS 5.1, so you don't need to worry about that. It's something that was new in IIS6. Your example #1 wouldn't work since aspnet_isapi.dll isn't meant to be used in that method. It's called as a file extension in IIS.
Your example #2 should do the trick. Did you make sure to navigate to the v1.1.4322 folder before running that? If you view the contents of the v1.1.4322 folder, is it a full folder with hundreds of files and about a 1/2 dozen subfolders? Or is it a stub installation with just a small number of files?
Scott
Microsoft MVP - IIS
Vaasnet
www.vaasnet.com
JAaronAnders...
Member
4 Points
6 Posts
Re: How to add web service extension in IIS 5.1
Jan 23, 2008 03:28 PM|LINK
The webpage listed in the previous thread as a second "example" link is no longer available to review.
Could you mention what it said to try?
Secondly, following your guidance, in my C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\**** dir I do see 250 files and 8 folders...
What can I try next after verifying that?
thanks for your insight !
JAaronAnderson.com