PDA

View Full Version : error فوری فوری



hamedgh
یک شنبه 04 آذر 1386, 19:20 عصر
دوستان من با اجرای سایتم با این error مواجه شدم



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: Unrecognized attribute 'type'.

Source Error:

Line 13: -->
Line 14: <configSections>
Line 15: <sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGro up">
Line 16: <section name="converters" type="Microsoft.Web.Configuration.ConvertersSection" requirePermission="false"/>

Line 17: <section name="webServices" type="Microsoft.Web.Configuration.WebServicesSection" requirePermission="false"/>


راه حل فوری فوری
خیلی ممنون

hamedgh
یک شنبه 04 آذر 1386, 19:21 عصر
اینم اصل فایل



<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<!--
The configSections define a section for ASP.NET Atlas.
-->
<configSections>
<sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGro up">
<section name="converters" type="Microsoft.Web.Configuration.ConvertersSection" requirePermission="false"/>
<section name="webServices" type="Microsoft.Web.Configuration.WebServicesSection" requirePermission="false"/>
<section name="authenticationService" type="Microsoft.Web.Configuration.AuthenticationServiceS ection" requirePermission="false"/>
<section name="profileService" type="Microsoft.Web.Configuration.ProfileServiceSection" requirePermission="false"/>
</sectionGroup>
</configSections>
<!--
The microsoft.web section defines items required for the Atlas framework.
-->
<microsoft.web>
<converters>
<add type="Microsoft.Web.Script.Serialization.Converters.Data SetConverter"/>
<add type="Microsoft.Web.Script.Serialization.Converters.Data RowConverter"/>
<add type="Microsoft.Web.Script.Serialization.Converters.Data TableConverter"/>
</converters>

<!--
Uncomment this line to enable the authentication service.
<authenticationService enabled="true" />
-->
<!-- Uncomment these lines to enable the profile service. To allow profile properties to be retrieved
and modified in Atlas applications, you need to add each property name to the setProperties and
getProperties attributes. If you intend for all properties to be available, you can use "*"
as a shorthand rather than enumerating each property -->
<!--
<profileService enabled="true"
setProperties="propertyname1;propertyname2"
getProperties="propertyname1;propertyname2" />
-->
</microsoft.web>

shahab_ksh
یک شنبه 04 آذر 1386, 19:36 عصر
سرورتون asp.net 2 رو ساپروت میکنه؟

Navid7h
یک شنبه 04 آذر 1386, 19:38 عصر
فکر کنم شما میخواهی از Ajax تو یک وب سایت استفاده کنی.
باید فایل dll رو تو وب سایت اضافه کنی
راه بهتره اینه مه فایلهای dll مربوط به Ajax رو در GAC بریزی
برنامه نصب Ajax رو از سایت Asp.net بگیر و بریز

hamedgh
یک شنبه 04 آذر 1386, 20:25 عصر
من کامپوننت اطلس استفاده می کنم
ولی فکر نکنم لازم با شه ان را در Gac بریزم
dll های ان هم در فایل bin قرار دارد
نمی دانم چرا ان مشکل پیش امده ؟؟

hamedgh
یک شنبه 04 آذر 1386, 20:27 عصر
سرورتون asp.net 2 رو ساپروت میکنه؟
خود سایت سرور را با ای اس پی نوشتن
ولی اینکه دات نت را پشتیبانی کند نمی دانم چون این ر ا من نخریدم برای رفقاست
آزمایشی ریختم ببنیم کار می کند تا فایل اصلی را بریزم