Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with warning.gif
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01136854
Message ID:
01161199
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
>>If you have warning.gif in an Images subfolder off your main project's root folder, it should work...is that not the case here?
>>
>
>It is in the images subfolder but it's still not working. It works fine in development because the Web App is a virtual directory off of localhost (http://localhost/TTI) but in production it is in it's own domain. Go to http://www.TimeTrackIt.com/UserRegistration.aspx click the "Register" button without enthering any data and then view the source and you'll see what I'm talking about.
>
>Thanks,
>Rip

Kevin - this may be the issue I e-mailed you about a while back. The framework code is doubling the forward slash on the image which causes the broken image problem.

Eg.

img src='//images/warning.gif'

instead of

img src='/images/warning.gif'
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform