我怎么能这样做,当我去(例如)http://localhost:60288/它没有显示我的目录列表,而是打开Index.aspx页面?这适用http://localhost:60288/Index.aspx但我不希望Index.aspx每次都显示.
我还需要http://localhost:60288/?a=1像http://localhost:60288/Index.aspx?a=1没有Index.aspx显示那样工作的链接.
当我在visual studio中创建一个网站项目时,这曾经工作,但现在我正在使用应用程序项目.我怎么设置它?
我希望/需要这个适用于所有子文件夹,例如http://localhost:60288/SubFolder/应该像链接到的那样工作http://localhost:60288/SubFolder/Index.aspx
日Thnx
编辑仍然没有管理它
我有default.aspx和index.html.我上传了两个到服务器,但我希望我的第一页以index.html开头.我该怎么办?