Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i have a published webservice using dot.net v 3.5, and now i want to add it in iis 5.2.
but my iis supports version 1.1 and it giving below error

HTML
Configuration Error 
Unrecognized attribute 'type'.

<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">

below version is informed to iis.
Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379 


i checked it in ISAPI filters of websites:

there are only 2 filters as below:
RSIsapiPlugin & ASP.NET_1.1.4322.2379

i tried to add the filter for version 3.5 but my visual studio is not installed on server.

to support my iis do i need to install 3.5 on server?
or i need to created application pool for supporting 3.5? but how?
or needto updated iis?

help would be appreciable...
Posted
Updated 21-Jun-12 2:15am
v5

By the look of it, the server has .NET v1.1 installed. In order to run your webservice at .NET V3.5 you will have to upgrade the .NET framework on the server.
 
Share this answer
 
Comments
ssd_coolguy 21-Jun-12 6:07am    
thanks... for reply..
means i need to install 3.5 on server..
ssd_coolguy 21-Jun-12 7:53am    
i installed vs2008 on server but still it is giving same error..
just ISAPI filters as updated as below:
RSIsapiPlugin & ASP.NET_2.0.50727.0

shall i need to update my iis??
ssd_coolguy 22-Jun-12 9:03am    
hey thanks for help..see solution 3..;)
After you installed VS2008, seems that you have another problem with the RSIPlugin right? (you said in the other question)

Try to register the filters
http://www-01.ibm.com/support/docview.wss?uid=swg21435623[^]
 
Share this answer
 
Comments
ssd_coolguy 22-Jun-12 9:03am    
hey thanks for help..see solution 3..;)
hello..

and i solved the problem myself... :)
with help of above posted answers..

1) installed vs 2008 on server -- as answer 1

2) added network service user in iis -- as answer 2

3) set the properties of virtual directory -- and my step ;)
virtual directory>>properties>>asp.net tab>> select your version

and it's working.. :) :)

thank you.. replyers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900