I tried to install Dotenet Hosting 3.0.1(Tried three different versions too) on my Windows Server 2012R2 DataCenter, But After the Installation, My iis Application Pool status Showed STOPPED!
I checked the dotnet hosting Runtime, and that was Installed successfully.
I tested dotnet hosting on the other Windows Server 2012R2 DataCenter and Everything is OK.
Lex Li
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
is your application pool is running under a custom user account? if yes then check the provided username and password or reconfigured it.
also, check the event viewer for more information about why the Application Pool is stopping immediately.
To open Event Viewer - press Win+R and type: eventvwr, then press ENTER.
On the left side of Windows Event Viewer click on Windows Logs -> Application.
Now you need to find some ERRORS for source IIS-W3SVC-WP in the middle window.
or you can filter as shown below:
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
1 Post
iis Application Stopped after installing DotNet Hosting(All Versions)
Dec 07, 2019 07:02 AM|Lotuskam|LINK
Hey there!
I tried to install Dotenet Hosting 3.0.1(Tried three different versions too) on my Windows Server 2012R2 DataCenter, But After the Installation, My iis Application Pool status Showed STOPPED!
I checked the dotnet hosting Runtime, and that was Installed successfully.
I tested dotnet hosting on the other Windows Server 2012R2 DataCenter and Everything is OK.
Now I really confused!
Is anyone here deal with this?
8930 Posts
MVP
Re: iis Application Stopped after installing DotNet Hosting(All Versions)
Dec 08, 2019 04:43 AM|lextm|LINK
Quite natural as the installer cannot tell you Visual C++ runtime is also needed, https://stackoverflow.com/questions/54176640/the-module-aspnetcorev2-dll-failed-to-load
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
1596 Posts
Re: iis Application Stopped after installing DotNet Hosting(All Versions)
Dec 09, 2019 07:03 AM|Jalpa Panchal|LINK
Hi,
is your application pool is running under a custom user account? if yes then check the provided username and password or reconfigured it.
also, check the event viewer for more information about why the Application Pool is stopping immediately.
To open Event Viewer - press Win+R and type: eventvwr, then press ENTER.
On the left side of Windows Event Viewer click on Windows Logs -> Application.
Now you need to find some ERRORS for source IIS-W3SVC-WP in the middle window.
or you can filter as shown below: