I have formatted and re installed new windows 8.1 and installed and enabled the IIS from program and features through the windows component and installed correctly but when I tried to run the localhost to check IIS then its not working and nothing display on the page. There is no any error shows just white blank page. If anybody can help to resolved this issue then that would be good.
I hope you are talking about Static HTML pages? What all components did you install along with IIS? Make sure you have StaticFileModule installed
Related
Today I upgraded my windows 7 ultimate to windows 10 pro. Every thing seems to work fine. But the localhost is now throwing error : HTTP Error 503. The service is unavailable.
I checked IIS, it is running. I checked the version of IIS from IIS Manager, it is showing Version 10.0.10240.16384.
I test my sites on localhost.
Before upgrade, in windows 7 ultimate it was working fine. I also checked "Turn windows feature on or off" and found that IIS is installed properly.
Please guide me.
Thanks Joe Raio for providing the hint. I checked the event log and found that rewrite.dll was causing error. I uninstalled IIS URL rewrite extension and the problem is gone. Now everything is working as before, classic asp, php, everything.
Please try this solution
Go to the Application Pool ...
Advanced Settings ...
Process Model ...
Identity ...
Set it to "LocalSystem"
I'm trying to setup Coldfusion to work with IIS on my Windows 8 laptop. I have installed the ISAP filter and extensions along with the CGI extension but when I run the wsconfig and add the web server it then throws the error "Unable to configure IIS Connector". What can I try next? I've made sure they're all enabled in the IIS manager also.
The coldfusion 8 webserver configuration tool states that it is compatible until IIS 7. This is probably why it fails to add the handler mappings for IIS 8.
I found that by uninstalling coldfusion and re installing worked, that way in the setup it was able to identify what web servers were currently running and give me the option to configure coldfusion with IIS. Hope this helps someone else too
I have windows 7 64 bit ultimate OS. I need to install IIS on my laptop. From turn on/off windows features I enabled IIS by checking the checkbox in front of IIS management console. But it was not successful and then I re-enabled it by checking all the checkboxes under the web management tool. This time it was success and if I type inetmgr now I can find the window.
But the problem is when I type localhost on my browser address bar page does not come(404 page not found.)
Can you please help me to solve this issue?
I solved the issue. The problem was default web site not running because of port 80 uses by another application. Then I changed the port and re start the web site. Now it is working fine. :)
Close all applications like Skype, DropBox, GoogleDisk, TeamViewer etc.
Type iisreset in Windows Console and press Enter
Start again all applications like Skype, DropBox, GoogleDisk, TeamViewer etc.
Whis way always working for me!
In My System the Problem was not with port. When i installed Apache some iis service has got uninstalled. SO I removed IIS from the features and Add Again, then it works fine.
I have installed IIS on my PC according to the guidelines in this link http://learn.iis.net/page.aspx/28/installing-iis-on-windows-vista-and-windows-7/ but when I type http://localhost in my browser it displays nothing. What is the reason for that.
They should make it clearer that
IF you are using Starter or Home Basic editions, the result you get is expected.
I am attempting to install an EPiServer R2 SP2 site on IIS 6.0 and I received the classfactory not initialised error. I managed to overcome this by downgrading my web.config to one that is compliant with IIS 6.0
The site loads fine and works as it should all except for edit/admin mode and the default login screen which all seem to have lost the styles and javascript. As a result they are unusable. Any ideas on what has gone wrong?
Gah! The error lay in not removing one of the name attributes on one of the httpHandlers