when i running mvc app on iis7.5 win 7 it cause an exception "Request is not available in this context" which this don't cause when running by vs2008. can anyone help me?
Asked
Active
Viewed 7,804 times
2
-
By any chance, do you access the request object in your global.asax? – Paddy Jan 13 '10 at 12:05
-
i use Request object for a class that inherit from FilterAttribute – Sadegh Jan 13 '10 at 13:45