This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 172102 - Configuring IIS Web Server for PHP
Summary: Configuring IIS Web Server for PHP
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Webserver (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-13 15:38 UTC by bharati17
Modified: 2009-11-08 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bharati17 2009-09-13 15:38:24 UTC
I am presently working with NetBeans IDE version 6.5. I have Windows Vista Home Premium Operating System. I have 
installed the Internet Information server (IIS) which comes with this version of Vista. Path to the server is C:\inetpub\wwwroot
I can run the IIS7 default page by running file:///C:/inetpub/wwwroot/iisstart.htm from my web browser. 
If I point my web browser to http://localhost/ I am getting the IIS7 default page. 

I have created a folder PhpProject1 under wwwroot directory. But I cant save any .php file in this directory and get 
error access denied. After opening my PHP project in netbeans, and run the project, 
(http://localhost/PhpProject1/index.php) I am getting HTTP Error 404.0 - Not Found. I tried adding this server by 
opening services window in netbeans and clicking on add web services / add servers but could not get the server added. 

Please help me out.