I was were referring more to the process of machine.config or web.config 
being changed causing recompilation, but this is also useful. Thanks

----Original Message Follows----
From: "Philip Oyston" <[EMAIL PROTECTED]>
Reply-To: "dotnet" <[EMAIL PROTECTED]>
To: "dotnet" <[EMAIL PROTECTED]>
Subject: Re: Web.config
Date: Sat, 31 Aug 2002 21:18:56 +0100

Jeff,

Here is the MSDN Documentation link, the feature you are referring to is
called "Side-by-Side Execution" and is part of Microsoft's attempt to
solve "DLL Hell":

ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconsidebysideexecution.htm

Phil

-----Original Message-----
From: "Rob Taylor - TConsult, Inc." <[EMAIL PROTECTED]>
To: "dotnet" <[EMAIL PROTECTED]>
Date: Sat, 31 Aug 2002 14:32:32 -0400
Subject: Re: Web.config

 > Actually this is all still happening and I just do not understand it.
 > The
 > web.config file is a carbon
 > copy of another web.config file that is working on a different server.
 > Like
 > I said I seem to experience
 > this a lot and then out of the blue it starts working.  I waited almost
 > 24
 > hours before accessing it again
 > and it still does not recognize it.
 >
 > I believe this host upgraded this server to .NET and maybe that has
 > something to
 > do with it.
 >
 > Very very odd.
 >
 >
 > Rob
 >
 >
 > ----- Original Message -----
 > From: "Jeff Gonzalez" <[EMAIL PROTECTED]>
 > To: "dotnet" <[EMAIL PROTECTED]>
 > Sent: Friday, August 30, 2002 5:30 PM
 > Subject: RE: Web.config
 >
 >
 > >
 > > I have been trying to hunt down the documentation regarding this
 > process
 > > since sending the email, if you know where this is documented can you
 > supply
 > > it?
 > >
 > > ----Original Message Follows----
 > > From: "Tom Vande Stouwe" <[EMAIL PROTECTED]>
 > > Reply-To: "dotnet" <[EMAIL PROTECTED]>
 > > To: "dotnet" <[EMAIL PROTECTED]>
 > > Subject: RE: Web.config
 > > Date: Fri, 30 Aug 2002 17:08:37 -0400
 > >
 > > That is not quite correct.
 > >
 > > A request will cause a new compile immediately upon change of any
 > source
 > > files. However, as noted, the browser session will continue with the
 > > current version until you close it or it times out.
 > >
 > > It is possible to have many version on the same site at the same
 > time.
 > > Ex:
 > > User 1 requests a page from www.abc.com He Gets the version 1 page.
 > > While he is using the site, the admin uploads a new version of the
 > site
 > > (V2)
 > > User 2 requests a page from www.abc.com He gets the version 2 page
 > While
 > > he is using the site, the admin uploads a new version of the site
 > (V3)
 > > User 3 requests a page from www.abc.com He gets the version 3 page
 > >
 > > While there is only one 'current version' off the site, there are
 > three
 > > copies in memory, and they persist until the last user disconnects or
 > > times out of that session.
 > >
 > > Tom
 > >
 > > -----Original Message-----
 > > From: Rob Taylor - TConsult, Inc. [mailto:[EMAIL PROTECTED]]
 > > Sent: Friday, August 30, 2002 4:18 PM
 > > To: dotnet
 > > Subject: Re: Web.config
 > >
 > > Ah ha!  Thanks.  Now I know why :)
 > >
 > >
 > >
 > >
 > >
 > > ----- Original Message -----
 > > From: "Jeff Gonzalez" <[EMAIL PROTECTED]>
 > > To: "dotnet" <[EMAIL PROTECTED]>
 > > Sent: Friday, August 30, 2002 4:16 PM
 > > Subject: Re: Web.config
 > >
 > >
 > >  >
 > >  > if there are pending requests, it wont recompile immediately.
 > >  >
 > >  > ----Original Message Follows----
 > >  > From: "Rob Taylor - TConsult, Inc." <[EMAIL PROTECTED]>
 > >  > Reply-To: "dotnet" <[EMAIL PROTECTED]>
 > >  > To: "dotnet" <[EMAIL PROTECTED]>
 > >  > Subject: Web.config
 > >  > Date: Fri, 30 Aug 2002 16:13:30 -0400
 > >  >
 > >  > Has anyone else on here ever noticed that the web.config file does
 > >  > not always work immediately when you add it to the root?  I have
 > >  > had this problem on several sites.  Usually I will continue to
 > delete
 > > it
 > >  > then re-add it and the finally out of the blue it starts working.
 > >  >
 > >  > OR when it happens I stop for a couple hours and then when I
 > >  > return it works.  It is very strange and frustrating.
 > >  >
 > >  > If anyone has encountered this please let me know if you have
 > >  > a solution.
 > >  >
 > >  > Thanks,
 > >  >
 > >  > Rob
 > >  >
 > >  >
 > >  >
 > >  >
 > >  > ---
 > >  > You are currently subscribed to dotnet as: [EMAIL PROTECTED]
 > >  > To unsubscribe send a blank email to %%email.unsub%%
 > >  >
 > >  > ---------
 > >  > Administrated by 15 Seconds : http://www.15Seconds.com
 > >  > List Archives/Search : http://local.15Seconds.com/search
 > >  > Subscription Information : http://www.15seconds.com/listserv.htm
 > >  > Advertising Information: http://www.internet.com/mediakit/
 > >  >
 > >  >
 > >  > Jeff Gonzalez
 > >  > .NET Software Engineer
 > >  > Email : [EMAIL PROTECTED], [EMAIL PROTECTED]
 > >  > http://www.15seconds.com/issue/wa.htm#gonzalezm
 > >  >
 > >  > _________________________________________________________________
 > >  > Chat with friends online, try MSN Messenger:
 > http://messenger.msn.com
 > >  >
 > >  >
 > >  > ---
 > >  > You are currently subscribed to dotnet as: [EMAIL PROTECTED]
 > >  > To unsubscribe send a blank email to
 > > %%email.unsub%%
 > >  >
 > >  > ---------
 > >  > Administrated by 15 Seconds : http://www.15Seconds.com
 > >  > List Archives/Search : http://local.15Seconds.com/search
 > >  > Subscription Information : http://www.15seconds.com/listserv.htm
 > >  > Advertising Information: http://www.internet.com/mediakit/
 > >  >
 > >  >
 > >  >
 > >  >
 > >
 > >
 > >
 > > ---
 > > You are currently subscribed to dotnet as: [EMAIL PROTECTED]
 > > To unsubscribe send a blank email to
 > > %%email.unsub%%
 > >
 > > ---------
 > > Administrated by 15 Seconds : http://www.15Seconds.com
 > > List Archives/Search : http://local.15Seconds.com/search
 > > Subscription Information : http://www.15seconds.com/listserv.htm
 > > Advertising Information: http://www.internet.com/mediakit/
 > >
 > >
 > >
 > > ---
 > > You are currently subscribed to dotnet as: [EMAIL PROTECTED]
 > > To unsubscribe send a blank email to %%email.unsub%%
 > >
 > > ---------
 > > Administrated by 15 Seconds : http://www.15Seconds.com
 > > List Archives/Search : http://local.15Seconds.com/search
 > > Subscription Information : http://www.15seconds.com/listserv.htm
 > > Advertising Information: http://www.internet.com/mediakit/
 > >
 > >
 > >
 > >
 > > Jeff Gonzalez
 > > .NET Software Engineer
 > > Email : [EMAIL PROTECTED], [EMAIL PROTECTED]
 > > http://www.15seconds.com/issue/wa.htm#gonzalez
 > >
 > > _________________________________________________________________
 > > Join the world's largest e-mail service with MSN Hotmail.
 > > http://www.hotmail.com
 > >
 > >
 > > ---
 > > You are currently subscribed to dotnet as: [EMAIL PROTECTED]
 > > To unsubscribe send a blank email to
 > %%email.unsub%%
 > >
 > > ---------
 > > Administrated by 15 Seconds : http://www.15Seconds.com
 > > List Archives/Search : http://local.15Seconds.com/search
 > > Subscription Information : http://www.15seconds.com/listserv.htm
 > > Advertising Information: http://www.internet.com/mediakit/
 > >
 > >
 > >
 > >
 >
 >
 >
 > ---
 > You are currently subscribed to dotnet as: [EMAIL PROTECTED]
 > To unsubscribe send a blank email to
 > %%email.unsub%%
 >
 > ---------
 > Administrated by 15 Seconds : http://www.15Seconds.com
 > List Archives/Search : http://local.15Seconds.com/search
 > Subscription Information : http://www.15seconds.com/listserv.htm
 > Advertising Information: http://www.internet.com/mediakit/


---
You are currently subscribed to dotnet as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/




Jeff Gonzalez
.NET Software Engineer
Email : [EMAIL PROTECTED], [EMAIL PROTECTED]
http://www.15seconds.com/issue/wa.htm#gonzalez

_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to