Adding Image in html

前端 未结 3 1609
南旧
南旧 2021-01-27 11:13

I cannot seem to add an image in html. I\'m using ASP.net MVC 3. My image, named KeyLargoPic, is located on a flash drive in the folder X:\\Project\\Project\\Photos\\Key Largo

3条回答
  •  梦如初夏
    2021-01-27 11:41

    Try to mount a virtual directory in IIS pointing to X:\Project[...] so you will be able to access your ressources with a relative address

提交回复
热议问题