 |
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8  | This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

March 1st, 2006, 06:05 PM
|
|
Friend of Wrox
|
|
Join Date: Apr 2005
Posts: 190
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
App_Offline.htm won't allow me to test.
According to the book, on page 614, second paragraph, "If you need... "
It says in there that by placing a file named app_offline.htm in the main app
folder you can make the site unavailable to the world but that you yourself can
still test the site.
Well, I tried it and was treated by my project like the rest of the world.
That is, I was NOT able to test...
Is there anyone able to test while that file was present in their app?
Or anyone know how to make the paragraph be true?
Thanks.
VV
|
|

March 1st, 2006, 06:08 PM
|
|
Friend of Wrox
|
|
Join Date: Apr 2005
Posts: 190
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Forgot to identify the chapter, which is 16, page 614. VV
|
|

March 1st, 2006, 06:09 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I don't think the test part in that message is true; The file takes the entire application off-line, releasing resources and locks on resources like SQL Server databases so they can be copied or moved.
I could be wrong, but I think off-line means off-line for everyone....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

March 1st, 2006, 06:15 PM
|
|
Friend of Wrox
|
|
Join Date: Apr 2005
Posts: 190
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yup. That's what I found.
Well, it's a nice idea.
The testing part is not really necessary since the
server containg the website will not have been updated
with any new software until I have thorougly checked it.
Thanks Imar.
Victor
|
|

March 2nd, 2006, 07:37 AM
|
|
Wrox Author
|
|
Join Date: Jun 2004
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
The testing part didn't apply to the same site. I mean you take the site down, while you're running tests on your local server. That's what I do, if we have a security breach or some kind of critical error.
Chris
Chris Ullman
Programmer/Technical Author
http://www.cuasp.co.uk
|
|

March 2nd, 2006, 10:46 AM
|
|
Friend of Wrox
|
|
Join Date: Apr 2005
Posts: 190
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Chris:
OK. Thanks for the explanation.
VV
|
|
 |