Hello everyone.
- Windows 7 Ultimate
- IIS7
At first I enabled all settings in IIS, The default page of IIS which shows up at "http://localhost" could be viewed but when i tried to view pages in "C:\inetpub\wwwroot\MyWeb", i used to get a 404 error.
Then i tried:
- ASP
- ISAPI extensions
- Request filtering
It didnt show me the default IIS page even. Then i tried:
- ASP
- ASP.NET
- ISAPI Extensions
- Default document
- Static content
- Request filtering
It showed me the default page but when i tried to view files in the directory, chrome said that the link appears to be broken. At present my settings are:
- IIS management console
- .net extensibility
- asp
- asp.net
- cgi
- isapi extensions
- isapi filters
- server-side includes
- default document
- static content
- request filtering
Still, i am getting the "link broken" message. Please help, this is urgent.
Oh, and I am using Dreamweaver CS5 and when I preview the ASP page from Dreamweaver it asks me if i would like to specify a testing server. I choose No as I am new to this and not aware of how to specify a server. Is that the problem?