IIS 7 in VISTA Home Premium

G

Guest

I install all features of IIS 7 but if i type http://localhost/ i get an
error like HTTP Error 500.0 - Internal Server Error. i wat to use PHP
software in my system. how can i recover this error. please help me.
 
R

Rick Rogers

Hi,

Like IIS in previous Win versions, you need to have an index or default page
created before the system will recognize it as a valid host. If I recall
correctly, there was also an issue with php, but I don't know if that was
resolved with v7. First set up the page, see what happens.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
G

Guest

Thanks for the response. i already put test.php page inside my
inetpub/wwwroot/ folder after that i try on my internet explore type in ULR
http://localhost/test.php i get an error

Server Error

--------------------------------------------------------------------------------

HTTP Error 500.0 - Internal Server Error
Description: Module "FailedRequestsTracingModule" could not be found

Error Code: 0x80070002

Notification: BeginRequest

Module: IIS Web Core

Requested URL: http://localhost:80/phpmyadmin/index.php

Physical Path: C:\inetpub\wwwroot\phpmyadmin\index.php

Logon User: Not yet determined

Logon Method: Not yet determined

Handler: Not yet determined

Most likely causes:

The module could not be found.
IIS received the request; however, an internal error occurred during the
processing of the request. The root cause of this error depends on which
module handles the request and what was happening in the worker process when
this error occurred.
IIS was not able to access the web.config file for the Web site or
application. This can occur if the NTFS permissions are set incorrectly.
IIS was not able to process configuration for the Web site or application.
The authenticated user does not have permission to use this DLL.
What you can try:

Verify that the module name is not misspelled in the
configuration/system.webServer/globalModules config section. The error
description may contain additional information to help you determine which
module is causing the error.
Ensure that the NTFS permissions for the web.config file are correct and
allow access to the Web server's machine account.
Check the event logs to see if any additional information was logged.
Verify the permissions for the DLL.
Create a tracing rule to track failed requests for this HTTP status code.
For more information about creating a tracing rule for failed requests, click
here.


that link is this
http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=969&p=1
i read that artical and i try to follow that but i create
FailedRequestsTracingModule but it is not appear in Default Web Site
configure pane i don't know why please help
 
R

Richard Stallmann

I rather think he has a problem with the web.config file. Set the impersonate value to false
 
G

Guest

thanks for the reply, but i dont know hoe to do the web.config and set the
impersonate value to false. please explean more.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top