| Sub Categories |
Server SQL_Server |
Server User_Authentication |
Server User_Management |
| TOTAL: 7 Page: 1 of 1 |
|
Displaying Information about the ASP.NET Process
In a previous article (How Long has the Web Server Been Up?) we examined a way to display the number of milliseconds the Web server computer had been running. This metric measured the time the actual machine had been running without a reboot, not the time that IIS had been running. Regardless, such a metric is useful if you want to keep an eye and ensure that your Web host is keeping the servers up, or if you are just wanting to create an administration-information page for your company's intran

| Hits: | 54 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
FTP Server in C#
The application is a simple implementation of FTP Protocol RFC 959. Technology Used System.Net.Socket,Multithreading. FTP : The objectives of FTP are 1) to promote sharing of files (computer programs and/or data), 2) to encourage indirect or implicit (via programs) use of remote computers, 3) to shield a user from variations in file storage systems among hosts, and 4) to transfer data reliably and efficiently. FTP, though usable directly by a user at a terminal, is designed mainly for

| Hits: | 102 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
C# / JAVA Socket Programming
This example demonstrates how a c# client application can establish itself in a socket connection with a java server application through TCP/IP connectivity.

| Hits: | 31 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
PWS & IIS Come to blows
PWS and IIS are the two free and very popular web servers from Microsoft, they also have full support of ASP. But before I continue, lets see if you can limit the choices down. If you are running Windows 98 only and have no access to NT/Win2k then you can only run PWS. If you require support for ASP 3 then only IIS can run it. If you require support for ASP.NET then you need Windows 2000. However, if you have access to both PWS and IIS then you may continue.

| Hits: | 24 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Remote Objects: Part 2
This article shows how to create a remote server and MDI window Remote Client using remote object. The remote server can be used as Auction Server and Real Time Data and Information Server. .NET Remoting is a technology that can be used to allow .NET applications to communicate to each other, it is does not matter to cross a network with firewall security, or over the Internet. The Remote object can be used to transport messages between remote objects using different transportation protocols,

| Hits: | 40 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Server-side Controls in Active Server Pages+
Ever since the PDC in July I've been hearing about Active Server Pages+ (ASP+) server-side controls. What are they, and how are they different from ActiveX® controls? Why would I ever use one? Web Andrews That's a good question. With all the new technology coming from Microsoft, it's sometimes hard to keep everything straight. Server-side controls are custom controls. You're probably thinking that custom controls have been around forever, right? There were VBXs in the early 90s, OLE Contro

| Hits: | 39 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Advanced ASP .NET Server-side Controls
In my October 2000 column I looked at the motivation for the new Active Server Pages.NET (ASP .NET) server-side controls and their basic structure. In this month's column I'll take a closer look at ASP .NET and a deeper look at ASP .NET server-side controls, including control state management, round-trips and posting data, and developing a richer UI using both compositional and noncompositional controls. During the mid-90s, you could create rich, active Web sites by trying to extend the browser

| Hits: | 48 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |