hi,

i have a site wich is in a subdirectory of the webSite.
I have to use a global.asa file to set session.timeOut
even i create an IIS application on the subDirectory global.asa don't run
?!?
if i create a virtual directory instead of IIS application,
the global.asa run fine.

How can i do to run global.asa on a subDirectory ?

Re: global.asa in subdirectory by Curt_C

Curt_C
Thu Feb 03 15:17:15 CST 2005

you dont... it has to be an app, which means either a Virtual Dir or a
Site... not a sub folder

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"SOW Olivier" <sow.olivier@alias.fr> wrote in message
news:Odvm4ZhCFHA.444@TK2MSFTNGP15.phx.gbl...
> hi,
>
> i have a site wich is in a subdirectory of the webSite.
> I have to use a global.asa file to set session.timeOut
> even i create an IIS application on the subDirectory global.asa don't run
> ?!?
> if i create a virtual directory instead of IIS application,
> the global.asa run fine.
>
> How can i do to run global.asa on a subDirectory ?
>
>



Re: global.asa in subdirectory by SOW

SOW
Fri Feb 04 02:41:46 CST 2005

is what i did.
i create a IIS app, but the global.asa don't run !
don't understand what's wrong ?!?

wwwroot
-aSubFolder
--myWebSite (which is a IIS app)
---global.asa (which don't run)

if i do the follow that works fine:
wwwroot
-aSubFolder
--myWebSite
--myWebSiteVir (Virtual dir of myWebSite)
---global.asa (this time, it runs)

"Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de news:
uskB5VjCFHA.1268@TK2MSFTNGP10.phx.gbl...
| you dont... it has to be an app, which means either a Virtual Dir or a
| Site... not a sub folder
|
| --
| Curt Christianson
| Site & Scripts: http://www.Darkfalz.com
| Blog: http://blog.Darkfalz.com
|
|
| "SOW Olivier" <sow.olivier@alias.fr> wrote in message
| news:Odvm4ZhCFHA.444@TK2MSFTNGP15.phx.gbl...
| > hi,
| >
| > i have a site wich is in a subdirectory of the webSite.
| > I have to use a global.asa file to set session.timeOut
| > even i create an IIS application on the subDirectory global.asa don't
run
| > ?!?
| > if i create a virtual directory instead of IIS application,
| > the global.asa run fine.
| >
| > How can i do to run global.asa on a subDirectory ?
| >
| >
|
|



Re: global.asa in subdirectory by Curt_C

Curt_C
Fri Feb 04 07:51:08 CST 2005

how are you accessing the site?
//server/subfolder/site
or
//server/site


--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"SOW Olivier" <sow.olivier@alias.fr> wrote in message
news:OEt$fVpCFHA.1836@tk2msftngp13.phx.gbl...
> is what i did.
> i create a IIS app, but the global.asa don't run !
> don't understand what's wrong ?!?
>
> wwwroot
> -aSubFolder
> --myWebSite (which is a IIS app)
> ---global.asa (which don't run)
>
> if i do the follow that works fine:
> wwwroot
> -aSubFolder
> --myWebSite
> --myWebSiteVir (Virtual dir of myWebSite)
> ---global.asa (this time, it runs)
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de news:
> uskB5VjCFHA.1268@TK2MSFTNGP10.phx.gbl...
> | you dont... it has to be an app, which means either a Virtual Dir or a
> | Site... not a sub folder
> |
> | --
> | Curt Christianson
> | Site & Scripts: http://www.Darkfalz.com
> | Blog: http://blog.Darkfalz.com
> |
> |
> | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
> | news:Odvm4ZhCFHA.444@TK2MSFTNGP15.phx.gbl...
> | > hi,
> | >
> | > i have a site wich is in a subdirectory of the webSite.
> | > I have to use a global.asa file to set session.timeOut
> | > even i create an IIS application on the subDirectory global.asa don't
> run
> | > ?!?
> | > if i create a virtual directory instead of IIS application,
> | > the global.asa run fine.
> | >
> | > How can i do to run global.asa on a subDirectory ?
> | >
> | >
> |
> |
>
>



Re: global.asa in subdirectory by SOW

SOW
Fri Feb 04 10:45:59 CST 2005

http://server/subfolder/site/
where "site" is an application IIS



"Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de news:
uyhoQBsCFHA.3888@TK2MSFTNGP09.phx.gbl...
| how are you accessing the site?
| //server/subfolder/site
| or
| //server/site
|
|
| --
| Curt Christianson
| Site & Scripts: http://www.Darkfalz.com
| Blog: http://blog.Darkfalz.com
|
|
| "SOW Olivier" <sow.olivier@alias.fr> wrote in message
| news:OEt$fVpCFHA.1836@tk2msftngp13.phx.gbl...
| > is what i did.
| > i create a IIS app, but the global.asa don't run !
| > don't understand what's wrong ?!?
| >
| > wwwroot
| > -aSubFolder
| > --myWebSite (which is a IIS app)
| > ---global.asa (which don't run)
| >
| > if i do the follow that works fine:
| > wwwroot
| > -aSubFolder
| > --myWebSite
| > --myWebSiteVir (Virtual dir of myWebSite)
| > ---global.asa (this time, it runs)
| >
| > "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de
news:
| > uskB5VjCFHA.1268@TK2MSFTNGP10.phx.gbl...
| > | you dont... it has to be an app, which means either a Virtual Dir or a
| > | Site... not a sub folder
| > |
| > | --
| > | Curt Christianson
| > | Site & Scripts: http://www.Darkfalz.com
| > | Blog: http://blog.Darkfalz.com
| > |
| > |
| > | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
| > | news:Odvm4ZhCFHA.444@TK2MSFTNGP15.phx.gbl...
| > | > hi,
| > | >
| > | > i have a site wich is in a subdirectory of the webSite.
| > | > I have to use a global.asa file to set session.timeOut
| > | > even i create an IIS application on the subDirectory global.asa
don't
| > run
| > | > ?!?
| > | > if i create a virtual directory instead of IIS application,
| > | > the global.asa run fine.
| > | >
| > | > How can i do to run global.asa on a subDirectory ?
| > | >
| > | >
| > |
| > |
| >
| >
|
|



Re: global.asa in subdirectory by Mark

Mark
Fri Feb 04 11:59:27 CST 2005

Is myWebSite the root of a site or in a folder beneath a site? Your URL
http://server/subfolder/site/ indicates that it is in a subfolder of a site
but you are calling it a "site". Is it accessible by http://server/site?

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"SOW Olivier" <sow.olivier@alias.fr> wrote in message
news:ed6TEktCFHA.3416@TK2MSFTNGP09.phx.gbl...
> http://server/subfolder/site/
> where "site" is an application IIS
>
>
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de news:
> uyhoQBsCFHA.3888@TK2MSFTNGP09.phx.gbl...
> | how are you accessing the site?
> | //server/subfolder/site
> | or
> | //server/site
> |
> |
> | --
> | Curt Christianson
> | Site & Scripts: http://www.Darkfalz.com
> | Blog: http://blog.Darkfalz.com
> |
> |
> | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
> | news:OEt$fVpCFHA.1836@tk2msftngp13.phx.gbl...
> | > is what i did.
> | > i create a IIS app, but the global.asa don't run !
> | > don't understand what's wrong ?!?
> | >
> | > wwwroot
> | > -aSubFolder
> | > --myWebSite (which is a IIS app)
> | > ---global.asa (which don't run)
> | >
> | > if i do the follow that works fine:
> | > wwwroot
> | > -aSubFolder
> | > --myWebSite
> | > --myWebSiteVir (Virtual dir of myWebSite)
> | > ---global.asa (this time, it runs)
> | >
> | > "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de
> news:
> | > uskB5VjCFHA.1268@TK2MSFTNGP10.phx.gbl...
> | > | you dont... it has to be an app, which means either a Virtual Dir or
> a
> | > | Site... not a sub folder
> | > |
> | > | --
> | > | Curt Christianson
> | > | Site & Scripts: http://www.Darkfalz.com
> | > | Blog: http://blog.Darkfalz.com
> | > |
> | > |
> | > | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
> | > | news:Odvm4ZhCFHA.444@TK2MSFTNGP15.phx.gbl...
> | > | > hi,
> | > | >
> | > | > i have a site wich is in a subdirectory of the webSite.
> | > | > I have to use a global.asa file to set session.timeOut
> | > | > even i create an IIS application on the subDirectory global.asa
> don't
> | > run
> | > | > ?!?
> | > | > if i create a virtual directory instead of IIS application,
> | > | > the global.asa run fine.
> | > | >
> | > | > How can i do to run global.asa on a subDirectory ?
> | > | >
> | > | >
> | > |
> | > |
> | >
> | >
> |
> |
>
>



Re: global.asa in subdirectory by Curt_C

Curt_C
Fri Feb 04 12:26:08 CST 2005

basically what I was trying to get at.
He's declared it a VD & App, but he(she?) is calling it as a subfolder.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Mark Schupp" <notvalid@email.net> wrote in message
news:eaR6JPuCFHA.444@TK2MSFTNGP15.phx.gbl...
> Is myWebSite the root of a site or in a folder beneath a site? Your URL
> http://server/subfolder/site/ indicates that it is in a subfolder of a
> site but you are calling it a "site". Is it accessible by
> http://server/site?
>
> --
> --Mark Schupp
> Head of Development
> Integrity eLearning
> www.ielearning.com
>
> "SOW Olivier" <sow.olivier@alias.fr> wrote in message
> news:ed6TEktCFHA.3416@TK2MSFTNGP09.phx.gbl...
>> http://server/subfolder/site/
>> where "site" is an application IIS
>>
>>
>>
>> "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de
>> news:
>> uyhoQBsCFHA.3888@TK2MSFTNGP09.phx.gbl...
>> | how are you accessing the site?
>> | //server/subfolder/site
>> | or
>> | //server/site
>> |
>> |
>> | --
>> | Curt Christianson
>> | Site & Scripts: http://www.Darkfalz.com
>> | Blog: http://blog.Darkfalz.com
>> |
>> |
>> | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
>> | news:OEt$fVpCFHA.1836@tk2msftngp13.phx.gbl...
>> | > is what i did.
>> | > i create a IIS app, but the global.asa don't run !
>> | > don't understand what's wrong ?!?
>> | >
>> | > wwwroot
>> | > -aSubFolder
>> | > --myWebSite (which is a IIS app)
>> | > ---global.asa (which don't run)
>> | >
>> | > if i do the follow that works fine:
>> | > wwwroot
>> | > -aSubFolder
>> | > --myWebSite
>> | > --myWebSiteVir (Virtual dir of myWebSite)
>> | > ---global.asa (this time, it runs)
>> | >
>> | > "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de
>> news:
>> | > uskB5VjCFHA.1268@TK2MSFTNGP10.phx.gbl...
>> | > | you dont... it has to be an app, which means either a Virtual Dir
>> or a
>> | > | Site... not a sub folder
>> | > |
>> | > | --
>> | > | Curt Christianson
>> | > | Site & Scripts: http://www.Darkfalz.com
>> | > | Blog: http://blog.Darkfalz.com
>> | > |
>> | > |
>> | > | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
>> | > | news:Odvm4ZhCFHA.444@TK2MSFTNGP15.phx.gbl...
>> | > | > hi,
>> | > | >
>> | > | > i have a site wich is in a subdirectory of the webSite.
>> | > | > I have to use a global.asa file to set session.timeOut
>> | > | > even i create an IIS application on the subDirectory global.asa
>> don't
>> | > run
>> | > | > ?!?
>> | > | > if i create a virtual directory instead of IIS application,
>> | > | > the global.asa run fine.
>> | > | >
>> | > | > How can i do to run global.asa on a subDirectory ?
>> | > | >
>> | > | >
>> | > |
>> | > |
>> | >
>> | >
>> |
>> |
>>
>>
>
>



Re: global.asa in subdirectory by SOW

SOW
Mon Feb 07 07:14:02 CST 2005

SOW is my family name and olivier my first name, i'm boy ! :D
my URL is :
http://localhost/subdir/myWebSite/

where myWebSite is declared as an app in IIS and global.asa is present
within

"Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de news:
eYgd7auCFHA.2604@TK2MSFTNGP09.phx.gbl...
| basically what I was trying to get at.
| He's declared it a VD & App, but he(she?) is calling it as a subfolder.
|
| --
| Curt Christianson
| Site & Scripts: http://www.Darkfalz.com
| Blog: http://blog.Darkfalz.com
|
|
| "Mark Schupp" <notvalid@email.net> wrote in message
| news:eaR6JPuCFHA.444@TK2MSFTNGP15.phx.gbl...
| > Is myWebSite the root of a site or in a folder beneath a site? Your URL
| > http://server/subfolder/site/ indicates that it is in a subfolder of a
| > site but you are calling it a "site". Is it accessible by
| > http://server/site?
| >
| > --
| > --Mark Schupp
| > Head of Development
| > Integrity eLearning
| > www.ielearning.com
| >
| > "SOW Olivier" <sow.olivier@alias.fr> wrote in message
| > news:ed6TEktCFHA.3416@TK2MSFTNGP09.phx.gbl...
| >> http://server/subfolder/site/
| >> where "site" is an application IIS
| >>
| >>
| >>
| >> "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message de
| >> news:
| >> uyhoQBsCFHA.3888@TK2MSFTNGP09.phx.gbl...
| >> | how are you accessing the site?
| >> | //server/subfolder/site
| >> | or
| >> | //server/site
| >> |
| >> |
| >> | --
| >> | Curt Christianson
| >> | Site & Scripts: http://www.Darkfalz.com
| >> | Blog: http://blog.Darkfalz.com
| >> |
| >> |
| >> | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
| >> | news:OEt$fVpCFHA.1836@tk2msftngp13.phx.gbl...
| >> | > is what i did.
| >> | > i create a IIS app, but the global.asa don't run !
| >> | > don't understand what's wrong ?!?
| >> | >
| >> | > wwwroot
| >> | > -aSubFolder
| >> | > --myWebSite (which is a IIS app)
| >> | > ---global.asa (which don't run)
| >> | >
| >> | > if i do the follow that works fine:
| >> | > wwwroot
| >> | > -aSubFolder
| >> | > --myWebSite
| >> | > --myWebSiteVir (Virtual dir of myWebSite)
| >> | > ---global.asa (this time, it runs)
| >> | >
| >> | > "Curt_C [MVP]" <software_AT_darkfalz.com> a écrit dans le message
de
| >> news:
| >> | > uskB5VjCFHA.1268@TK2MSFTNGP10.phx.gbl...
| >> | > | you dont... it has to be an app, which means either a Virtual Dir
| >> or a
| >> | > | Site... not a sub folder
| >> | > |
| >> | > | --
| >> | > | Curt Christianson
| >> | > | Site & Scripts: http://www.Darkfalz.com
| >> | > | Blog: http://blog.Darkfalz.com
| >> | > |
| >> | > |
| >> | > | "SOW Olivier" <sow.olivier@alias.fr> wrote in message
| >> | > | news:Odvm4ZhCFHA.444@TK2MSFTNGP15.phx.gbl...
| >> | > | > hi,
| >> | > | >
| >> | > | > i have a site wich is in a subdirectory of the webSite.
| >> | > | > I have to use a global.asa file to set session.timeOut
| >> | > | > even i create an IIS application on the subDirectory global.asa
| >> don't
| >> | > run
| >> | > | > ?!?
| >> | > | > if i create a virtual directory instead of IIS application,
| >> | > | > the global.asa run fine.
| >> | > | >
| >> | > | > How can i do to run global.asa on a subDirectory ?
| >> | > | >
| >> | > | >
| >> | > |
| >> | > |
| >> | >
| >> | >
| >> |
| >> |
| >>
| >>
| >
| >
|
|