You are probably doing stuff in the Application_Start event handler. In IIS 7, there is noHttpRequest available at that time, and you shouldn't depend on a request for initializing your application.
If you really need request stuff early in your application's lifespan, you need to try and catch the first request getting through.
--
Bạn nhận được thư này vì bạn đã được đăng ký vào nhóm Google Groups "Hỏi đáp".
Để hủy đăng ký nhóm này và ngừng nhận email từ nhóm, hãy gửi email tới hoidap-alphapl...@googlegroups.com.
Để có thêm tùy chọn, hãy truy cập https://groups.google.com/groups/opt_out.
Em biết e cũng cần phải học hỏi nhiều. E cũng mới bắt đầu học thêm về asp nên nhiều cái còn chưa rõ.