I m Busy Making a CMS using MVC3. 我想测试目前依靠的服务器。 现在,有了正常的html网站,你有一个指数。 html或索引。 .php和iink asp造成违约。 页: 1 但在我的项目中,我没有这样的东西。 任何人都能够告诉我,哪里可以拿到一个缺省页,或者怎么说,我不知道什么形式/幻灯塔。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...