By Wayne Plotche, on February 16th, 2012%
On IIS 7 or IIS 7.5, requests with a URL like the following are not able to find pages that have the .cshtml or .vbhtml extension:
http://www.example.com/ExampleSite/ExampleFile
The issue arises because URL rewriting is not enabled by default for IIS 7 or IIS 7.5. The likeliest scenario is that you do not see the problem when testing locally . . . → Read More: ASP.NET MVC 3 Hosting :: Extensionless URLs do not find .cshtml/.vbhtml files on IIS 7 or IIS 7.5
By C Miller, on February 3rd, 2012%
What is it?
Web host providers in Europe can offer all the amenities that any host in an industrialized country can offer. Web site customers can find budget, dedicated, shared, reseller, and shared hosting. Applications include all the latest languages, frameworks, and capabilities that a consumer could find at a Web host in the U.S. Domain name . . . → Read More: Cheap Europe Web Hosting Provider
By C Miller, on January 31st, 2012%
Introduction
Cookies are also known by many names, HTTP Cookie, Web Cookie, Browser Cookie, Session Cookie, etc. Cookies are one of several ways to store data about web site visitors during the time when web server and browser are not connected. Common use of cookies is to remember users between visits. Practically, cookie is a small text . . . → Read More: ASP.NET Hosting :: Working with ASP.NET Cookies
By Wayne Plotche, on January 31st, 2012%
I write this article based on the question on stackoverflow, MVC3 HtmlHelpers using Generics and LINQ.
I decided to see if I could create an HTML Helper that takes a collection of model objects and renders a table. I spent some time looking at how Telerik implements their GridBuilder using Telerik JustDecompile (Telerik’s FREE decompiler) and got . . . → Read More: ASP.NET MVC 3 Hosting :: Creating a Custom HTML Helper to Render List of Models as a Table
By Sandeep Mukhela, on December 14th, 2011%
HostForLIFE.EU has supported Web Deploy technique on all our hosting plans. With a web deploy technique, a customer can efficiently synchronize sites, applications or servers across your IIS 7.0 server farm by detecting differences between the source and destination content and transferring only those changes which need synchronization.
What is Web Deploy 2.0?
Web Deploy (Web Deployment Tool) simplifies . . . → Read More: HostForLife.EU now supports Web Deploy 2.0 Hosting
By Stephen Jackson, on December 8th, 2011%
The ASP.NET MVC 3 framework provides an Authorize attribute that enables you to easily restrict the access to specific controllers and/or actions to predefined roles or users. In detail, the controller or the action is marked with the Authorize attribute that defines which roles or users are granted access to the content which looks as follows:
public . . . → Read More: ASP.NET MVC 3 Hosting :: Strongly Typed Authorize Attribute with Multiple Users and Roles in ASP.NET MVC 3
By Sandeep Mukhela, on October 31st, 2011%
If your ASP.NET application crashes, has an unhandled exception, hangs or otherwise becomes brain-dead, it will cause the application pool to recycle. Sometimes your application pool recycles for no obvious reason. This is usually a configuration issue or it may be caused by your app performing file system operations in the application directory. Many times developers . . . → Read More: ASP.NET 4.0 Hosting :: The Reasons Application Pool Recycle
By Wayne Plotche, on October 17th, 2011%
This blog posts shows a step-by-step instruction how to integrate the Unity 2.0 dependency injection container in an ASP.NET MVC 3 web application.
Create MVC 3 project and add Unity 2.0
Create a new “ASP.NET MVC 3 Web Application” project in Visual Studio 2010. For simplicity, we will use the project template “Internet Application”, which adds some some . . . → Read More: ASP.NET MVC 3 Hosting :: How to Integrate the Unity 2.0 Dependency Injection Container in an ASP.NET MVC 3
By Sandeep Mukhela, on October 14th, 2011%
What is an IP address?
An IP address is a set of 4 numbers assigned to each device on a computer network. When we apply this definition for the internet, the IP address can be considered a numerical representation of a website address. For example, the domain google.com would go to the IP address 73.14.213.99.
How do IP . . . → Read More: ASPHostCentral.com – The Importance of having a UNIQUE IP Address on your Website!
By C Miller, on October 12th, 2011%
When someone types in the address: www.yourdomain.com that name is translated into numbers (called an IP address) and then the computer is directed to that IP address which is the web site. Every web site on the internet is found not by its domain name but by its IP address.
You can reach a site by typing . . . → Read More: ASPHostCentral.com :: What is the difference between Shared IP and Dedicated/Unique IP Address?