I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page an
d
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?
Thanks in advance,
MikeAjax is supported in VS 2008, but creating a standard web form and adding
Ajax controls to it from the Toolbox.
Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
develop the application using VS 2008, but your server will need the 3.x
Framework installed. The 3.5 Framework has just recently been released.
"Mike" <Mike@.discussions.microsoft.com> wrote in message
news:1BB22721-BAFB-4EFD-BBA9-1B3D148B9764@.microsoft.com...
>I am using VS2008 release and am trying to create a AJAX web site targetted
> to .Net 2.0. however, there is no AJAX template and the default.aspx page
> and
> web.config that is created has no AJAX 2.0 references. Is this supported
> under VS2008 or must I downgrade to VS2005?
> Thanks in advance,
> Mike
"by" creating a standard...
"Scott M." <smar@.nospam.nospam> wrote in message
news:%23nWjDXDPIHA.4948@.TK2MSFTNGP02.phx.gbl...
> Ajax is supported in VS 2008, but creating a standard web form and adding
> Ajax controls to it from the Toolbox.
> Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
> develop the application using VS 2008, but your server will need the 3.x
> Framework installed. The 3.5 Framework has just recently been released.
>
> "Mike" <Mike@.discussions.microsoft.com> wrote in message
> news:1BB22721-BAFB-4EFD-BBA9-1B3D148B9764@.microsoft.com...
>
there currently is no template for 2.0, but if ajax is installed, update the
web.config as specified in the docs, and it will work.
-- bruce (sqlwork.com)
"Mike" wrote:
> I am using VS2008 release and am trying to create a AJAX web site targette
d
> to .Net 2.0. however, there is no AJAX template and the default.aspx page
and
> web.config that is created has no AJAX 2.0 references. Is this supported
> under VS2008 or must I downgrade to VS2005?
> Thanks in advance,
> Mike
Scott,
Thanks. I guess I'll just have to wire 1.0 by hand as my company is not yet
willing to put 3.5 in production.
Regards,
Mike
"Scott M." wrote:
> "by" creating a standard...
>
> "Scott M." <smar@.nospam.nospam> wrote in message
> news:%23nWjDXDPIHA.4948@.TK2MSFTNGP02.phx.gbl...
>
>
Bruce,
That's what I figured. Can you point me to the appropriate docs? I added the
references and handlers manually and got the page to render with scripting
properly, I'm just not sure if I missed anything (probably the stuff related
to WS callbacks).
Regards,
Mike
"bruce barker" wrote:
> there currently is no template for 2.0, but if ajax is installed, update t
he
> web.config as specified in the docs, and it will work.
> -- bruce (sqlwork.com)
>
> "Mike" wrote:
>
http://asp.net/AJAX/Documentation/L...ASPNETAJAX.aspx
-- bruce (sqlwork.com)
"Mike" wrote:
> Bruce,
> That's what I figured. Can you point me to the appropriate docs? I added t
he
> references and handlers manually and got the page to render with scripting
> properly, I'm just not sure if I missed anything (probably the stuff relat
ed
> to WS callbacks).
> Regards,
> Mike
> "bruce barker" wrote:
>
see there how to config it manually
http://asp.net/ajax/documentation/l...ASPNETAJAX.aspx
take into account that u need refer to ajax from .NET 2.0, not from 3.5
version of FW
--
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour
"Mike" wrote:
> Bruce,
> That's what I figured. Can you point me to the appropriate docs? I added t
he
> references and handlers manually and got the page to render with scripting
> properly, I'm just not sure if I missed anything (probably the stuff relat
ed
> to WS callbacks).
> Regards,
> Mike
> "bruce barker" wrote:
>
Thanks. And I assume switching between 3.5 and 2.0 target will overwrite the
changes
"Michael Nemtsev" wrote:
> see there how to config it manually
> http://asp.net/ajax/documentation/l...ASPNETAJAX.aspx
> take into account that u need refer to ajax from .NET 2.0, not from 3.5
> version of FW
> --
> WBR, Michael Nemtsev [.NET/C# MVP].
> Blog: http://spaces.live.com/laflour
>
> "Mike" wrote:
>
Thanks.
"bruce barker" wrote:
> http://asp.net/AJAX/Documentation/L...ASPNETAJAX.aspx
> -- bruce (sqlwork.com)
>
> "Mike" wrote:
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment