网站从webmatrix ok发布,但visual studio显示dir列表

时间:2012-03-17 14:37:39

标签: visual-studio iis webmatrix

我正在webmatrix中开发网站。我的变量和数据库插入有问题所以决定尝试使用visual studio进行调试(来自webmatrix启动按钮)。

当我从visual studio运行该站点时,它只显示目录列表。 网址为:http://localhost:50051/learning/

当我从webmatrix运行同一页面时,它很好。 该网址为:http://localhost:31430/Default.cshtml

我可以看到localhost号码不同,并且visual studio不是指向默认页面而是指向根文件夹。但我不知道如何解决它。

1 个答案:

答案 0 :(得分:1)

最简单的解决方案...在Visual Studio中右键单击网站项目,然后单击使用IIS Express再次运行。