ASP.NET Ajax v1.0
-
I want to use asp.net ajax in one of my existing asp.net 2.0 web application (asp.net website). At first i`ve changed the existing web.config file and changed it to make compatible with ajax. Changed web.config file is as follows: =============================================================================
-
I want to use asp.net ajax in one of my existing asp.net 2.0 web application (asp.net website). At first i`ve changed the existing web.config file and changed it to make compatible with ajax. Changed web.config file is as follows: =============================================================================
Did you develop the site using .NET 1.1 ? I thought ATLAS was 2.0 only ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Did you develop the site using .NET 1.1 ? I thought ATLAS was 2.0 only ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
OK, then this is your problem: -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 ============================================================================= From the error info you posted. Install .NET 2.0 on the server.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )