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.

No comments:

Post a Comment