ASP has been pretty good so far but one little thing worries me..

Some secure pages of mine, when they find he user does not have access it uses the Response.Redirect method to throw him onto the 'unauthorized user page'.

Now, is there a chance Response.Redirect might fail? If it does... would the rest of the site load, allowing him to see restricted information?