通过静态 IP 使我的网站可用

发布于 2024-10-31 05:45:30 字数 209 浏览 7 评论 0原文

我刚刚完成了 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 技术交流群。

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

发布评论

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

评论(1

笑饮青盏花 2024-11-07 05:45:30

在本地开发机器上使用 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

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