Showing posts with label prerequisites. Show all posts
Showing posts with label prerequisites. Show all posts

Monday, March 26, 2012

Prerequisites at ASP.NET Hoster for Atlas

My sites are hosted by a normal ASP.NET (2.0) hoster. Do I need any prerequisites on the hosted machine to enable Atlas on my website?

Thanks

Ralf

As of the March release Atlas should work fine as a medium trust application. Therefore you should be able to simply xcopy your Atlas app to the server.

One problem you may face however is that your host does not map the new ".asbx" extension (which is used for webservice bridge files). This means you can probably not use this feature until your host would add this mapping.

Here is additional material on .asbx files and how to route bridge calls through an .axd extension without having to register the .asbx extension with IIS, great for a hosted account.

http://atlas.asp.net/docs/Walkthroughs/DevScenarios/bridge.aspx
http://atlas.asp.net/docs/atlas/doc/bridge/tunnel.aspx

thanks
-jhawk


Thanks for the answer. I will try it out.

Prerequisites to run Ajax Enabled Web sites !

Hey,

Do I need to install the Ajax Framework on the server to launch the Ajax Enabled websites.

Thanks and Regards

RS

You don't need to install AJAX extensions on production server, but you have to make sure that file Microsoft.Web.Extensions.dll included in Bin folder of your web application.

HeyJasonMDLi ,

My Questions is not about the Extensions part but about the Frame work. Do I need to Install the Ajax Framework?


No, you don't. Extension I mentioned is exact AJAX Framework you mentioned. Don't forget copy the file into Bin folder of webapp.
No, you don't. Extension I mentioned is exact AJAX Framework you mentioned. Don't forget to copy the file into Bin folder of webapp.

Hey,

Just make sure to check the .net framework version in iis, everything else is done the same way as before. When you compile your solution, all the files will be in the bin folder as mentionned previously.Smile