Hi
I have opgraded a webproject from Microsoft Visual Web Designer 2008 Express to Microsoft Visual Web Designer 2010 Express.
I get error message: "ASP.NET Ajax client-side framework failed to load", when I run following simple page:
--------------------------------------------------------------------------
<%@ Page Language="
VB" AutoEventWireup="false" CodeFile="test3.aspx.
vb" Inherits="test3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<a href="test.zip" >Download test file</a>
</form>
</body>
</html>
--------------------------------------------------------------------------
In my web.config file is written:
<!--
The system.webServer section is required for running ASP.NET AJAX under Internet Information Services 7.0. It is not necessary for previous version of IIS.
-->
My system.webServer section is empty and I use Internet Information Services 7.0.
Has this anything to do with the error message ? How can I solve the problem?
Is ASP.NET AJAX framework automatic installed when I install Microsoft Visual Web Designer 2010 Express ?
Best regards,
Bo