Wednesday, December 5, 2012

Solution: UNABLE TO READ DATA FROM THE TRANSPORT CONNECTION: NET_IO_CONNECTIONCLOSED.

Server Error in '/' Application. Unable to read data from the transport connection: net_io_connectionclosed. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.  Exception Details: System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed. Source Error:    Line 73:          ...

Solve: WebException , the remote name could not be resolved

Server Error in '/' Application. The remote name could not be resolved: 'mail.aspdotnet-rajkumar.com/' Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.  Exception Details: System.Net.WebException: The remote name could not be resolved: 'mail.aspdotnet-rajkumar.com/' Source Error:  An unhandled exception was generated during the execution...

How to solve this error Bad sequence of commands. The server response was: This mail server requires authentication

Server Error in '/' Application. Bad sequence of commands. The server response was: This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.Mail.SmtpException:...

Tuesday, December 4, 2012

Drop Box பயன்படுத்துவது எப்படி ?

Drop Box பயன்படுத்துவது எப்படி ?Simplify Your Life Download Dropbox  Dropbox என்றால் என்ன ? இதனை நாம் நம் கம்ப்யூட்டரில் இன்ஸ்டால் செய்வதால் நமக்கு என்ன பயன் ? இதனை நாம் நம் கம்ப்யூட்டரில் இன்ஸ்டால் செய்து பயன்படுத்துவது எப்படி ? என்பதை பற்றி நாம் இந்த பாடத்தில் தெளிவாக பார்ப்போம்..... ஆரம்ப காலத்தில் கம்ப்யூட்டர் பயன்படுத்துபவர்கள் தங்களுடைய Personal File களை கம்ப்யூட்டரில் சேமித்து வைத்து பயன்படுத்தும்பொழுது அந்த பைல்களை இன்னொரு...

Database Management System Chapter-12

Chapter 12:  Indexing and Hashing n Basic Conceptsn Ordered Indices n B+-Tree Index Filesn B-Tree Index Filesn Static Hashingn Dynamic Hashing n Comparison of Ordered Indexing and Hashing n Index Definition in SQLn Multiple-Key Access Basic Concepts n Indexing mechanisms used to speed up access to desired data.Ø E.g., author catalog in libraryn Search Key - attribute to set of attributes used to look up records in a file.n ...