Click to See Complete Forum and Search --> : global.asax not working


Calmaris
12-30-2003, 05:13 PM
My global file is not working at all. It's not even being accessed anymore. And frontpage can't even open it. It worked while i was using frontpage 2003 and server 2003, but now i'm using xp pro with iis and office 2002. Do I have to update the .net framework?

PeOfEo
12-30-2003, 06:45 PM
asax is used with asp.net but in other posts you use asp classic. If you are trying to access it from asp classic use a global.asa

Calmaris
12-30-2003, 06:46 PM
Thx but I'm aware of that. I know I stopped using asp and switched everything to asp.net. Anything else you can think of?

PeOfEo
12-30-2003, 06:47 PM
You cannot even open it at all you say? With notepad even? You would need the .net framework yes, but if you have 1.1 that is the latest version.

Calmaris
12-30-2003, 06:57 PM
Yes it will open with notepad but it can't be accessed when I open the pages and run the scripts. And yes I've upgraded to 1.1 I'm out of ideas.

PeOfEo
12-30-2003, 07:01 PM
Check the iis settings, Make sure it is set to run scripts. You are running iis5 correct?

Calmaris
12-30-2003, 07:06 PM
ya that worked I forgot about that...it's been a few months. Thx. I'll have to get back you on the other two problems.
Alex