London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
We are running several sites where the virtual paths are mapped to another partition, and it works without any problems. But, if you are trying to use a drive which is mapped to a network share (eg G:\ which is mapped to \\fileserver\d$) you will get an error.
Have you checked the security settings on the folders on the D-drive? Does the IIS_WPG group have enough rights?
--
Lars Øyvind
The drive is local but:
The path I map to is D:\websites\xxxxx\xxxxx. And the "websites" directory is shared. Is that a problem?
Or is it only a problem when mapping to a share?
/Hans
only when you are mapping to a share.
does the IIS_WPG group have modify rights on the D:\websites\xxxx\xxxx folder?
Can VirtualPathMappings map to another partition? On my local system everything is on the rootpartition (C:) and it works. But in the test environment the webapplication-files are on (D:) and the mappings doesn't seem to work.
Would like to know before I investigate it further.
/Hans