it just tarted like any other normal day
but at some random point, google just stopped working
saying that my connection is not private
what have I tried so far and more information
I tried making the DNS setting 8.8.8.8, 8.8.4.4
I tried using any other browser on private browsing
I tried deleting all browsing data that I feel chrome is now new
the only thing that worked is using another device which was my phone and that worked so it's only broken on my laptop
the only background story I have is I had a live server working from vs code
but this has been working fine for weeks but I thought I should let you know
any ideas ??
Related
I hope you can help me. I searched the whole internet, found loads of different tips and steps of how to do it and nothing works for me.
I build a simple application which has Webbrowser1 embedded. Soon I found that many websites does not display correctly so I found that a regsitry key can be tweeked to make the application to use IE11.
Now I have the issue with HTTPS:// self signed certifcation.
Basically in my Apllication the website displays:
In IE11 browser I get the
Basically if the "go on to the webpage (not recommended)" was in my app I would not have a problem. But instead I have the "Error Code:0".
I tried bypassing this in IE11 internet options > advanced > security
I tried adding the website I am interested to open inside Trusted Sites
I tried to follow steps on the interent for IE11 to simply bypass this security feature
I tried looking for the way to bypass this on VB using
ServicePointManager.ServerCertificateValidationCallback =
New RemoteCertificateValidationCallback(Function() True)
The above line maybe works, but I don't know how to utilize it.
To summarize;
I have webbrowser1, textbox1, button1. When I click on button1 it does webbrowser1.navigate(textbox1.text). It works on every website like a harm except the https with expired certs etc.
What do I need to do to have the possibility to display those https websites?
I have a developer that came to me with and issue. He is remotely managing one of his sites on one of our development servers and all of a sudden he lost all of the icons in IIS for this specific site..
All other sites display his icons correctly and when I have him test on another computer everything displays correctly.. So what could have gone wrong on his machine? It was working but is now not working.. Any help here would be greatly appreciated.. Never seen this before and cant seem to figure out what caused it to just go away.. There should be so many more options for him.. Plus if you can see he lost the ability to see the folders on this site also.. And it is every site on this server.. But like I said it is just on his computer, he goes to a different computer he has access to everything..
Guess I cant post a picture.. But if you need to see it I can send it to you if you need to see what I am talking about..
Come to find out he was ignoring the prompt that he was getting saying that there were new versions of the tools to download on his machine that are on the server.. He just hit Cancel instead of selecting them and hitting ok to install the DLL's and enabling them.
I have a website that when I browse from IE9 it loses Session item. This does not happen when using vs to test. This is happening on my pc and on the server where I have it deployed but works from other pcs. I have deleted all cashed pages and have tried multiple logons. So for the last 6 hours I have been banging my head against a wall.
Works when you browse to the site by the ip. Any ideas?
Do you have cookies enable on your PC.
Seem to recall I had a similar problem.
If cookies are not enabled then the session variables does not work.
http://forums.asp.net/t/1804941.aspx/1?Session+Variables+make+use+of+cookies+
Answer provided by Jason Akin (original asker):
Issue was caused by an underscore in the host name. Evidently this is not something you should do. Took a while to figure this out. Well leason learned.
Hopefully this will help someone else out.
today i decided to have a look at WCF and the example worked so nicely on my localhost that i tried to run in on my server too, so i compiled it with the correct host(tested both,ip and domain) and uploaded it to my server
you can see the sourcecode here:
http://pastebin.com/YiCR0RCf
the problem is,that i can't add the service to my client application, nor can i open the http site in my browser (localhost it worked just fine)
i'm running this on a windows root server and disabled the firewall for this program.
Would be great if you could give me a hint in getting this to work correctly, as i spent the last 2 hours with randomly changing code and uploading the program hoping that it would work now.
Thanks
Ok it was the windows firewall, i completely disabled it(added an exception before,but that didn't help as i know now) and it works.
thanks anyways
When I browse the web with IE10 in win8's Metro part there is no problem but when I try to view page that is located on server in my local network(the same subnet) it displays this message:
This page can't be displayed
•Make sure the web address http://192.168.1.100 is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.
If following these suggestions didn't work, resetting your connection might help.
Reset connection [<-a button here]
Get more help with connection problems
Now the funny part is that there is an option in metro version of ie10 to open page on desktop (in regular IE10) and than it works with no problem.
I can't find or think of any security setting that would restrict browsing websites inside your own local network.
(this is Windows 8 32Bit Release Preview build 8400)
Any ideas?
This is related to EPM (Enhanced Protected Mode) in IE10. It's hard to summarize in an answer here, but Eric Lawrence (a PM on the IE team) has an excellent post detailing everything about EPM:
http://blogs.msdn.com/b/ieinternals/archive/2012/03/23/understanding-ie10-enhanced-protected-mode-network-security-addons-cookies-metro-desktop.aspx
In particular, read the "Loopback-blocked" and "Private Network resources" sections.
In your case, you might try one of these approaches:
Try aliasing the dotted hostname (http://192.168.1.100) via a custom DNS entry (e.g. http://myservice)
Change the Trusted Zones settings
See if your network connection was established as sharing or non-sharing, which would trigger private vs. public mode.
Again, see Eric's post for the details of each of these.