Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with our intranet (error 13, global.asa ??)

Status
Not open for further replies.

nuct

Programmer
Sep 5, 2001
103
Hi this morning our intranet has suddenly come up with this message when you try to got to the home page at
An error has occurred in the web site:

Error Code Error description Error Source
13 "Type mismatch" "Global.asa 3"


and the url goes to:


however if you then remove everying apart from the in the URL and hit enter the site works just fine.

I realise this isn't much to go on but any general pointers on how I can go about fixng this would be nice. I don't really know asp but my programming skills aren't bad.

Cheers

Simon.
 
Probably like it said - there is a "type mismatch" error in global.asa

This file runs only once - first page request after app/server restart - and contains optional init/exit code for application and sessions. See Global.asa Reference in IIS documentation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top