I currently have image paths for WebImages set up like this...
/images/image01.png
When I publish I am not publishing to my inetpub root directory through iis but instead am publishing to a subdirectory.
The problem is that the images don't show because they are in the wrong directory.
The application is looking to pinonanlytics.com/images for pictures but the pictures publish to pinonanalytics.com/marketshareiq/images
How can I use one path that works everywhere?