Saturday, November 19, 2011

Asp.net from 2.0 ,3.5,4.0 Versions.

Asp.net from version 1.1 and from the latest version 4.0 changes the technology day by the developers need to be on the twose to be apart of Microsoft Technologist.The Technology used few of the very broad Libraries that reduce the code upto 25%.Few of the technical terms i am going to share with you.

Tracing:.

Tracing a term that displays the details about how your code was executed. It refers to collecting information about the application while it is running. Tracing information can help you to troubleshoot an application. It enables you to record information in various log files about the errors that might occur at run time. You can analyze these log files to find the cause of the errors.


Asp.Net 4.O Issue ConfigurationManager Class Not Access

The same happened to me... I changed my code accordingly, but the project wouldn't compile. It turns out that you need to add a reference to System.Configuration to the project, rather than simply adding it with a using statement. This can be done as:

Add a reference to System.Configuration by clicking Project -> Add Reference... and searching through the .NET components for System.Configuration