.net – Internetblog.org.uk https://www.internetblog.org.uk Web hosting, Domain names, Dedicated servers Fri, 29 Jan 2016 11:05:52 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.5 https://www.internetblog.org.uk/files/2016/01/cropped-favico-32x32.png .net – Internetblog.org.uk https://www.internetblog.org.uk 32 32 What is ASP.Net? https://www.internetblog.org.uk/post/1478/what-is-aspnet/ Tue, 29 Jun 2010 18:31:41 +0000 http://www.internetblog.org.uk/post/1478/what-is-aspnet/ ASP.net logoQuestion: I have heard of ASP, but what is ASP.Net?

Answer: ASP.Net is the official successor to the ASP (Active Server Pages) scripting language. Rather than being a simple scripting language, ASP.Net is a web application framework that combines the Microsoft .Net Framework technology with scripting languages and other non-scripting languages.

ASP.Net is released with the .Net Framework and allows web developers to build dynamic websites, web applications, and web services. It features an event-based programming model and can utilize a variety of programming languages, including C#, J#, and VB.Net.

This Common Language Runtime allows programmers to use any language supported by the .Net Framework. Windows server system administrators can install ASP.Net as part of the .Net installation, and developers can use Microsoft Visual Studio to develop dynamic websites with ASP.Net technology.

]]>
Renew your domains before July 1 to avoid the VeriSign price hike https://www.internetblog.org.uk/post/1472/renew-your-domains-before-july-1-to-avoid-the-verisign-price-hike/ Mon, 28 Jun 2010 19:44:13 +0000 http://www.internetblog.org.uk/post/1472/renew-your-domains-before-july-1-to-avoid-the-verisign-price-hike/ piggy bank
On July 1, gTLD operator VeriSign will increase the prices its charges registrars for .com domains by 7% and .net by 10%. Registrars will pass this cost onto customers, but not until July 1. Domainers have three days left (including today) to renew their domains and lock in the current price.

Only .com and .net names will be affected. Keep in mind that you can renew names at the current rate for up to 10 years. So assuming that your registrar raises its fee by $1.00 USD, you can save up to $10.00 by renewing in advance.

Actually, you could save quite a bit more because you would also be immune to price hikes for the duration of the registrations and most registrars provide discounts of up to 15% on long-term registrations.

]]>
How to Restart Services on a Windows Server https://www.internetblog.org.uk/post/1435/how-to-restart-services-on-a-windows-server/ Wed, 16 Jun 2010 14:33:57 +0000 http://www.internetblog.org.uk/post/1435/how-to-restart-services-on-a-windows-server/ Windows Server 2008 screenshot
Services are memory resident programs that normally run constantly, as long as your server is on. Programs like your web server, database server, DNS system, and others are all services that start at boot time and continuing running at all times.

Whenever you change configuration for a service or need to reinitialize it, you should perform a service restart. This is much more convenient than what people normally do with desktop computers, which is to restart the entire system. On a server, you want to keep the server running and just restart the necessary service. This is a much faster and less invasive solution.

To restart a service, you can use the “net” command to stop it and then start it again: “net stop service” followed by “net start service”. For example, if you want to restart DNS, the commands would be:

net stop dns
net start dns

That is all it takes for basic restarting of Windows services. For more information on advanced tasks consult your Windows Server documentation.

Photo Source: Flickr

]]>
Verisign raises domain prices, gets $27 million extra https://www.internetblog.org.uk/post/1387/verisign-raises-domain-prices-gets-27-million-extra/ Fri, 04 Jun 2010 12:00:05 +0000 http://www.internetblog.org.uk/post/1387/verisign-raises-domain-prices-gets-27-million-extra/ money pic

Verisign has informed its registrars that the wholesale prices of .com and .net domains will be going up as of July 1st, so if you’re in the market to be purchasing a domain name, get ready to pay more. Verisign has stated that .com domains will increase by 7% and .net domains will increase by 10%.

We can only expect the registrars to pass these costs on to the market, possibly at higher rates again. Verisign can now increase domain prices by a rate of 7% each year, meaning it just added an extra $27 million to its takings.

Source | Gawkwire.com

Photo | Flickr

]]>
Prices on .com and .net domains to increase https://www.internetblog.org.uk/post/1273/prices-on-com-and-net-domains-to-increase/ Tue, 04 May 2010 16:06:08 +0000 http://www.internetblog.org.uk/post/1273/prices-on-com-and-net-domains-to-increase/ sad
VeriSign, a company which provides .com and .net registration services to all registrars, has announced that it will increase .com prices by 7% and .net by 10%. Because the prices paid by registrars will go up, the added cost will be passed on to you and me.

