This snippet will show you how to write a message to the application event log using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Diagnostics namespace. |
This snippet will show you how to stop an application using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Diagnostics namespace. |
This snippet will show you how to stop a windows service using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.ServiceProcess namespace. |
This snippet will show you how to find the amount of disk space available using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.IO namespace. |
This snippet will show you how to find the current users name using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System namespace. |