Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Wednesday, March 28, 2012

How do I intsall the Atlas Control Toolkit?

Can someone please direct me on where I can find documentation or webpage on how to install the Atalas Control Toolkit?

hello.

well, you just download it and then add the dll to your bin's folder.


You can find it here:

http://ajax.asp.net/default.aspx?tabid=47&subtabid=477

Monday, March 26, 2012

How do I install the toolkit controls?

Incredibly novice question I know. I'm using Visual Web Developer 2005 Express Edition, have download the ZIP containing all toolkit controls and samples, but how do I add the controls?

Thanks in advance

Mark

what you want to do is right-click on the control toolbox and goto choose items, then goto browse and navigate to where ever you unzipped the ajax control toolkit .dll file. Selecting this should add the controls to your toolbox list and select them all, so then click apply and you should be good

check this out if you need further help

http://ajax.asp.net/ajaxtoolkit/Walkthrough/Setup.aspx


Thanks pal!

Saturday, March 24, 2012

How configuring IIS to use with AJAX

I'm new to AJAX. How to configure IIS to use with ASP.NET 2.0 AJAX ? Do I need to install anything to IIS so I can call it from localhost - IE....

Need explanation .........

You will need to install ASP.Net AJAX on your dev box so you can use it from localhost and also on your production server for when you deploy your solution.


I still don't understand with install 'dev box ' , what is that mean ?

I have already install ASPAJAXExtSetup.msi for extended AJAX wih my VS2005.

Do I need to install other plugin for AJAX in IIS so I can call it from localhost like dotnetframework in IIS for ASP.net ?

Can U tell me....


Have you tried the steps in this topic:

http://ajax.asp.net/docs/InstallingASPNETAJAX.aspx

It should contain the components you need for AJAX.


dev = development
box = computer or system


Yes I have already install extension for AJAX and it's work find ......

But how if the hosting server doesn't have AJAX, should I copy it myself system.web.extension.dll to my bin folder ......??

Any expert in AJAX that have problem like this ??


if your hosting provider doesn't have ajax install, then there's no way you can run ajax. placing all the DLLs in your bin requires full permission, and that is not possible for provider to grant it to you. ask the provider to install it or switch provider.

Wednesday, March 21, 2012

How can I install the AJAX website template trough VS Orcas?

How can I install the AJAX website template trough VS Orcas?

It work with VS2005...

Thanks

Greg

AJAX functionality is default in Orcas. You can choose the normal website template.