PDA

View Full Version : مشکل در بالا نیامدن سایت



kh1387
سه شنبه 07 آبان 1392, 11:05 صبح
با سلام خدمت دوستان گرامی
من سایت را با VS2010 طراحی کرده ام ولی متاسفانه وقتی آپلد می کنم این خطای زیر را می دهد.
لطفا راهنمایی بفرمایید.

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 'targetFramework'. Note that attribute names are case-sensitive.

<configuration>
Line 7: <system.web>
Line 8: <compilation debug="false" targetFramework="4.0" />
Line 9: <customErrors mode="Off"/>
Line 10: </system.web>

rezaei_y
سه شنبه 07 آبان 1392, 12:02 عصر
ببینید نسخه دات نت سرور روی 4 ست شده

mRizvandi
سه شنبه 07 آبان 1392, 13:17 عصر
همین بخشی که در پیام اومده رو در وب کافیگ وارد کنید تا اگر خطایی غیر از دات نت دارید مشخص بشه: (البته ظاهرا شما دات نت 4 دارید در حالی که این رو در وب کانفیگ ست نکردید)



<system.web>
<compilation targetFramework="4.0" />
<customErrors mode="Off"/>
</system.web>