Manage Settings for Pages and Controls with IIS Manager
In this article I will give you a step-by-step guide on how to manage settings for pages and controls with IIS Manager. Overview Page and Controls in IIS Manager supports … Learn More
View ArticleAdd Custom HTTP Response Headers with IIS Manager
When a web browser asks for a page, the server returns a response with an HTTP header. HTTP response headers are contain information about the page requested. In this article I will give … Learn More
View ArticleDatabase Disk Usage Report with Microsoft SQL Management Studio
Microsoft SQL Server Management Studio can be used to generate Standard Reports for viewing system activity, statistics and performance. In this article I will give you a step by step guide on how …...
View Article.NET Roles in IIS Manager
In this article I will give you a step-by-step guide on how to enable .NET roles section in IIS Manager. Overview IIS Manager gives the ability to assign different roles … Learn More
View ArticleOptimizing your ASP App Compilation
Main pages in an ASP.NET app (Master/ASPX/ASCS) are compiled with a reference to top level files. Common sense tells that you need to recompile anything if there is any change … Learn More
View ArticleView Facets in SQL Server
Facets are database objects or server and other, such as a table, a stored procedure, a login and many more. Each facet has a set of properties on which the … Learn More
View ArticleRebuild Publishing Profile with WebsitePanel
To publish an Application or Website after setting up remote management, you can download a .PublishSettings file that you can use with Visual Studio or WebMatrix for publishing. In this … Learn More
View ArticleInProc Session State Mode in ASP.Net
ASP.NET session state supports different storage options for session data: InProc mode, StateServer mode, SQLServer mode, Custom mode and Off mode. In this article I will give you an step-by-step …...
View ArticleCaptcha Protection in ASP.Net
Captcha is a tool that helps protect your site from automated bots that waste precious server resources. It has been implemented in several CMS, however, there’s no straightforward guide for … Learn More
View ArticlePopulate Indexes with SQL Server Management Studio
In this article I will give you a step-by-step guide on how to populate full-text indexes with SQL Server Management Studio Overview Creating and maintaining a full-text index involves populating …...
View ArticleChange File Upload Size Limit with IIS Manager
File Upload Limit can be changed on ASP applications by modifying the Web.Config file. However, some people are not eager to do this, because they don’t want to break things … Learn More
View ArticleManage Hidden Segments with IIS 7 Manager
Hidden Segments are elements <hiddenSegments> that are composed of <add> elements that identify certain URLs that are inaccessible to clients. In this article I will give you a step by step...
View ArticleState Server mode in ASP.NET
StateServer mode ensures that session state is preserved if the Web application is restarted and also makes session state available to multiple Web servers. In this article I will give … Learn More
View ArticleCache Optimization for ASP Applications
Optimization is something that every developer wants for his ASP application. User experience can be improved by making your app fast. No one wants to visit a website that takes … Learn More
View ArticleChange Homepage with Web.Config
When you create your application project, the “default.aspx” page is set as your homepage. But what if you need to set another page as homepage for your ASP application? In … Learn More
View ArticleSQL Server mode to store session state in ASP.NET
SQL server mode ensures that session state is preserved if the web application is restarted and also makes session state available to multiple web servers in a web farm. In … Learn More
View ArticleUser Login Redirect in ASP.Net
In this article I am going to give you a step-by-step guide on how to do a User Login Redirect in ASP.Net Getting Started 1. Create a new project site … Learn More
View ArticleBlog Content Management in websitepanel.
Blogs are the perfect way to share your thoughts, opinions and ideas with the entire world. Under WebsitePanel, we offer the Web App Gallery that lets you install several scripts. … Learn More
View ArticleSet up a Website Easily in WebSitePanel.
WebsitePanel allows you to create a website where you can host your ASP application. On previous posts, I demonstrated you how to create a website in several steps. It worked … Learn More
View ArticleSessions VS Cookies in ASP
What is the difference between storing a session variable and storing a cookie? In this article I will give you a quick insight between a Session and a Cookie. Sessions … Learn More
View Article