Getting .asax in VS.NET 2003
I looked all over the google, err..I mean the internet and also the google groups...err...I mean the newsgroups and still couldn't find the answer I was looking for so...figure I'll post it here and maybe someone that knows the answer will pick it up.
I'm doing an ASP.NET project in VS.NET 2003...and I'd like to be able to just double-click (or F7) on my global.asax file and have it load into the editor. I know I can remove the CodeBehind directive so that VS.NET can't make the connection but, I'd like to be able to view Global.asax even if the CodeBehind directive is in there.
Anybody know what I need to do to make that happen? When I hit F7 now, VS.NET just tells me there isn't an application associated with the .asax extension (even though Windows itself shows VS.NET as the editor for .asax files in Windows Explorer).