You said "publish"... so is this an application which is working on your local computer but then failing when you upload it to your server?
Is it your server, or are you using a shared hoster? Is ASP.NET AJAX installed on the server, or are you putting it in your bin directory? Are you running under full trust?
Thanks for reply
i puted System.Web.Extensions.dll,AJAXExtensionsToolbox.dll,System.Web.Extensions.Design.dll files in bin folder
this is my first web i using ajax in my applications , could you help my how can i publish my web with ajax
Its working in my local machine
My guess is that you're not running with full trust. Contact your hoster and ask them if your application is or can be configured to run under "full trust."
thanks
but could you tell me what do you mean by "full trust"
hello.
som of the operations performed by the ajax extension applications need some permissions ?which are ?only available to someone running in full trust. by default, and if your host installs ajax extensions on the server, the ajax dlls will be put in the gac. when this happens, those components run automatically in full trust mode and your web app can run in meddium trust mode. when the dlls arn't on the gac, you need to put them in the bin folder and you need to configure your web app to run in full trut mode.
basically, the trust level says what you can or can't do. it's configured through the <trust> element in your config. file:
http://msdn2.microsoft.com/en-us/library/tkscy493.aspx
Himhd3000,
I am having the same problem, I am also developing a website and hoping to host on godaddy. Does this artilce http://msdn2.microsoft.com/en-us/library/tkscy493.aspx solved your problem?
Can we specify full trust from the web.config file and it will work? If yes, please let me know your web.config file, how did u allow full permission to all the webpages?
(here originalUrl = "" is given, this will work?)
Thanks
Hi everyone,
I have an account on GoDaddy and have had no luck with hosting an ASP.NET AJAX enabled site. Basically, they only allow sites to run under medium trust and cannot give me a timeframe on when they will install the necessary components on their servers. So the bottom line - you can't host ASP.NET AJAX enabled sites on GoDaddy.
Jits
PS: you can try discountASP [http://www.discountasp.net/ ] instead. They support ASP.NET AJAX 1.0 and even .NET 3.0 (!)
No comments:
Post a Comment