i have a virtual directory in my Default web Site , i delete this from iis list , but it is still shows in when i run
appcmd list vdir
it shows like this :
VDIR "Default Web Site/LeadsManagementServiceUAT/Services/" (physicalPath:D:\NewExternalLMS\Main-branchLMSSLF\External_LMS)
i tried following command to delete it
appcmd DELETE vdir /vdir.name: "Default Web Site/LeadsManagementServiceUAT/Services/"
but it shows
Failed to process input: The parameter 'Web' must begin with a / or - (HRESULT=8
0070057).
how do i correctly write the website name.I followed like this :
it says use like this :
appcmd delete app /app.name:"Default Web Site"/VDir
it is not working either ,.Please suggest