简体   繁体   English

通过防火墙从IDE(VS2010)内部访问SQL数据库

[英]Accessing SQL database from within IDE (VS2010) thru Firewall

Is is possible to grant VS2010 access to a SQL database via a VPN? 是否可以通过VPN向VS2010授予对SQL数据库的访问权限? The resulting program(exe) works welll after entering the programname into the list of programs of the firewall. 将程序名称输入防火墙的程序列表后,生成的程序(exe)可以正常运行。 I do not know waht name to enter to let the VS2010 also thru the firewall. 我不知道输入什么名字来让VS2010也穿过防火墙。

Any suggestions? 有什么建议么?

Greetings, Steven 史蒂文的问候

尝试从Bin \\ Debug文件夹中将<yourapp > .vshost.exe添加到Windows防火墙的例外列表中。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将SQL Server数据库与我的VS2010解决方案捆绑在一起 - How to bundle SQL Server Database with my VS2010 solution 通过代理将VS2010连接到在线SQL Server数据库 - Connect VS2010 to a online SQL Server database through proxy 在没有SQL Client的情况下在VS2010中创建与数据库的连接-动态 - Create connection to database in VS2010 without SQL Client - dynamically SL应用程序不会从IIS连接到数据库,但是会从VS2010连接到-SQL Server身份验证,而不是Wndws身份验证 - SL app doesn't connect to Database from IIS, but does from VS2010 - SQL Server Auth, not Wndws Auth VS2010的SQL Server Management Studio - SQL Server Management Studio For VS2010 使用VS2010 SQL Server数据库项目在sql脚本中获取“检查”输出? - Getting 'WITH CHECK' output in sql script using VS2010 SQL Server Database project? 我无法在VS2010中为SQL Server Express创建数据库图 - I can't create a database diagram in VS2010 for SQL Server Express 如何防止VS2010数据库项目部署生成丢弃数据库? - How do you prevent a VS2010 Database Project Deployment from generating a drop database? 在SQL Server Management Studio中从VS2010启动SQL Server 2008 Express - Launching SQL Server 2008 Express from VS2010 in SQL Server Management Studio 从VS2010和SQL Server 2008调试SQL应用程序 - 无法在存储过程中命中断点 - SQL Application Debugging from VS2010 and SQL Server 2008 - unable to hit breakpoint in stored proc
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM