چرا این ERROR را می دهد وقتی صفحه ASP را در IIS اجرا می کنم ولی برای صفحات HTML مشکلی ندارم من خودم کدی ننوشتم TEMPLATE پیش فرض .NET است
بعد در VISUAL STUDIO اجرا می شود ولی درIIS موجود در WIN SERVER اجرا نمی شود
می خواستم ببینم مشکل از تنظیم IIS یا نه ؟
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.
Source Error:
بعد در VISUAL STUDIO اجرا می شود ولی درIIS موجود در WIN SERVER اجرا نمی شود
می خواستم ببینم مشکل از تنظیم IIS یا نه ؟
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.
Source Error:
Line 9: </connectionStrings> Line 10: <system.web> Line 11: <compilation debug="false" targetFramework="4.0"/> Line 12: <authentication mode="Forms"> Line 13: <forms loginUrl="~/Account/Login.aspx" timeout="2880"/> |