i am going to install "System Center Service Manager Web Portal" , so there are two option 1- web content server. 2-SharePoint web part.
if i only install web content server, is it provide me web console or not ?
and what is the benefit to integrate with SharePoint ?
In Self Service Portal all his components are web parts. So if you don't install the second option you don't be able to see the Self Service Portal forms and views.
I have been trying to setup Web Deploy on my Windows 2012 server running IIS 8. I have installed Web Deploy using Platform installer but when I right click my website and select deploy, there is no option for Configure Web Deploy Publishing as various documentation suggests.
I found this posting where the individual had the same problem. Turns out that he needed to install "Web Deploy 3.5 for Hosting Servers" on top of the other Web Deploy packages in web platform installer. Once I did this and restarted IIS the option became available.
Seems counter-intuitive to me since I am not a hosting provider and just wanted to host my application on my own server. I am not sure why the Web Deploy 3.5 package was not enough.
I had additional problems getting Web Deploy configured. This article on Web Deploy error codes helped me troubleshoot the problem. Another article on Configure the Web Deployment Handler was essential in solving the permissions issue allowing the web deploy user to create directories and files.
For me the reinstall of Web Deploy didn't work. But I fixed it.
Go into the Server Manager, Roles, click on IIS, click on Add Role Services, check the Management Service. Close that out. Reopen IIS Manager, and voila the option is available!
For Windows2012 R2 server, options is in'Web Server (IIS)' -> 'Management Tools' –> 'Management Service'
P.S. Some additional steps could be required, as of #Gaui experience.
Afterwards go to Programs and Features, find Web Deploy, click Change and check/install all checkboxes/features.
You need to install Management Service before you install Web Deploy. If you haven't uninstall Web Deploy and reinstall it and it should work.
UPDATED:
Follow these steps:
type programs and features (in the menu search box)
Go to WEB DEPLOY (install it from web platform installer in case you don't have it)
Select WEB DEPLOY and click the change option at the top
Check and install ALL options available
Wait to install and close/reopen IIS GUI
the options should appear when you right click over the site.
I had the same issue and installing "Web Deployment Tool 2.1" from the Web Platform installer fixed the issue.
Installing "IIS Management Service" from Web platform would show up all the required items.
coad comment was the solution for me. I was using Web Deploy 3.6 on IIS 8.5. Removed 3.6 and install 3.5 and it worked.
Be ware !! Web Deploy 3.6 doesn't work with IIS 8.5.9600.16384 ... after installation, server restart - the deploy menu doesn't appear in IIS manager console Web Deploy 2.0 how ever doesn't suffer this issue Best Regards,
I kept on right clicking on the web application instead of web site.
One can have multiple web applications under a web site. There is also a sub menu in the context menu when you right click the web application but it is "missing" the item "Configure Web Deploy Publishing...". This is because you configure web deploy publishing for web site and not for web application.
So to sum it up
Web site has this option
Web application doesn't have it
Is it possible to deploy a .war file in Liferay 6.1 without using any separate tomcat connections? I am able to access Liferay's web UI. I am not able to access the server with any other 3rd party software, nor I do not know how to do it.
The Liferay portal in question is Liferay Portal Enterprise Edition 6.1.20 EE
Install from Liferay marketplace the "private installer portlet" that allows you to upload and deploy the war from the control panel.
Downlaod from here
I have an MVC 4 application that I can run using IIS 7.5. In the application properties there is an option to create virtual directory I click that button and nothing happens. When I open IIS Manager I do not see my application under Default WebSite.
UPDATE: I think I am able to setup the virtual directory. But now when I browse the web site it says "A default document is not configured for the requested URL and directory browsing is not enabled on the server".
You should change the path to your default website in IIS to see if it goes to the right place where your solution is.
Using Windows 7 Home Premium with IIS 7.5 Express installed I cannot find the 'IIS Manage Users' function on the localhost / webserver level.
I have been in Control Panel --> Programs and Features --> Turn Windows Features On/Off --> and pretty much enabled/installed everything for IIS and it's security sub folder but no such functionality can be found within IIS after restarting it.
My final goal is to create an IIS Manager User Account (http://technet.microsoft.com/en-us/library/cc732621(v=ws.10).aspx).
How to enable the 'IIS Manage Users' function within IIS 7.5 Express?
edit: I'm suspecting this is due to my Win7 version? Upgrading to Ultimate might do the trick: http://technet.microsoft.com/en-us/library/cc753473.aspx
2nd edit: Upgrading to Win7 Ultimate DID NOT add this functionality.
You can try this:
On the control Pane click on: "Uninstall a Program" => "Turn Windows features on or off".
Under Server Roles find "Web Server (IIS) => "Management Tools" "Management Service" and then click on install.
Then go to IIS Management and you will see on your machine or the sites some new options under "Management".