I have a website running on a server which is located on a place far far away. The website running is in ASP.net with C#. People log in to this website daily.
Now I would like, when a logged-in person clicks on a specific button, create a folder on that person's actual desktop, with some irrelevant things in that folder.
When I use Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
and I run the program locally, it works. But when I run it from the server, the folder does not appear on my computer.