Alt Text Goes Here

IIS Team Blogs Tagged with "ASP.Net, development" (RSS)

Tip #26: Did you know... How to have C# and VB.NET files inside your App_Code directory?

If you are taking advantage of the App_Code folder to develop an ASP.NET WebSite some times you need to use code files that are written in different .NET languages. For example, you may want to use C# files and VB.NET files in the same web site: To be...

Tip #15: Did you know... How to use tracing with ASP.NET Ajax?

If you are using ASP.NET Ajax and you are having problems with a web page one quick and dirty way to debug it is to add tracing statements. You do this by using the "Sys.Debug.trace" function. For example: 1: < script language ="javascript"...

Tip #14: Did you know…How to enable debugging of your Web Site?

To run a page in Debug mode you will have to choose Debug –> Start Debugging or just press F5 . Debugging support is not enabled by default and if you have not run the debugger before on this web site, you will need to configure it. This is internally...

Tip #13: Did you know... How to get the browser agent using ASP.NET Ajax ?

When writing JavaScript for a web application, there may be times when you want to do something different depending on the browser that is requesting the page. ASP.NET Ajax has an easy way to this with the Sys.Browser object. For example, let's say you...

When to restart IIS when making changes to your application

Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge. IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance...

Two-Level Authentication with Forms Authentication and Windows Authentication

The integration of IIS and ASP.NET authentication stages in Integrated mode applications brings a lot of benefits, including being able to use ASP.NET authentication features like Forms Authentication for the entire web site. However, it also prevents...

Developing IIS7 web server features with the .NET framework

This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework. Learn about the options you have for your development environment, how to set up your Visual Studio...

Redirect clients in your application with HttpRedirection module

In a web application, it’s often necessary to redirect clients requesting one url to another url. A while ago, I wrote a module to do basic http redirection for an ASP.NET application. The HttpRedirection module allows you to configure regular expression...

1 2  Next »

Related Tags

IIS Team Blogs

Page view counter