| Author |
http://localhost/FolderName Vs http://ServerName/FolderName
|
|
|
|
| Jeff Cochran 2005-11-28, 7:50 am |
| On Mon, 28 Nov 2005 03:10:02 -0800, "שובל"
<@discussions.microsoft.com> wrote:
>What can be the reason that when i access to:
> http://localhost/FolderName/Default.aspx it works well
>But when i access to:
>http://ServerName/FolderName/Default.aspx i get a "Under construction"
>message???
Host headers used improperly. Server IP binding used improperly. Bad
application. Plenty of possibilities, but without any details of your
setup we couldn't answer for sure. Start by looking in the IIS logs
and see what was requested and what was returned.
Jeff
| |
|
| Where's that IIS Log???
"Jeff Cochran" wrote:
> On Mon, 28 Nov 2005 03:10:02 -0800, "שובל"
> <@discussions.microsoft.com> wrote:
>
>
> Host headers used improperly. Server IP binding used improperly. Bad
> application. Plenty of possibilities, but without any details of your
> setup we couldn't answer for sure. Start by looking in the IIS logs
> and see what was requested and what was returned.
>
> Jeff
>
| |
|
|
| Chris Crowe [MVP 2005/2006] 2005-11-28, 6:04 pm |
| The IIS log files are by default in c:\windows\system32\logfiles\w3svcX
where X is the web site instance ID.
The default web site has an Instance ID of 1 the other sites use random
numbers.
You identity the Instance ID of the site go to the particular site in the
IIS manager and click the Properties near the logging details on the WebSite
tab.
In the dialog that shows up you will see a Log File Name similar to this
W3SVC1234564 that is the name of the folder that contains the log files
--
Cheers
Chris
Chris Crowe [MVP 2005/2006]
http://blog.crowe.co.nz
------------------------------------------------
"????" <@discussions.microsoft.com> wrote in message
news:0FE692A4-EEE1-43C6-8CB1-D05208D86929@microsoft.com...[vbcol=seagreen]
> Where's that IIS Log???
>
> "Jeff Cochran" wrote:
>
| |
|
|
|
|