Posted on 09 October 2008. Tags: 2008 server, iis, vista
If you are a developer using ASP.NET, one of the first things you’ll want to install on Vista is IIS (internet information server). Keep in mind that your version of Vista may not come with IIS. I’m using Vista Ultimate edition.
First, go to Control Panel, and then click on Programs. You’ll see a link for “Turn Windows features on or off” Continue Reading
Posted in Windows
Posted on 09 October 2008. Tags: telnet, vista
By default, Vista doesn’t install the Telnet client. The client is for text-based communication with remote systems. You can install it by following these steps:
1. Click Start then selectControl Panel.
2. Select Programs and Features.
3. Select Turn Windows features on or off.
4. Select the Telnet Client option.
5. Click OK.
6. A dialog box will appear to confirm installation. The telnet command should now be available.
Posted in Windows
Posted on 08 October 2008. Tags: domain masking
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”
“http://www.w3.org/TR/html4/strict.dtd”>
<html>
<head>
<title>www.prosoxi.gr</title>
</head>
<frameset rows=”100%,*” border=”0″>
<frame src=”http://www.cdl.gr” frameborder=”0″ />
<frame frameborder=”0″ noresize />
</frameset>
<!– pageok –>
<!– 02 –>
<!– 7.9–>
</html>
Posted in HTML - XHTML, Programming
Posted on 07 October 2008. Tags: mono, mono-project
Mono is the the open-source version of the Microsoft’s .NET runtime. Mono runs on Linux, Unix, BSD, Solaris, and Windows. Mod_mono and XSP are Mono components that bring ASP.NET functionality to non-Microsoft servers. For an example of an ASP.NET page running, in Mono, check out Hello World, 2!
Getting Mono up and running in a Plesk system is suprisingly easy. I use CentOS, which is a Fedora-based system. Consequently, these instructions are geared toward CentOS Plesk systems. However, with the exception of steps 1 and 2, these instructions should work for any Linux-based Plesk system. Continue Reading
Posted in Plesk