Select Page

Using Line Numbers in vi

Debugging is easier with line numbers. The default setting for vi and vim is for line numbers in the document to be hidden. Setting Line Numbers within the Editor You can turn on line numbers by typing :set number or :set nu   The line numbers can also be turned...

Registering ASP.NET after IIS Installation

If the IIS web server is installed after the .NET Framework was installed, ASP.NET web pages will not work. This issue will also occur if the web server is reinstalled. The reason for this is that the ASP.NET file extensions are not being associated with the IIS...
Translate ยป