通过静态 IP 使我的网站可用
我刚刚完成了 MVC 网站原型的开发。
它使用完整 SQL Server 2008 安装的本地实例,而我仅使用 Visual Studio 2010 附带的开发服务进行开发。
有什么办法可以让我的朋友可以登录并测试一些东西吗?或者除非我使用IIS之类的,否则没有办法。
另外,我希望他能够喜欢、充分使用它,以便访问数据库等。
提前谢谢大家。
So I just finished development of a prototype of my MVC site.
It uses a local instance of a full SQL Server 2008 install, and I'm developing just with the development serves that come with Visual Studio 2010.
Is there ANYWAY I can make this available to my friend to log on and test some stuff out? Or is there no way unless I'm using IIS or something.
Also, I'd want him to be able to like, use it fully, so access to the DB, etc.
Thanks ahead of time guys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在本地开发机器上使用 Fiddler。并将远程计算机设置为使用 fiddler 作为其代理。
远程计算机无法连接到 Visual Studio Web 服务器
< a href="http://www.fiddler2.com/fiddler/help/reverseproxy.asp" rel="nofollow noreferrer">http://www.fiddler2.com/fiddler/help/reverseproxy.asp
或者
如果他只是需要访问权限。他可以远程连接到您的计算机:s
Start>Run mstsc
Using Fiddler on your local dev machine. And setting up your remote machine to use fiddler as its proxy.
Remote machines cannot connect to Visual Studio web server
http://www.fiddler2.com/fiddler/help/reverseproxy.asp
OR
If it's just access he requires. He could remote to your machine :s
Start>Run mstsc