Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have recently been asked by some people if i can help develop/deploy a solution that allows their staff to first login into their website before being able to do anything on their systems. They fear their staffs dont visit their website and will like to do this so that the first thing a staff sees before he can use his/her desktop is their website.
Please can any body give me any pointers?
Any .net related code article will be welcome, as well as maybe already built solutions.
Thanks
Before login there is no real desktop... doing what you describe might be technically possible (probably some "hacks" will be needed)... BUT it goes against any security measures to do so..
An option might be to setup the Windows AutoStart in a way that is launches the browser with that website...
As per comment:
you can find some ideas on how to deal with "startup items" here and here.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
Is there a possibility in the windows system to separate the task tree so that one user's processes would be invisible to another? The only thing I found was rootkit source codes, but this method interferes with the anti-virus and the entire security system. Is there any other option?
The simple answer is no. But if you have admin rights you can get a little batch script to use rootkit to hide processes depending on the current user. Or even create a program in your framework of wish to do that. Anyway good hidden processes run at kernal level to get there use the windows driver kit or rootKit.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
I am a bit confused, as according to the documentation, only personal and enterprise apps are allowed to use this. But it seems like there are apps on the store that do it, and the Windows App Certification kit did not flag my app. Can I submit it to the store without any problems? If not, is there any way to still get approval submit it?
If it is not possible, can an user somehow add this capability if needed after downloading it from the store without it? Like via Powershell?
You can definitely submit apps to the Store with this capability. Your app will be subject to an additional onboarding review to ensure you are using the capability for good reasons. I think the documentation wording may need to be updated.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
Is it possible to call an exe from a MVC site?
I've seen this link. (I'll try it tomorrow in the morning when I get in the office)
Stackoverflow link
However I wanted to know if I cam barking up the wrong tree.
I have a 3rd party app that provides us a stand alone exe. Instead of sending this exe to x amount of clients. I would like to keep that exe on my web server so I can control who can use the exe.
Is this is viable option?.
You might find the responses to this old question helpful. If you are trying to run an exe file within your application, I think this would be the approach to take.
If I have understood your question wrong, and you are trying to provide users with a link to download an application, or a link to launch an application that already exists on their computer, then you will probably want to look into the html <href> tag.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I want to run the file inetmgr.exe so I can deploy a webservice, but I cannot seem to find it.
I have visual studio 2012 installed, and when it installed, it also installed the iis express 8 with it. However, start->run->inetmgr.exe produces an error message as the system does not find the file.
I am very much a beginner, so I apologize if my answer is stupid, and thank any potential answerers for all their patience...
inetmgr.exe is the exe of the regular IIS.
You need the iisexpress.exe. Have you looked at http://www.iis.net/learn/extensions/introduction-to-iis-express/iis-80-express-readme?
Do you need to start that to configure some settings? If so, the link I provided should help you out.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have written a site in C# asp.net and I am running it of IIS7.5.
Site works perfectly well with other browser than IE9 and IE10. In these browsers i get this error message:
http://imageshack.us/photo/my-images/16/unsafefilterss.png/
The site is http://filterss.net
I am kinda at a loss and I do not really know what I need to change in my programming to make this warning go away. Anyone has any experience with this error?
The obvious question is: "Have i programmed inn malicious software on my site?", No, i have not. Can my programming be exploited? well, yes i would think so, since there is no 100% safe way of coding.
Is there then any concrete reason for this message to appear? Anything that i can change in my code so that it will go away?
The only thing i can think of at the moment is that you have torrents in your meta keywords tag