如何为Jing配置Web代理

发布于 2024-08-19 08:36:33 字数 171 浏览 2 评论 0 原文

璟很棒啊但除非它能够给母船打电话,否则它不会启动。我的互联网访问是通过公司网络代理进行的。 Jing 似乎没有提供任何配置其互联网连接的方法。您可能会认为它只会使用适用于浏览的 Windows 互联网连接设置,但不会。

有人解决这个问题吗?也许有一些配置文件或注册表设置可以解决这个问题?

谢谢!

Jing is great. But it won't start unless it can phone the mother ship. My internet access is via corporate web proxy. Jing doesn't seem to offer any way of configuring its connection to the internet. You'd think it would just use the windows internet connection settings that work for browsing, but no dice.

Anyone solve this problem? Maybe there are some configuration files or registry settings that would fix this?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

飘然心甜 2024-08-26 08:36:33

我知道您已经弄清楚为什么您的不起作用,但以下是如何配置 Jing 以使用代理。只需在 c:\program files\techsmith\jing 目录中创建 jing.exe.config 文件,并在其中放入:


 
    
       <代理proxyaddress="http://proxy.you.com:8080"bypassonlocal="true"/>
    
 

将代理地址替换为您的地址,然后您就可以正常工作了。

I realize that you figured out why yours wasn't working, but here is how to configure Jing to use a proxy. Just create a jing.exe.config file inside the c:\program files\techsmith\jing directory, and in it put:

<configuration>
 <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
        <proxy proxyaddress="http://proxy.you.com:8080" bypassonlocal="true" />
    </defaultProxy>
 </system.net>
</configuration>

Replace the proxy address with yours, and you'll be in business.

护你周全 2024-08-26 08:36:33

卫生部!

发现Jing出现网络连接错误的真正原因是我们公司阻止了对“screencast.com”的访问。

没关系。

DOH!

Found out the real reason Jing is getting internet connection errors is that our company has blocked access to 'screencast.com'.

Never mind.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文