简体   繁体   English

如何正确设置ASP.NET开发服务器?

[英]How do I set up my ASP.NET Development Server correctly?

http://i.imgur.com/hqsTvqy.png http://i.imgur.com/hqsTvqy.png

Above is what happens when I try to run my website I have set up in Visual Studio 2010 for Web Development (ASP.NET). 以上是我尝试运行在Visual Studio 2010中为Web开发(ASP.NET)设置的网站时发生的情况。 The website should be able to run (there is a live version of the website working, this is just a local copy). 该网站应该可以运行(该网站有一个实时版本,这只是本地副本)。 Maybe I did something wrong while setting it up? 也许我在设置时做错了什么?

What you miss - based on your linked image - is a colon after ' http ' (and before ' // '), so change the address to 根据链接的图像,您错过的内容是在' http '之后(在' // '之前)的冒号,因此请将地址更改为

http://localhost:56059...

Or you can simply remove the ' http:// ' part and use ' localhost:56059... ' instead. 或者,您可以简单地删除“ http:// ”部分,然后使用“ localhost:56059... ”。

Hope this helps. 希望这可以帮助。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM