主题:ihttpmodule问题
麻烦大家帮我回答一下:
我在类库中实现uploadprogressmodule类,代码如下:
using System;
using System.Collections.Generic;
using System.Text;
using System.Web;
using System.Globalization;
using System.IO;
using System.Collections;
using System.Reflection;
namespace QuCha.Net.Module
{
public class UploadProgreessModule
{
}
}
我 想在中间实现ihttpmodule接口,请问一下,是不是在其他地方还需要设置一下才能够使用ihttpmodule接口?
我在类库中实现uploadprogressmodule类,代码如下:
using System;
using System.Collections.Generic;
using System.Text;
using System.Web;
using System.Globalization;
using System.IO;
using System.Collections;
using System.Reflection;
namespace QuCha.Net.Module
{
public class UploadProgreessModule
{
}
}
我 想在中间实现ihttpmodule接口,请问一下,是不是在其他地方还需要设置一下才能够使用ihttpmodule接口?