Why is my IIS not recognizing the tilde (~) in my relative path in ASP.net?

Tor Life

New member
For some reason the tilde is remaining in my path

StaticBottomSeparatorImageUrl="~/images/main/navDiv.gif"

Is there a setting for IIS to help me get this right? it ends up leaving the tilde in the path and not rebuilding it. This same code works on other machines but not my current machine.. help!
This line of code is from an ASPX file
 
Back
Top