-
Posted to
IIS7 - Security
by
ma_khan
on
11 hours, 38 minutes ago
The 1st log entry has 401.2 which means the request is being denied due to server configuration.
Check this for solution. Hope this helps.
-
Posted to
General
by
ma_khan
on
11-19-2009, 9:55 AM
Yes Tom could be right... I have had issues with Directories containing huge number of files adding to 20GB+ data. The Directory obviously doesnt open hence the problem of permissions...
This could be an issue specially when a tool is writting files into a particular directory over a long period of time. Say something like a order processing ...
-
Posted to
IIS7 - Security
by
ma_khan
on
11-19-2009, 9:47 AM
Check what is the sub-status code in the IIS log file corresponding to that request... that might give you more information on the exact cause. 401 is pretty generic...
Did u try resetting the user password in AD?
-
Posted to
IIS7 - General
by
ma_khan
on
11-19-2009, 9:43 AM
http://learn.iis.net/page.aspx/285/provisioning-sample-in-c/
-
Posted to
IIS 7 - Troubleshooting
by
ma_khan
on
11-18-2009, 5:02 PM
You have still not answered if http://localhost is working or not?
Also, 404 0 means that is the page is not available at the location you are requesting it... are you sure you have the correct address??
-
Posted to
IIS 7 - Troubleshooting
by
ma_khan
on
11-18-2009, 7:28 AM
can you 1st check if http://localhost is working...
If that is working... Then...
Go into c:\inetpub\logs\w3svc(SiteID) and check the status and sub-status code of the page your are requesting
-
Posted to
FastCGI Handler
by
ma_khan
on
11-17-2009, 2:15 PM
do the following:
1.) Open a Command prompt and go into your PHP install directory (Usually c:\php or c:\program files\php)
2.) search php.exe
3.) at the command prompt > php.exe "location of your file" (say c:\inetpub\wwwroot\info.php)
What does that give you?
-
Posted to
IIS7 - General
by
ma_khan
on
11-17-2009, 1:35 PM
Sleuth,
I dont seem to have a ready answer to this but,
3 quick things:
1.) can you give a few more occurrences?
2.) can you request the same page 2-3 times and notice the same prefix or a different one?
3.) Can you take the load balancer out of the equation to check?
Also is everything working properly?
-
Posted to
IIS7 - Classic ASP
by
ma_khan
on
11-06-2009, 9:02 AM
no error? you might want to put in a few conditonal stmts in your page to test...
-
Posted to
IIS7 - General
by
ma_khan
on
10-14-2009, 1:05 PM
IIS has been a component of the OS ... so I you will be seeing the same version that comes with the OS...
If your server is Windows Server 2008 SP2 or earlier even then you will be using IIS 7 ... it is only with windows server 2008 R2 that you will be using IIS 7.5
Hope this helps...