Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everybody,

I'm new to asp.net and developed a web application for myself but i have problem.

the problem is in 2 of my pages i generate dynamic images like captcha and diagrams.localy everything's ok but on test server the dynamic's images does'nt load.please help me how to figure out this.

my application address: http://mohsen1365bo.somee.com

you can see the problem in http://mohsen1365bo.somee.com/contactus/ directory the captcha doesn't load

thanks in advance
Posted

this is your image tag. I don't seen any proper image src. Use firebug (for FF) or IEWebDeveloper (for IE) tools to view and edit DOm elements.
XML
<img alt="" src="../captcha/" height="40px" width="130px">
 
Share this answer
 
Comments
Sandeep Mewara 20-Nov-10 9:13am    
Comment from OP:
thanks for ur checkin'.yes.as i said before the captcha generate dynamicly
so the default.aspx page in "captcha" directory generate that pic.but as u saw the picture does not show. but localy i don't have any pro

what's your solution?
This is correct.
check your browser settings.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900