Home > how to > how to solve configuration error in asp.net

How To Solve Configuration Error In Asp.net

Tips/Tricks Top Articles Beginner Articles Technical Blogs Posting/Update Guidelines Article Help Forum Article Competition Submit an article or tip Post your Blog quick answersQ&A Ask a Question View Unanswered Questions View All Questions... C# questions Linux questions ASP.NET questions SQL questions VB.NET questions discussionsforums All Message Boards... Application Lifecycle> Running a Business Sales / Marketing Collaboration / Beta Testing Work Issues Design and Architecture ASP.NET JavaScript C / C++ / MFC> ATL / WTL / STL Managed C++/CLI C# Free Tools Objective-C and Swift Database Hardware & Devices> System Admin Hosting and Servers Java .NET Framework Android iOS Mobile SharePoint Silverlight / WPF Visual Basic Web Development Site Bugs / Suggestions Spam and Abuse Watch features Competitions News The Insider Newsletter The Daily Build Newsletter Newsletter archive Surveys Product Showcase Research Library CodeProject Stuff communitylounge Who's Who Most Valuable Professionals The Lounge   The Insider News The Weird & The Wonderful The Soapbox Press Releases Non-English Language > General Indian Topics General Chinese Topics help What is 'CodeProject'? General FAQ Ask a Question Bugs and Suggestions Article Help Forum Site Map Advertise with us About our Advertising Employment Opportunities About Us Ask a Question All Questions All Unanswered FAQ how to solve configuration error of server Rate this: Please Sign up or sign in to vote. See more: (untagged) Hello Friends. I am developing web application in ASP.Net 4.0 framework. And when ever i want to upload my website on server which is 3.5 supported provide me error, Which is as follows Unrecognized attribute 'targetFramework'. compilation defaultLanguage="c#" debug="true" targetFramework="4.0" I think i want to change my project from .net 4.0 to 3.5 framework. But i don't know that how can i do it. Please help me out of this problem. Thanks in Advance. Posted 14-Feb-11 20:34pm jeet7861.3K Updated 14-Feb-11 21:14pm TweakBird17.1K v2 Add a Solution Comments AlbinAbel 15-Feb-11 3:22am In the project properties select Target properties 3.5 and compile 2 solutions Top Rated Most Rece

resources Windows Server 2012 resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft Student Partners ISV Startups TechRewards Events Community Magazine Forums Blogs Channel 9 Documentation APIs and reference Dev centers Samples Retired content We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second. MSDN Library MSDN Library MSDN Library MSDN Library Design Tools Development Tools and Languages Mobile and Embedded Development .NET Development Office development Online Services Open Specifications patterns & practices Servers and Enterprise Development Speech Technologies Web Development Windows Desktop App Development TOC Collapse the table http://www.codeproject.com/Questions/157721/how-to-solve-configuration-error-of-server of content Expand the table of content This documentation is archived and is not being maintained. This documentation is archived and is not being maintained. ASP.NET Web Configuration Guidelines ASP.NET enables you to specify configuration settings that affect all Web applications on a server, that affect only a single application, that affect individual pages, or that affect individual folders in a Web application. You https://msdn.microsoft.com/en-us/library/ff400235.aspx can make configuration settings for features such as compiler options, debugging, user authentication, error-message display, connection strings, and more. Configuration data is stored in XML files that are named Web.config. This topic describes the main configuration settings that you can make in the Web.config file. The topic contains the following sections: Configuration File Sections Modifying Configuration Files Configuration Files Hierarchy Deploying Configuration Files Configuration File Sections Configuration files are grouped into sections that contain the settings for individual features. Compilation In order for an application to service Web requests, ASP.NET must first compile the application into one or more assemblies. You use the compilation configuration section to configure the settings that ASP.NET requires in order to compile Web applications. The following are some of the attributes that you can specify: debug . During the development stage, you can set the debug attribute to true to generate the symbols that are required during debugging. At the end of the development cycle, you set the debug attribute to false in order to optimize performance targetFramework . This attribute specifies the version of the .NET Framework that the Web site targets. This attrib

upload on a remote machine. But when https://www.sitepoint.com/community/t/how-can-i-solve-this-web-config-problem/3240 upload the application ona remote server I am receiving the following error. I have tried to change configure file but I still having the same http://www.dreamincode.net/forums/topic/167856-aspnet-configuration-error-on-server/ problem. Please How I can solve this problem?? how to Your help will be highly appreciated. [B]