This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, July 29, 2009 5:39:36 AM(UTC)
Groups: Registered
Posts: 3
hi,
i have the following code :
WebThumbnailViewer1.Add("CacheFolder/" + Context.Request.UserHostName + "/" + _listFileName[i], 1, 1);
where _listFileName[i] is the name of a tif. file
this works fine when I run my asp.net app from visual studio development server, but when a run it from IIS the WebThumbnailViewer doesn't show the image only shows an 'x'
what can be the problem, permissions???
regards
#2
Posted
:
Wednesday, July 29, 2009 11:22:08 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Before you deploy the Web demo you made, please check the following two help topics:
- How to Run LEADTOOLS Web Demos
- Updating Web Controls Manually.
These two help topics include the information and instructions you need to deploy your demo on IIS.
#3
Posted
:
Thursday, July 30, 2009 4:14:00 AM(UTC)
Groups: Registered
Posts: 3
the problem was that i didn't add .leadgen and .leadinfo extensions, i did it and it works
thank you very much.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.