Forum Moderators: open

Message Too Old, No Replies

A global.asa question

global.asa running on IIS 6.0

         

Believer72

11:13 pm on Nov 30, 2006 (gmt 0)

10+ Year Member



Hello,
I am kind of newbie to ASP and have a the following basic ASP question.

I have created a website and placed global.asa in the root folder (./inetpub/<web_site>/global.asa) but when I place the file, I am unable to render any .asp files. I am getting page cannot be displayed 500 error. On the other had, if I remvoe global.asa then no errors and succesufully able to view all asp files.

Spent some time on IIS administration console and reading on the web.. but unable to resolve the issue.

Currently running IIS 6.0 on Windows 2003 Std. Edition.

Any help, input and lead would help me to trouble shoot the problem

Thanks in advance,
Bala.

GaryK

11:19 pm on Nov 30, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Let's see the global.asa file please since it's clear the error is happening as a result of something in that file.

mattglet

3:46 pm on Dec 1, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What is the 500 error you're getting?

duckhunter

12:05 am on Dec 4, 2006 (gmt 0)

10+ Year Member



Maybe an error in the global.asa (Begin_Application or Begin_Session section)

What code is being run in the global.asa?