Hi,
Sorry for the delay in my response. I was busy fixing things.
Mischa --> thanks for the browse suggestion in IIS. I kind of used that to
solve this problem. The admin had just entered username for the virtual
directory in connect as dialog box. So I entered the password as well and it
works fine now.
Finally, about my original solution not working for you Mischa, I am using
the same FF version 2.0.0.14 and it worked. The solution which worked for me
is the one where I use <img src = "img2.cfm"> code. Let me know if you still
have problems in FF.
Douglas thanks for the suggestion. I didnt check it but a very good point to
remember about IIS should run under a domain acccount.
*Acccepted Solutions & Important Points to remember:*
1. instead of cfincluding the img.cfm, do a
<cfif fileExists(theFile)>
<img src="...*img2.cfm*">
</cfif>
2. Use browse feature in IIS to see if you can view the file/image to narrow
out CF/Browser issue.
3. IIS should run under a domain acccount
4. Use CFContent <cfcontent type="image/GIF" file="
\\servername\nameofshare\clientname\CF_Chart_Share\testimage.jpg">
Thank you everyone.
Ajas.
On 5/12/08, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
>
> yeah, to point IIS to a share, IIS needs to run under a domain account
> that has access to the share.
>
> DK
>
> On Mon, May 12, 2008 at 6:02 PM, Mischa Uppelschoten ext 10 <
> [EMAIL PROTECTED]> wrote:
>
> >
> > : browse. The browser window opened and i got page cannot be displayed
> > screen
> > :
> > : There is a problem with the page you are looking for, and it cannot be
> > : displayed.
> > :
> > : Please try the following: * Contact the Web site administrator to
> > inform them
> > : that this error has occured for this URL address. HTTP Error 500 -
> > Internal
> > : server error.
> > : Internet Information Services (IIS)
> > : what could be wrong????
> >
> > :
> >
> > Either:
> > - allow Everyone to browse that share
> > - Run IIS under a domain account
> >
> > or more exotic solutions like replicating your files to the webserver,
> > setting up a webserver on the box that hosts the image files, using CFFILE
> > to have the CF server read it etc.
> >
> > BTW, I duplicated your starting situation (use IMG tag to pull in
> > image file from share) and interestingly enough, that does not work with
> > Firefox (2.0.0.14), but it does work with IE 6 (SP2). FF simply does not
> > show the image, but it is available allright through Tools -> Page Info ->
> > Media...
> > ------------------------------------------------------------- To
> > unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>For
> > more info, see
> > http://www.acfug.org/mailinglists Archive @
> > http://www.mail-archive.com/discussion%40acfug.org/ List hosted by
> > http://www.fusionlink.com-------------------------------------------------------------
>
>
>
>
> --
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
> -------------------------------------------------------------
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com/>
> -------------------------------------------------------------
--
<Ajas Mohammed />
http://ajashadi.blogspot.com
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.
"Live as if you were to die tomorrow. Learn as if you were to live forever."
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------