global.asa

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

What is the global.asa file. Is it necessary? Is it
recreated (when its needed) if I delete it. The reason
for these questions is that I had a database connection
producing the results I wanted, and after making a few
changes to the results side, I keep getting no records
returned - almost like its looking at the wrong
connection or something. I suspect that the global.asa
file may be causing my problem. Am I wrong about this.

TIA

Mart
 
This article explains what a global.asa file is:
http://www.w3schools.com/asp/asp_globalasa.asp

If you delete it, you can recreate it by reimporting your database into your
web.

What kind of changes did you make to the results side? If you made changes
to your .asp pages, it shouldn't affect the global.asa. If you made changes
to the database in your web, the global.asa may no longer work with your
database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Here is the Error I'm Getting 1
Corrupt global.asa? 2
global.asa 4
global.asa 1
ASP Programming 4
ASP.NET Global.asax?? 3
Help please....global.asa and forms 3
DRW displays error 3

Back
Top