SUBSCRIBE - [ Tech News ] [ Make Money Blogging Tips ] [ Online Marketing Tips ] [ Web Dev News ]
Powered by MaxBlogPress  

Hosting

Running Full Trust applications under Windows Azure.

July 12, 2009
Running Full Trust applications under Windows Azure.

What is Windows Azure? Microsoft’s Azure Services Platform is a cloud platform (cloud computing platform as a service) offering that “provides a wide range of Internet services that can be consumed from both on-premises environments or the Internet (though the platform itself will not be made available for on-premises deployments. To read more about Azure [...]

What is hosts file and how to edit hosts file in Win XP and Win Vista?

February 16, 2009
What is hosts file and how to edit hosts file in Win XP and Win Vista?

Most of the times when we visit a web site e.g. http://www.coolwebdeveloper.com by typing in the domain name, our browser sends a request to the DNS (Domain Name Server or System) to map that name with the IP address of the web server. The DNS server will then query other servers on the Internet that [...]

Why Full Trust hosting is not recommended when using a shared ASP.NET or shared Windows hosting plan?

December 9, 2008
Why Full Trust hosting is not recommended when using a shared ASP.NET or shared Windows hosting plan?

The default trust level for ASP.NET web applications is Full, which grants unrestricted permissions. This is a dangerous trust level when working in a shared environment because it allows one web application to interact with the file system of other web applications on the same server. For example, if you are in a shared environment [...]

How to grant Full Trust to your ASP.NET web site on your VPS / Dedicated Server

December 9, 2008
How to grant Full Trust to your ASP.NET web site on your VPS / Dedicated Server

On your Virtual Private Server or Dedicated server browse to the configuration folder Normally installation path will be – C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG Open the web.config in notepad Place following lines at the top of you config with the <configuration> directive replacing yourdomain.com with the name of the IIS web you wish to grant full trust to. <location [...]

What is ASP.NET and what is ASP.NET hosting?

December 7, 2008
What is ASP.NET and what is ASP.NET hosting?

ASP.NET is a web scripting language that has been around the web application field for many years now. Initially, it was used and coded / related as well-known Visual Studio 2003 based on .NET version 1.0, and more recently as Visual Studio 2008, based on .NET version 3.5. Around 4-5 years ago, several developers took [...]

CoolWebDeveloper on Twitter CoolWebDeveloper on Facebook CoolWebDeveloper RSS Feed