Navigate
Home
ArticleWiki
Forum
Journal
Search
Newsletter
Links
Tech News
expertsrt.com
Welcome Guest.
Username:

Password:

Remember me

where is my global.asa
Welcome, Guest. Please login or register.
August 29, 2008, 03:05:42 PM
11291 Posts in 1243 Topics by 838 Members
Latest Member: gjpino
Experts Round Table Network  |  Webservers  |  IIS  |  where is my global.asa « previous next »
Pages: [1]
Author Topic: where is my global.asa  (Read 5187 times)
keneso
Site Builder

Offline Offline

Posts: 32


WWW
« on: March 19, 2007, 01:05:39 PM »

Hi,

It seems I am missing the global.asa

here are my iis screenshots
http://www.internetetc.it/ert/keneso/iis.html
if you'll kindly take a look.

Is it enough to copy/paste the asp.dll from the inetsrv folder, which btw is in capitals ASP.DLL (the only one in caps, does it matter?)

Thank you.
Logged
rdivilbiss
Governing Council Member
*
Offline Offline

Posts: 414



WWW
« Reply #1 on: March 19, 2007, 03:13:48 PM »

Creating an web site, does not mean IIS will automatically put a global.asa in your web sites root.

You must put it there your self.

Since this is a local computer you can use notepad to do so.
Logged

Rod
keneso
Site Builder

Offline Offline

Posts: 32


WWW
« Reply #2 on: March 20, 2007, 07:16:42 AM »

Quote
Since this is a local computer you can use notepad to do so

Do you mean something like this?

Code:
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Application_OnStart
Application("keneso")=""
End Sub

sub getcustomers
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "utenti"
End Sub
</SCRIPT>
Logged
Pages: [1]
« previous next »
    Jump to: