2
1
I have Windows 8.1 and I want to set up an FTP server (home ftp server, not public).
But when I Add an FTP site (from IIS manager), After complete setup, I get an error "Invalid Application Pool Name
".
Any suggestions to help solve my problem?
Please see the attached image, which shows the error I get when I add an FTP site:
I think you need to add a screen shot of this
After complete setup, I get an error "Invalid Application Pool Name"
. What part of the setup where you see this, a visual would really be helpful. Otherwise, look at the app pool settings and assign the site to one that exists. This should be an option within the IIS manager interface of the FTP site at that level. See what the identity of that app pool is running as too. – Pimp Juice IT – 2016-01-10T06:59:28.983@user1766169 From an elevated command prompt first run:
%windir%\system32\inetsrv
press enter, and then runappcmd list apppool
and give a screen shot or something of the output. If it's small just paste as a comment I suppose. Just curious to see how you have those configured. I assume you're working with Windows 8 and IIS 8? – Pimp Juice IT – 2017-07-05T13:12:00.717Could you upload a picture of your application pools tab in IIS? – var firstName – 2017-07-05T16:15:42.757
@user1766169 . . . Command Line To specify the account identity for an application pool to use, use the following syntax:
– Pimp Juice IT – 2017-07-09T12:02:58.540appcmd set config /section:applicationPools /"[name=' string ']".processModel.identityType:LocalService
... So try running:appcmd set config /section:applicationPools /"[name=' string ']".processModel.identityType:LocalService
plugging in the correct variables for your environment and do this from an elevated command prompt. You could useSpecificUser|NetworkService|LocalService|LocalSystem