I am trying to open sites in Internet Information Service (IIS) Manager. But there is an error message and I cannot open it. I reopen the IIS manager as Admin, but same issue occur. How can I solve this. Please Help.
Asked
Active
Viewed 465 times
0
-
1Nothing special. The file `applicationHost.config` is corrupt and you need to either find a previous working copy to replace it, or reinstall IIS. Hint: IIS Manager is looking for this line https://github.com/jexuswebserver/JexusManager/blob/master/Tests.JexusManager/original.config#L58 and that's why it says an error happened. – Lex Li Dec 23 '20 at 06:54
-
Thank you. I haven't previous copy. I will reinstall IIS. – Hasini Dec 23 '20 at 07:43
-
I suggest you delete the old version of applicationhost.config before reinstalling. I'm not sure if the file will be deleted during uninstallation, but it's better to delete it for insurance. – Bruce Zhang Dec 23 '20 at 09:47