Excuse my ignorance .......... but where does this text need to go exactly? I've opened the WWTExplorer.exe.config file but am unsure where exactly to put those lines
I am putting together a descriptive fix for this now... thanks Jacques!
"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac Asimov Microsoft Research<
Here are the fixes... also in the first thread of this post.
Symptoms
There are two possible resolutions for this issue:
Code:
After:
This is all great for people with proxy servers But I do not have a proxy server and every program except WWT finds internet connection. Any advice for people like me?
Hi all,
I'm *still* unable to get WWT to go online here at work. The 1st fix is irrelevant since I'm already online. :) {Auto detect settings is turned off, however. Does that make a difference? That's how the network folk set it up before I got the pc} I tried the 2nd fix (editing the wwt config file), but to no effect. I'm behind a proxy that requires authentication (login & pwd the 1st time I run software that tries to access the outside world in that session). I do have admin rights on my pc but not the network.
cheers,
David
I am at a school using a proxy server but it is accessed using a configuration script, there are no entrys in the proxy server or port boxes. I have tried editing the wwtexplorer.exe.config file with some proxy settings that the IT guys gave me but all I get is an error message telling me the program has to shut down. Would there be some alteration to the wwtexplorer.exe.config that would use the address for the script rather than the proxy address. The problem is that for new sites I usually get asked for my user name and password which doesn't happen when wwt is launched.
Btw brilliant site which I am enjoying at home, just wish I could show them at school. Cheers.
Try setting Internet Explorer as your primary browser and following resolution 1 in the first thread.
G'day,
I'm on sick leave the next few days so can't get any further network details. :( The IT folks are also flat out at the moment installing new hardware around the campus so I'd not have much chance of getting anything out of them at the moment.
Your earlier post indicated it would work with proxies that did and didn't require quthentication, so I thought it worth a try. From what you say it doesn't work with proxies that require a login and password.
Your last option of setting up a local proxy sounds interesting. I've never needed one myself (just fought with them) .. are there any particular ones you could recommend? (Freeware/open source pref). Something that would redirect requests from software on my machine to the network proxy, adding in the login & password, either automatically or prompting for it? Even if I have to run them inside a "sandbox" on my machine. There's nothing to hide so I'd rather not bother with anonymous proxies. My pc is in a secure area (strictly no go), only I use it and it's locked whenever I'm not around .. so security is less important than functionality in this case. :)
zaphod: I have tried the altered configuration script with proxy settings supplied by IT guys but to no avail. The problem is the user and password dialogue box does not appear as it usually does when opening up Internet Explorer and as Jacques has pointed out it is here that I am stuck. Thanks to the prompt and helpful replies, maybe in a later release version this will be addressed. Still a brilliant application and of course will only get better with time. Cheers.
I have tried the altered configuration script with proxy settings supplied by IT guys but to no avail. The problem is the user and password dialogue box does not appear as it usually does when opening up Internet Explorer and as Jacques has pointed out it is here that I am stuck. Thanks to the prompt and helpful replies, maybe in a later release version this will be addressed. Still a brilliant application and of course will only get better with time. Cheers.
Hi zaphod,
We are trying to understand if these "Proxy User name/Password" dialog boxes are a Web based pop-up or program dialog pop up. If anyone is able to have their IT people help us understand your system and needs, please send me a private message by clicking on my name.
Thanks,
Chuck Needham
I'm absolutely positive that I have no proxy. I'm on AT&T U-Verse and everything is connected to the Internet except for the WWT. I tried to configure my setting to use an external proxy but got the same result.
However when I've tried to use the address of my router as a proxy server I got this: "The Imagery data file could not be downloaded or has been corrupted. WorldWide Telescope must close. You need a working internet connection to update this file. Try again later".
Edit WWTExplorer.exe.config just before the closing tag include the text bellow (with the needed changes) <system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy proxyaddress="http://proxy_server_address:proxy_server_port" bypassonlocal="true"/> </defaultProxy> </system.net> chage proxy_server_address to your proxy server and proxy_server_port to the port the proxy is working on
Done all of the above, but still doesn't work.
Our proxy server is a Navaho box, which runs on Linux, but authenticates against Active Directory. Normally it uses the default logon credtientials of the computer, dropping through to a logon dialog if the user is not recognised. I.E. works fine.
however WWT still says it cannot detect a network connection.
Robin