I have a few questions...
1. Can we have multiple gobal.asax files in a single website; for creating multi-level permissions in a web site?
2. How do we handle exceptions in SQl Server 2005..? In 2000 it was through @@error? Whats new in SQL 2005?
The new feature in SQL 2005 all the time is the begin try end try and begin catch end catch. You should definitely check these out as it makes error trapping so much easier! Good luck!