hey
.net 3.5
I've published my website to another machine I have here, win2k3 machine.
When I try to navigate to the website in IE I get an error saying
"Unrecognized attribute 'type'" and shows part of the website's web.config
file. With the settings below in red color...
The settings below was generated automatically on my developing machine,
when I created my project
<sectionGroup name="system.web.extensions"
type="System.Web.Configuration.SystemWebExtensionsSectionGroup,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3656AD344F35">
any suggestions?
Jeff - 28 Mar 2008 14:32 GMT
think the error occur because IIS tryes to execute the website as .net
1.1... I must specify that it is .net 3.5... Not sure how...
> hey
>
[quoted text clipped - 14 lines]
>
> any suggestions?
Alex Meleta - 28 Mar 2008 16:21 GMT
Hi jeff,
You should install .net 3.5 on the host, install asp.net 2.0 (the core of
3.5) into IIS and switch (if it's not switched for some reason, e.g. other
site). So, if the first step done then just perform this http://support.microsoft.com/kb/894435
and it should help in common way.
Regards,
Alex Meleta
[Tech Blog: http://devkids.blogspot.com]
j> think the error occur because IIS tryes to execute the website as
j> .net 1.1... I must specify that it is .net 3.5... Not sure how...
j>
j> "Jeff" <it_consultant1@hotmail.com.NOSPAM> wrote in message
j> news:%23HI3aXNkIHA.4164@TK2MSFTNGP02.phx.gbl...
j>
>> hey
>>
[quoted text clipped - 14 lines]
>>
>> any suggestions?