开发者

Need to point to files outside the www root

My problem is as follows, I am running a website on a window server. The websites are located in the following directory. 'c:/inetpub/wwwroot/'.

The c drive has become very full recently as one of the websites allows the user to upload files to this location 'c:/inetpub/wwwroot/mywebsite/recordings/'.

I would like to move this recordings folder the e drive on the server which has lots of space 'e:/mywebsite_data/recordings/'

I created this folder and have moved the files to there new lo开发者_JAVA百科cation on the e drive.

My problem is I cannot create a hyper link to the files on this new location. I have tried this href below but obviously this is looking for a file on my own workstation.

<a href="E:\mywebsite_data\recordings\F1301210919031721005a.wav">Recording</a>

Any suggestions?

Thanks


You can solve your problem by creating a virtual directory

Creating Virtual Directories in IIS 6.0

Here is an article on how to do this in IIS7

Understanding Sites, Applications, and Virtual Directories on IIS 7


You can use IIS' virtual directories: https://web.archive.org/web/20110318232846/http://support.microsoft.com/kb/172138

With them you can place external folders in your website (it's like an include).


Update:

Another tutorial: http://msdn.microsoft.com/en-us/library/zwk103ab.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