Showing posts with label iis. Show all posts
Showing posts with label iis. 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

Atlas works on Dev. Machine - not on IIS

hi,

I have installed Atlas - and just tried the simple example with the Labels and Time refreshing.

Works perfectly on the development machine, although it doesnt work once i publish it to the IIS server.

any ideas as to how to get it to work?

thank you.Depends on what the error is...

Atlas web service breaking with IIS wildcard mapping

I have a wildcard mapping in IIS for '.*' that maps to asp.net's dll to handle any mapping not specified in IIS with asp.net.

For some reason having this wildcard mapping in IIS breaks atlas. It appears that the javascript proxy no longer works. I.E.'http://localhost/MyService.asmx/js' returns a error 'The resource cannot be found'. If I remove the wildcard ('.*') mapping from IIS then the atlas code starts to work.

Has anyone else experienced this problem, or know a way that I can have a wildcard mapping in IIS and still use atlas in my application?

Hi Zerobit,

I also experienced the same when i added the wildcard as '.*' in configuration section of the project in INETMGR. can anyone help us why the wild card is creating the problem ??

Regards,

Kathir


Someone posted this in another thread where I asked the same question:

"I added a folder named "Webresource.axd" (without quotes) to the root of my application and ATLAS works now with a wildcard mapping in IIS. I hope this trick will solve the issues you are experiencing."

I havn't tested it as I have since switched to AjaxPro. But if it works let me know.

Saturday, March 24, 2012

Atlas under IIS 7

I'm using vista beta 2 build 5456 and trying to get an atlas application running. I realize this is a beta OS, but I thought I would post here to see if anyone had any insight or maybe the devs can fix it if it's their problem. As soon as I run the page I get the error:

Culture 'tk-TM' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread's current culture.

This may not be enough to go on, but if it isn't I'm sure I could look into it more for whoever may want to know more.

hello.

how do you get this error? i've just installed vista and i'm really curious to see how one can get this kind of error...


I just create a new atlas website and make it a web application under iis 7 and then i hit the default.aspx for that application on localhost and I receive this error.

hello.

i've just followed those steps and don't get any error. the only error i got was solved by using a new app pool and setting it so that it used the classical asp.net isapi dll...


I tried a new app pool and now I get this error:

Configuration Error

Description:Anerror occurred during the processing of a configuration file requiredto service this request. Please review the specific error details belowand modify your configuration file appropriately.

Parser Error Message:Couldnot load type 'System.ServiceModel.Activation.HttpModule' from assembly'System.ServiceModel, Version=3.0.0.0, Culture=neutral,PublicKeyToken=b77a5c561934e089'.(C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config line217)
Ok I fixed the culture error. I had to go into the IIS 7.0 .NET globalization properties and set the culture and or ui culture to the correct one for your locale. Now my atlas apps are flying under vista with IIS 7.0.

Wednesday, March 21, 2012

Atlas server requirements?

What are the server side requirements for Atlas? Can any elements of it be used without IIS specifc updates? We are on a hosted server and the host does not support CTP or beta releases so jsut wondering what if anythig nwe can use.Hi s2k - I have the same problems with the hosted server although I do have remote desktop admni rights to some extent. I've managed to get the .net 2.0 framework itself on there but I can't seem to get atlas elements to work.
Is there something specific that needs to be installed?
can it be done by hand, or does an exe have to be run?

Thanks for any help!

hello guys.

normally, you only need to have .net 2.0 installed on the server (it must support ASP.NET 2.0) an place the bin on the dll. as you might guess, your app has to be configured to use asp.net2.0 (which might not happen by default if you also have 1.1 installed on the server).

the only configuration that must be done to iis is only need if you're using bridging (you must register the asbx extension - if i'm not mistaken, that is). if you cannot change this, you can still use bridging through tunneling by using a specila module which is commented (by default) on the config file.


Hi thanks for this.
My app is very simple and works locally - an image that can be dragged around the screen.
I have uploaded this to the server with no changes.
Initially I got a 404 error - I installed the .net framework 2.0 and after that, I could see the page as a normal web page - but on the server, the image is not draggable.

Am I missing something?

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.