c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

What is the use of CDN?

| | Category: JQuery

A content delivery network (CDN) is a system of distributed servers (network) that deliver WebPages and other Web content to a user based on the geographic locations of the user, instead of downloading and hosting jQuery yourself, is to include it from a CDN (Content Delivery Network).

[Solved]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.

| | Category: c# .net

It's hard to find any information on the topic but in my opinion enableSimpleMembership set to false in appsettings. For me this error resolved by setting below code.

[solved]To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.

| | Category: c# .net

If you want to see exact error of the page you must turn Off custom error mode. After changing the webconfig file save and reload the page you can view the exact error of the page. This setting is under .

How to reverse a string in c# without using built in function?

| | Category: c# .net

In this article I am going to reverse string without using build in function. Here reverse string achieved without using ToCharArray. First of all calculating the string length after loops the calculated string length and logic implemented.

How to reverse a string in c# ?

| | Category: c# .net

In this article we try to implement reverse string. String is converted to char array using ToCharArray method after that reverse operation will happen.

How to convert String array to List using C#?

| | Category: c# .net

In this article I will explain how to convert String array to List using C#. we can achieve by using .ToList() on array types, this seems to be available only in .Net 3.5+.

[solved]Unable to read data from the transport connection: net_io_connection closed.

| | Category: c# .net

When you try to send an email from web application if you got exceptions like this your Username or password must be wrong and also Check port is 465 (SSL) change to 80.

[solved]The SMTP server requires a secure connection or the client was not authenticated. The server response was: authentication required

| | Category: c# .net

If you not configured credentials this error will occur. Your must need to include Credentials for secure connection then only authenticated.

How to configure godaddy email account using .net?

| | Category: c# .net

To set up your email client with your email, you need to know your POP or IMAP Email Server Settings and ports. To find them, go to the Email Setup Center and write down the information that displays under Email Server Settings.

How to remove last three character of input string using Substring?

| | Category: c# .net

If you want to remove the last three character of the string object. Here this example code demonstrates us to remove all the character, excluding the last three using c# ASP.net framework c#.

Page 76 of 82