The new prices will take effect July 1. Those looking to save money can renew their names early, however. It is possible to renew for multiple years and lock in the discount. So if you own a lot of .com domains, it would be better to renew them now and save 7% next year.

]]>
VeriSign makes proposal for domain exchange service https://www.internetblog.org.uk/post/1172/verisign-makes-proposal-for-domain-exchange-service/ Tue, 06 Apr 2010 13:44:05 +0000 http://www.internetblog.org.uk/post/1172/verisign-makes-proposal-for-domain-exchange-service/ no exchanges
Domain giant VeriSign sent a request to ICANN this week seeking approval to launch a domain exchange service designed for registrars who bundle domains with hosting packages. As of right now, the company is only looking to do this on the .net TLD.

The proposed plan would let hosts “swap out” customers’ domains after 30 days in the event they canceled their hosting or did not pay up. This would save providers money because they must pay the full cost of a registration regardless of whether or not a customer stays a full year, but could cause a lot of problems. It would let registrars keep names for 30 days at a time at a prorated cost, essentially allowing the banned practice of domain tasting.

As far as I’m concerned, if hosts want to buy domains for their customers, let them suck up the loss if the client has cold feet. Domain registration has traditionally been a customer expense, not something the host should pay for. Approving VeriSign’s plan will do nothing to serve the needs of registrants and only benefit the already well-off registrars.

Photo | Flickr

]]>
What is Mono? https://www.internetblog.org.uk/post/1140/what-is-mono/ Fri, 26 Mar 2010 19:10:45 +0000 http://www.internetblog.org.uk/post/1140/what-is-mono/ Mono project logoAs its website describes it, Mono is a “cross platform, open source, .NET development framework.” .NET is a framework originally created by Microsoft, and the Mono developers from Novell created Mono to be interoperable with .NET applications. The result is .NET compatibility across Windows, Linux, and Mac OS X.

With Mono, developers can create C# and .NET applications that will work on almost any platform. What this means for server administrators is the ability to provide their services to various clientèle without having to make multiple versions of their applications. It is also a way to distribute their content even in virtualization environments.

Mono is free and open source software and is available for most Linux distributions, although its Novell origins mean that SUSE Linux Enterprise Server supports it out of the box. To install Mono on RHEL/CentOS/Fedora, simply open a terminal, login as root, and type:

# yum list mono*

You can then see which mono applications you want to install or install them all with:

# yum install mono*

Source: Mono Project

]]>
Verisign to spend $300 million on tech upgrades https://www.internetblog.org.uk/post/1090/verisign-to-spend-300-million-on-tech-upgrades/ Fri, 12 Mar 2010 21:30:15 +0000 http://www.internetblog.org.uk/post/1090/verisign-to-spend-300-million-on-tech-upgrades/ Verisign LogoOne of the most well-known Internet companies, Verisign is planning a major upgrade. After the upgrades, Verisign’s hardware will be capable of handling 4 quadrillion requests per day from computers trying to access .com and .net top-level domains (TLD) for which Verisign is responsible.

According to ken Silva, the Internet giant’s CTO, these upgrades are crucial to ensuring they can keep up with the rapidly increasing Internet traffic and the occasional spikes caused by malware, attacks, and malicious bots. In 2007, Verisign spent $100 million to increase their capacity until 2010. This next round of upgrades reflects the fast-growing nature of the Internet.

In addition to providing access to .com and .net domains, Verisign is also renown for selling SSL certificates. What is not clear from their announcement is what the upgrades will entail exactly and how long these latest upgrades will sustain the rapidly expanding cyber-universe.

Source: Associated Press

]]>
Wikto web server assessment tool https://www.internetblog.org.uk/post/925/wikto-web-server-assessment-tool/ Tue, 26 Jan 2010 18:32:15 +0000 http://www.internetblog.org.uk/post/924/wikto-web-server-assessment-tool/ Wikto main window
Yesterday, we took a look at a web application security testing tool, and there are many other tools like it available both for a fee and for free. But there are not many tools available that actually test the web server itself and even fewer that are designed to test a Windows server.

Wikto, which apparently borrowed its name from Nikto (a Unix-based assessment tool), is a free and open source windows-based web scanner that searches a windows server environment for potential security issues. Unlike web application scanners that focus on the scripting code, Wikto looks at the web server setup and searches for security problems.

Wikto relies on the .NET environment, and you will need to have .NET installed in order to use it. Full documentation is available on the project’s website. You can download it for free from their website as well.

]]>
Businesscards.net sells for $13,100 https://www.internetblog.org.uk/post/625/businesscardsnet-sells-for-13100/ Fri, 30 Oct 2009 15:21:02 +0000 http://www.internetblog.org.uk/post/625/businesscardsnet-sells-for-13100/ business card
The domain businesscards.net, which was first registered in 1999, sold for £7,931 ($13,100 USD) yesterday– a fairly decent price in my opinion.

Other notable sales:

attending.com- $10,000
sushifan.com- $5,000
lesbianpornvideos.com- $3,500
ebook.pro- $3,900
ginv.com- $3,800

The sale price of attending.com is surprising high. I think gerunds are awkward in a domain. Ebook.pro and sushifan.com both faired well at auction, too.

]]>