Hi pdaltonmcsd,
2. I need my media library to be a physical path outside that app directory on the server for storage reasons. Say [D:\Media\] with sub folders for grouping of images under that, ClassA, ClassB etc... so the physical path to my images will be D:\Media\ClassA\mypiture.png
Create a virtual directory under you site name "myMedia" and point to the physical path you need and than set
editor1.Setting["security:MediaGalleryPath"] ="~/myMedia";
3. When I grab one of those images to put in my content, I need to have the URL to that image be something like:
Set URLType to absolute
<CE:Editor ID="editor1" runat="server" URLType="absolute">
</CE:Editor>
Regards,
Ken