IE error message: "This website has been reported as unsafe" [closed] - c#

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

Related

How to stop Google Chrome from placing a forward slash when searching for c# related questions? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
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.
Improve this question
I am wondering if there is a way to stop Google Chrome from adding a forward slash by default when I am searching for c# related queries. For example if I type:
"c# how to"
as a search term in the search bar it will default the search to:
"c/# how to" which returns an error.
This happens every time I start a search term with c# so I am wondering if anyone knows how to stop this from happening? Thanks.
This is a known bug in Chrome that has been fixed in a recent update (Nov 4 2014) but won't be pushed out until the next minor release (which could be a month or two). You can switch to the Dev channel of Chrome and pick up the update now.
See https://code.google.com/p/chromium/issues/detail?id=409845 for more details.

System cannot find file `inetmgr.exe` [closed]

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.

Is possible to request a iphone/Ipod/Ipad coordinates from server code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Exists a way of request a device for his coordinates from the server code (Ex: C# .NET)?
Your question is unclear. You need to clarify on what platform you want. Perhaps you are getting things mixed up.
Do you really mean to run a server on an iPhone using C# code?!? I don't know anyone who's coded a webserver for an iPhone in C#, if that's what you really mean. (But it is possible for someone or a team to do this.)
But more likely you mean you want a C# webpage, running on a webserver to get a client's device coordinates, where the client device is an iPhone. But in this case, I don't believe C# has much to do with it, because this would be the webpage which would do the request, which would be HTML and JavaScript, not C#.
i think what Edward means is "No". :P

Show website before logging in to Windows [closed]

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.

Looking for an online IDE [closed]

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 been looking for a fairly decent online IDE that does well with both c# and java, I have tried Cloud9IDE, CodeRun, and Amy Editor. I really had liked CodeRun until i found that it was impossible for me to add another file into the same project, unless i was just doing it wrong which is possible. Amy Editor was very promising also until i couldn't figure out how to create a new project or compile the sample code i had written. If anyone knows how to use these editors or of any other good online IDE environments then I'm game to learn.
Why not run your IDE somewhere on a machine and connect to it remotely? You can even install your own Virtual Desktop on Amazon EC2 for example, so you don't have to run the machine yourself. For an idea on how to do this see http://cloud.ubuntu.com/2010/11/show-off-ubuntu-desktop-on-cloud/ for example.
Have you tried using Compilr?
I think it's only been up and running for a few months but it's a pretty good website, not sure if it meets your functionality needs though.

Categories