Deploy ajax application on server
-
Hello all, I have created a dotnet application using Asp.net Ajax but when i deployed the application on server then i got following web.config error. Can anybody tell me what should i do to solve the error so that my application run properly on server.
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (E:\web.config line 53) Source Error: Line 51: Line 52: Line 53: Line 54: Line 55:
Thanks RahulPeople Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hello all, I have created a dotnet application using Asp.net Ajax but when i deployed the application on server then i got following web.config error. Can anybody tell me what should i do to solve the error so that my application run properly on server.
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (E:\web.config line 53) Source Error: Line 51: Line 52: Line 53: Line 54: Line 55:
Thanks RahulPeople Laugh on me Because i am Different but i Laugh on them Because they all are same.
rahul.net11 wrote:
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (E:\web.config line 53)
Error message is clear, isn't it? Server don't have AJAX server extensions installed.
Navaneeth How to use google | Ask smart questions
-
rahul.net11 wrote:
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (E:\web.config line 53)
Error message is clear, isn't it? Server don't have AJAX server extensions installed.
Navaneeth How to use google | Ask smart questions
Hi Navaneeth, To solve the error should i have installed Ajax server extension on my server. I have copied all the dll (like Ajax toolkit.dll) on my server. Is it necessary to install Ajax extension? Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hi Navaneeth, To solve the error should i have installed Ajax server extension on my server. I have copied all the dll (like Ajax toolkit.dll) on my server. Is it necessary to install Ajax extension? Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
Yes it is necessary to install AJAX extensions.
Navaneeth How to use google | Ask smart questions
-
Hello all, I have created a dotnet application using Asp.net Ajax but when i deployed the application on server then i got following web.config error. Can anybody tell me what should i do to solve the error so that my application run properly on server.
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (E:\web.config line 53) Source Error: Line 51: Line 52: Line 53: Line 54: Line 55:
Thanks RahulPeople Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Ajax should be installed by the person who is maintaining the server. contact contact ftp provider and ask them to install ajex. then it will work.
jegastar wrote:
Ajax should be installed by the person
You mean AJAX extensions, right? AJAX and AJAX server extensions are different.
Navaneeth How to use google | Ask smart questions