AJAX versions ....

AJAX versions ....

am 06.01.2008 00:59:41 von Liz

I have both VS2005 and VS2008 installed and now find I need to work on some
code using AJAX extensions/toolkit ... and I'm really a bit lost on what it
is I need to install and hopefully have it work on '05 and '08 without a lot
of pain ...

any help is appreciated ...

TIA

Re: AJAX versions ....

am 07.01.2008 01:52:07 von Alvin Bruney

AJAX is embedded in 2008, you will need the extensions for 2005. Assuming
you have the latter, it should work just fine in 2008. Or you could just
develop in 2008 and you should be good as far as backward compatibility is
concerned.

--
--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99


"Liz" wrote in message
news:OrUfHc$TIHA.3516@TK2MSFTNGP02.phx.gbl...
>
> I have both VS2005 and VS2008 installed and now find I need to work on
> some code using AJAX extensions/toolkit ... and I'm really a bit lost on
> what it is I need to install and hopefully have it work on '05 and '08
> without a lot of pain ...
>
> any help is appreciated ...
>
> TIA
>
>
>

Re: AJAX versions ....

am 11.01.2008 00:41:04 von Liz

"Alvin Bruney [ASP.NET MVP]" wrote in message
news:028292DB-7905-4F5D-A3F0-0D64B5B85FE4@microsoft.com...

> AJAX is embedded in 2008, you will need the extensions for 2005. Assuming
> you have the latter, it should work just fine in 2008. Or you could just
> develop in 2008 and you should be good as far as backward compatibility is
> concerned.

I want to do this work in VS 2005; can I just install the VS 2005 AJAX
toolkit without affecting the VS 2008 toolkit?

my other question is how to import and run a web project on the local
machine; do I have to set up a virtual directory manually or does Visual
Studio have a facility to do this? If I add a virtual directory and point
at the web files root, will IIS load the configuration information from
web.config files?

I thought you could just copy the files to any directory on a machine
running IIS ... ?? doesn't IIS need to "know about" the web site? or does
it learn fast? sorry for the simple-minded question but I've just never had
occasion to do this before .. and I'm confused ... and don't want to clean
up a mess if I do this wrong

TIA


> "Liz" wrote in message
> news:OrUfHc$TIHA.3516@TK2MSFTNGP02.phx.gbl...

>> I have both VS2005 and VS2008 installed and now find I need to work on
>> some code using AJAX extensions/toolkit ... and I'm really a bit lost on
>> what it is I need to install and hopefully have it work on '05 and '08
>> without a lot of pain ...
>>
>> any help is appreciated ...