Windows server application pool - windows

How to delete applications from the application pools I tried to stop the application and again remove it but still says that it has 3 applications running.

You can attempt to move the application to another application pool on IIS.
You need to create a new application pool: Open IIS Manager, right click on Application Pools and select option Add Application Pool.
Right-click the newly created application pool again and click the Recycling... option.
Right-click the original application pool, then click the "View Application" option, select the application that needs to change the application pool, right-click to change.
For more information, please refer this article.

Related

How to start windows service for a windows server using UI Action?

I want to start window service by clicking on UI Action which is on the windows server detail page so as below mentioned what i tried so far,
As a SNOW dev i have created one UI action called "Start service" and added in windows server detail screen (added that button because i want to start all windows services which is associated to this windows server)
Problem is i am not sure how to start that service using that button (Is there any specific code to start that services ?)
Please suggest what i have to do in this case !!

How to track web requests in IIS 7.5

Is it possible to see the web requests made within IIS? I've seen references to clicking the "Failed requests tracing" but I cannot see that in the server's IIS dialog that I'm working with.
Is this an extra feature you need to install perhaps? I've tried to check within the turn windows features on or off but on the server it doesn't produce the familiar dialog that lists an array of features with checkboxes. Instead it launches the Server manage window.
Any help appreciated.
Many thanks
When you open IIS Manager and root of the left side tree is selected (Your server name). You must be see Worker Processes Icon:
after you click it see all worker processes per your sites. click one of them that you want and see their requests.

windows service server crashes

I have created windows service via Visual Studio.
The service is running ftp server.
I have the same program in .exe app which works perfectly fine.
However, the service crashes in after a while.
I doesn't even get into the OnStop/OnShutdown event, just stops working.
Any ideas?
After doing this myself recently, here is a way of making sure the service restarts after its own crash:
Go to Start - > Control Panel and select Administrative tools in the window. Then, select services and right click on the service you'd like to customize. Under the recovery tab you can set the first failure to restart the service, along with the second and subsequent failures. I hope this helps you out!

Popup application under citrix

We are planning to develop an application that will run as a windows service that reads a DB for entries on a timer interval basis. whenever an entry is found the service opens shows a popup in the system try, something like lync or ocs.
My question is whether it is possible to deploy the windows service and the popup application under citrix xen app?
Man thanks
Yes you can do that, but you need to keep in mind how those popups will be consumed by a XenApp user. In particular how is the popup app going to get started?
If your users are using published desktops then you can put your popup app in the startup folder of your users so it will always launch and be running and everything will work fine. However if your users are running published apps then you should have the popup app published and get your users to run this published app.

ClickOnce 2010 and Creating a Desktop Icon and Start Menu Group

We have an application that we distribute via ClickOnce. The user base used to have Power User rights on their machines and the Desktop icon and Start Menu Group would be created every time.
Since the operations team took away Power User rights, the desktop icon and the start menu group is not being created.
What machine rights are needed in order to be able to create both a Desktop icon and a Start menu group in Windows XP ?
Thank you in advance,
The user only needs to be able to read and write to their own profile to be able to create the desktop shortcut and a start menu group.
Note that ClickOnce won't do anything that requires administrative privileges.

Resources