• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

pipeline mode classic and identity networkservice

A

albertt

Guest
Hi,

I need to change the pipeline mode from integrated to classic and the identity of the application pool to networkservice.
I am getting an issue if I do it in IIS or with the command:C:\Windows\System32\inetsrv>appcmd.exe set apppool <domain name>(domain)(2.0)(pool) /managedPipelineMode:Classic
APPPOOL object "<domain name>(domain)(2.0)(pool)" changed
Iam getting the message below when i trying to display my website:
Not Found
The requested document was not found on this server.


Can you please tell me if there is a way to do it in plesk panel ?
If not:
Do you think this issue will be resolved in the next release ?
How people who met this issue do ?
Do i stop using plesk panel?
 
1. Unfortunately, this is not available to manage pipeline mode for IIS AppPool from Plesk.

Why do you need to switch to classic mode? Do you have an application that is not working in integrated Pipeline mode? Is it possible to modify application to work in Integrated mode?

http://mvolo.com/blogs/serverside/a...ASP.NET-2.0-applications-Integrated-mode.aspx

However, we strongly recommend that you use a workaround where available to change your application to work in Integrated mode instead. Moving to Classic mode will make your application unable to take advantage of ASP.NET improvements made possible in Integrated mode, leveraging future features from both Microsoft and third parties that may require the Integrated mode. Use Classic mode as a last resort if you cannot apply the specified workaround.
 
I installed the crystal report runtime to show report through a HTML viewer. This application must run with IIS application pool setup with integrated Pipeline mode.
Do you know if it will be in a
 
I installed the crystal report runtime to show report through a HTML viewer. This application must run with IIS application pool setup with integrated Pipeline mode.
Do you know if it will be in a next release ?
Thanks for your answer.
 
Switch between classic and integrated pipeline modes will be not available in next release.
 
Back
Top