-
Posted to
Setup & Migration
by
ganeshanekar
on
17 hours, 40 minutes ago
Here is the Failure Entry,
[11/15/2009 22:48:45] OC_CLEANUP:InetStartService():ServiceName=W3SVC unable to start WARNING. Err=0x424.
Make sure Administrators have full control to this registry key:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost.
If that does not help, uninstall IIS and reinstall it. (ensure you take back up of ...
-
Posted to
PHP Community
by
ganeshanekar
on
11-17-2009, 1:58 AM
If the websites are not using asp.net, you can safely remove asp.net isapi filter, there won't be any implications.
HTH.
~ Ganesh
-
Posted to
Setup & Migration
by
ganeshanekar
on
11-17-2009, 1:55 AM
Can you check iis6.log from c:\windows folder for any "Failure" error messages?
Also when you install do you see www and iisadmin services listed in Services mmc?
HTH.
~ Ganesh
-
Posted to
IIS 7 - ASP.NET Administration
by
ganeshanekar
on
11-17-2009, 1:54 AM
Are you running IIS in 32-bit mode or 64-bit mode?
~ Ganesh
-
Posted to
Security
by
ganeshanekar
on
10-30-2009, 1:26 AM
Did you export the certificate with Private key?
If not, try exporting it with private key and then import that on passive node.
HTH.
~ Ganesh
-
Posted to
IIS 7 - Troubleshooting
by
ganeshanekar
on
10-29-2009, 10:20 AM
This looks to be session loss issue.
Is this set up in Network Load Balancing for external users?
When the external clients are redirected to login page, at that time, does it work fine for internal user?
Are you using cookie session or cookie less session?
HTH.
~ Ganesh
-
Posted to
IIS7 - Security
by
ganeshanekar
on
10-29-2009, 10:11 AM
Apologies, It is not possible with IIS7 , auditing is available on IIS 7.5 onwards.
If you are on Windows 2008 R2 or Windows 7, you can do this.
Sorry about that.
~ Ganesh
-
Posted to
IIS7 - Security
by
ganeshanekar
on
10-29-2009, 10:08 AM
If you want to find out who is changing the configurtion, you may want enable Auditing here.
Please follow this article and enable auditing - http://blogs.msdn.com/vijaysk/archive/2009/01/20/metabase-auditing-on-iis-7-5.aspx
HTH.
~ Ganesh
-
Posted to
General
by
ganeshanekar
on
10-29-2009, 10:00 AM
I hope the custom identity is part IIS_WPG group, If not, please add it.
And run following command from the framework folder.
aspnet_regiis -pa NetFrameworkConfigurationKey IIS_WPG
And/Or
aspnet_regiis -pa NetFrameworkConfigurationKey domain\user
Some info here
http://msdn2.microsoft.com/en-us/library/ms998283.aspx
HTH.
~ Ganesh
-
Posted to
PHP Community
by
ganeshanekar
on
10-29-2009, 5:34 AM
when I click send,it shows following:
HTTP Error 405 - The HTTP verb used to access this page is not allowed
Is this the error that you are getting?
~ Ganesh