I want to open IIS through uipath, but whenever I use the "Open Application" activity for open IIS below errors are shown. So, what workflow I have to make to open IIS through uipath?
Asked
Active
Viewed 459 times
0
-
When I search for uipath from the start menu of my system, it does not show uipath studio, which I have to run as an administrator – Ravi Kumar Jul 11 '20 at 12:09
-
Please delete that comment and add it to your Question. Thanks. – kwoxer Jul 11 '20 at 14:07
1 Answers
1
One of the most important things to realise in UiPath is that there are many many ways to achieve the same thing. Each one has it's Pro's and Con's but don't work in every situation.
Some alternatives to try
- Command Prompt
- Open run (Send hot key
Windows Key + R
- Type
CMD
and clickrun
- type
start inetmgr
and then send hotkeyenter
- Open run (Send hot key
- Clicking
- Use clicks to navigate to IIS, or put a shortcut on the desktop and click on it
- Start Process
- Use the start process activity, pass in the path of IIS
C:\...\...\IIS Link
- Use the start process activity, pass in the path of IIS
This UiPath forum is also a good place to look for help https://forum.uipath.com

Conor
- 736
- 1
- 13
- 33
-
If I want to open IIS from another system, do I have to install something on that system – Ravi Kumar Jul 29 '20 at 02:37
-
-
means, suppose there are two people one is in x--country and other is in y-country. x-country's person want to access y-country's people computer – Ravi Kumar Nov 02 '20 at 12:08