Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Wednesday, March 28, 2012

Atlas x IIS

Dear frinds,

If I want to publish my site on a remote server (Windows 2003), this server nedd to have installed the Atlas Install?
Mu application has the atlas DLL in bin folder, but the server need the Atlas install?

It works for me with the Atlas dll in the bin without installing on the server.

Joe

Monday, March 26, 2012

ATLAS UpdatePanel and parent/child windows

Hope someone can help me... I have a parent window that contains an UpdatePanel and from that parent window I open a child window or modal dialog window...

Is there a way when the child window closes to cause an UpdatePanel in the parent window to update/fire..?

Any help would be great..!

You can use JavaScript to submit the form containing the Update Panel, (for,submit()). You may also like to have a hidden input that indicates that the submission was done due to window closing. This will enable you to check for the hidden input on the server and call UpdatePanel.Update method on the server.

Wednesday, March 21, 2012

Atlas running on Microsoft Windows 2000 Server

Hi,

I'm trying to run a webpage with atlas on a W2000 Server.

When I run my webpage with VStudio 2005 (in the iis of Vs2005 of development) it runs correctly, but when y publish it to my W2000 Server, It saids that 'Sys' isn't defined.

I'd installed ASP.NET AJAX 1.0 Beta 2 and ASP.NET 2.0 AJAX Futures November CTP in my develop computer with win xp, and in the server with W2000 Server.

How can I do to run this webpage correctly in the server?

This webpage is very simple. I only am using an UpdatePanel to do a little form without refreshing the navigator.

Thanks.

Best Regards.

hello.that error means that you're not getting the embedded files from the ajax extensions dll. several issues can cause that. verify that your web app os configured to run ASP.NET 2.0, that you've installed AJAX extensions in the server and that the webresource.axd requests aren't being blocked by sogtware on the server,

Hello Luis, I'd like to question you...

AJAX extensions runs correctly if the Server is Windows 2000 Server?

How can I config the webresource.axd request's? I don't know if it is blocked or notConfused How can I look it?

And I have an other problem. I'd like to use Ajax.net in my hosting. In this hosting I can't Install the Extensions. In this case, Couldn't I use ajax.net (atlas)?

Thanks Luis.

Best Regards.


hello.

1. i haven't tried it but i've read a thread in this forum where a MS team member said that it was supported

2. to get webresource.axd you must install asp.net 2.0 on the server. you should also check the to see if that extensions is not blocked in your server by any 3rd party software you might be using

3. you can put the ajax dll on the server but you must also garantee that you'll be running yuor web app at full trus. if your host installs ajax extension, then you don't need to worry about anything.