I have the PP Slides that were used during the beta, but I will have to dig them out. I will do a quick search on MSDN and see if they are still there.
Tom -----Original Message----- From: Jeff Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 5:31 PM To: dotnet 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 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/
