PDA

View Full Version : خطا از ajax در هاست



saadi2
دوشنبه 23 آبان 1390, 21:05 عصر
سلام من وقتی از update pannel استفاده کم در پروژه این خطا رو در هاست میده:

Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Unknown server tag 'asp:ScriptManager'.

Source Error:

Line 38: <div id="CenterContent" style="direction: rtl; width: 540px; height: 560px; float: left;Line 39: background-color: #FDFEB5; padding: 10px;">Line 40: <asp:ScriptManager ID="ScriptManager1" runat="server">Line 41: </asp:ScriptManager>Line 42:
Source File: /saadi.master Line: 40


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433



لطفا کمک کنید. ممنون

quack
سه شنبه 24 آبان 1390, 04:00 صبح
اینرو به web.config اضافه کنید ببینید درست می‌شه یا نه :

<system.web>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</controls>
</pages>
</system.web>