IIS 7.5 AutoStart - iis-7.5

I have the IIS 7.5 installed on the server, but I can't find the configurations about autostart. When I try to edit the IISs config file the application pool that I had edited doesn't start.
Serching the internet I had read about the Windows Server AppFabric, do I have to install this to use the autostart?
And, to complete the mess, I couldn't complete the instalation of the AppFabric. I got the error: "Setup.exe has stopped working", with no clear reason.
Can anyone help me out with this?
Ps.: I met all the requirements, like windows 7 and such.

To anyone who has the same problem:
After formatting my pc and reinstalling everything, I could install the AppFabric.
Then the necessary options for the use of AutoStart appeared.

Related

Cannot uninstall / repair / install Node.JS to my system

I installed node.js to work on a discord bot with VSCode but it didn't work.
I reinstalled it but ticked the 'install chocolatey' box this time, halfway through the installation I got 3 trojan alerts from my AV, and cancelled the installation.
Since then, I have been unable to uninstall, repair or reinstall Node.JS, through the Windows 10 uninstall function or from the Node.JS .msi file.
Each time I try, I get the same error message:
"The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed."
I've removed all instances of Node.JS from my program files and %appdata%, I've ensure the Installer Service is running, and yet the Node.JS application still shows in the Uninstall Tool and when I try to uninstall / modify / reinstall, it shows the same error, and seems to think it's still installed on my system! Not even Node.JS commands work in my CMD!
I've got no idea how to fix this, and I don't want to use glitch anymore to write my bot, so please help- or it seem's I'll have to factory reset my PC and hope that resolves the issue.
Thanks in advance, guys.
Godspeed.
EDIT: I tried installing a newer version hoping it would overwrite old Node.JS files. Didn't work. Issue still occurring.
Do these:
Open command prompt as Administrator and run /sfc scannow. It will scan and replace corrupted files.
Restart your PC when the scan is done.

IIS starting Issue"Process W3SVC can't be started on this computer . " - cant remove Windows components?

I have some strange behaviour trying to starting my IIS 10.
infos about services:
W3C Protokollierungsdienst -> runs, stops after a while
WWW Publishingservice -> cant be started (see screenshot)
wwwservicefailscreenshot
Windows Acitvation Service -> cant be started (see screenshot)
wasservicefailscreenshot
on IIS i get the following error if i try to start it:
iisstartingscreenshot
i have tried to uninstall all the relevant IIS components over the Windows Feature Panel.
uninstalled it, restared the system, checked the Windows features and component panel, all packages still installed
so here is my issue about, i seems that my stem does not really remove the IIS or WAS Service component.
UPDATE
so i installed the patches from August 2018.
but nothing changed - i manually installed kb4343909 - but it did not resolve my issue.
i also tried some of the patches which are in the thread (link from #Lex Li) but i did not help either.
what can i try furthermore? i'm really stuck on this and have to finish my project...
do i really have to rollback all the updates before july? i think its time to swith to linux or so... i'm really disappointed about MS...
i found a solution here: https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/iis-wont-start-after-upgrade-to-1803-was-fails/0546e24f-6573-4445-b8d5-d17096a5fcfc
in the comments there was a "hack" which actualy worked on my windows 10 64bit machine:
Just delete the registry entry "NanoSetup" with running cmd command.
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WAS\Parameters" /v NanoSetup /f
Now you can start the service again.

Nodejs - Another installation is in progress

System - Win 7 64 bit.
Nodejs - node-v6.9.4-x64.msi
Installation error - Another installation is in progress. You must complete that installation before continuing this one.
Solutions that did NOT work - Run as admin, Run via commandline as admin, log had same error i saw in installer, don't install online docs option,
Please help me to fix this. Thank you !
This will not be an issue with your NodeJs installation, it might be because of your previous installation (might be any other software) which might be still in progress or not exit properly.
To solve your issue, please try restarting your machine once and install. This will indirectly kill your previous unstable installation and allow you to install NodeJs
I had this issue with '2017-03-21, Version 6.10.1 'Boron' (LTS)'. Restarting my PC solved the issue.
P.S. However, this issue seems to be specific to the NodeJs installer. I tried installing other programs after the NodeJs installation threw up this error and they installed fine (even before the restart).

IISNode issues running samples scripts

I'm probably not providing enough information here considering i'm a super noob when it comes to IIS, but here's what's going on.
So I followed this tutorial for installing IISNode by basically just doing the following lines:
1. Install iisnode for IIS 7.x/8.x: x86 or x64 - choose bitness matching your system
2. To set up samples, from the administrative command prompt call %programfiles%\iisnode\setupsamples.bat
3. Go to http://localhost/node
I installed the x64 version.
But when i try to go to http://localhost/node, this HTTP error appears:
Here's what my IIS manager looks like (not sure if this is helpful or not):
Any idea what could be going on here? Did I forget to download something? Am i not running something I should be? Any help appreciated.

Unable to install iis manager on windows 8.1

I get an error while trying to install IIS manager from "Turn on off windows features" on a windows 8 machine. Just before trying to install this I install Visual Studio community online and rebooted my machine. Visual Studio works fine.
I also made sure all updates are installed on my machine and also rebooted and tried installing IIS manager.
The error that I get is "The function attempted to use a name that is reserved for use by another transaction"
Thanks
Ranjith
Try to turn off your antivirus before install IIS.
I had the same problem and spent hours trying to find out the root cause. Tried to disable anti virus and other options as discussed in forums on the internet.
Here is how i resolved the problem.
Open up msconfig -> go to boot tab -> select Safe boot (Minimal) -> Apply -> Okay
Your machine should restart in safe mode and you should be able to successfully install IIS from the "Turn Windows Feature On/Off" section as described by others.
After the installation is complete, run msconfig again to unselected Safe boot so that you log in to the normal desktop environment on restart. Enjoy!
Just now i also faced that problem and this is how fixed the problem.
The reason can be another server which running on your pc, is using the same port as IIS. (e.g: 80 or 8080).
According to my solution, I started the wampserver. then click on wamp icon on the task bar. then opened the httpd.conf file from Apache.
find (ctrl+F) the "Listen 80" and replace it to "Listen 8080" or any other. save it.
restart your pc and try to install the IIS manager again.
hope it will works!! Good luck.

Resources