New IIS Error?

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
Server Error in Application "DEFAULT WEB SITE"
Internet Information Services 7.5
Error Summary
HTTP Error 404.0 - Not Found

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Detailed Error Information
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL
Physical Path C:\inetpub\wwwroot\setup
Logon Method Anonymous
Logon User Anonymous

Most likely causes:
  • The directory or file specified does not exist on the Web server.
  • The URL contains a typographical error.
  • A custom filter or module, such as URLScan, restricts access to the file.
Things you can try:
  • Create the content on the Web server.
  • Review the browser URL.
  • Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click .
Links and More InformationThis error means that the file or directory does not exist on the server. Create the file or directory and try the request again.


Lol I Just Got Phpmyadmin To Work To I Have Php Installed Mysql Installed Phpmyadmin Installed IIS Installed What Alts Do I Need To Do To get this to work?
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
1. The English language doesnt capitalize every letter.
2. 404 = Not found. Are you sure it exists?

EDIT:
3. htaccess doesn't work on IIS. You need web.config
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
Heres my Web.Config I Deleted HtAccess

Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <directoryBrowse enabled="true" />
    </system.webServer>
</configuration>
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,199
3,934
What I did to solve this was use this:



Install it and click 'IIS CGI'. (Delete the PHP you have if you used webplatform installer).
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,199
3,934
no.. Uninstall it with webplatform installer or from program files, or it should work if you just install the link I gave you, it'll over-write it.
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
Hey Sled I Downloaded Your PHP You Said To Get But When I Downloaded it i still get same error Do i need to move the Php File to my wwwroot?
 

Users who are viewing this thread

Top