![]() |
|
||||
Server Page
This section describes my trivial server based page named 1.htm that I used for IIS security experiments in this chapter. Here is its entire content: <html> <head> <title>Hello, World!</title> </head> <body> Hello, World! </body> </html> Assuming it is placed into a virtual directory named "1" there are three different methods to address it using a local browser.
If you are trying to access it from a remote browser then either IP addressing, or resolvable
name addressing should work.
|