Click here to Skip to main content
15,906,106 members
Home / Discussions / Web Development
   

Web Development

 
QuestionReading a client-side INI into javascript Pin
bill bradley11-May-10 16:45
bill bradley11-May-10 16:45 
AnswerRe: Reading a client-side INI into javascript Pin
enhzflep11-May-10 18:05
enhzflep11-May-10 18:05 
Questionworking with weather.com free html applet Pin
bill bradley11-May-10 16:41
bill bradley11-May-10 16:41 
QuestionClient-Side Start-Up Script Pin
bill bradley11-May-10 16:36
bill bradley11-May-10 16:36 
QuestionFREE php jquery forms with recaptcha Pin
Yoingco11-May-10 11:42
Yoingco11-May-10 11:42 
QuestionWebsite not granting access to its files Pin
fjparisIII9-May-10 14:52
fjparisIII9-May-10 14:52 
AnswerRe: Website not granting access to its files Pin
Peace ON9-May-10 21:03
Peace ON9-May-10 21:03 
GeneralRe: Website not granting access to its files Pin
fjparisIII10-May-10 3:46
fjparisIII10-May-10 3:46 
Thanks for testing this. Obviously the problem is worse than I thought, and not just something that suddenly turned wrong on one of my machines (my development machine).

The "Photo Not Found" is my caption on my MessageBox, from my Silverlight application. All of the words after the word, "Reason" are from the exception handler in the event, System.Net.WebClient.OpenReadCompleted, which I call e. The expression, e.Error.Message supplies the words, "The Website may not be granting access to its files from your computer."

The URL I'm passing to WebClient.OpenReadAsync() is the following:

http://www.parisphototools.com/ClientBin/SplashScreenPhotos/splash800.jpg


If you type that URL into your Web browser, you will see the image pop up. So the paths I'm sending to WebClient.OpenReadAsync() are valid and the Website itself is not restricting access. The question then becomes, why all of a sudden is the call to WebClient.OpenReadAsync() failing on some machines? And why doesn't it fail on my other machine? The machine it's failing on is running Vista and the machine it doesn't fail on is running XP.

I must have done something in the Silverlight application that somehow is changing permissions that only affects some machines, and maybe it is operating system dependent.

Anyone have any ideas? What should I be looking for?
GeneralRe: Website not granting access to its files SOLVED Pin
fjparisIII10-May-10 15:33
fjparisIII10-May-10 15:33 
QuestionMoving website from 32-bit to 64-bit Pin
Gregory Gadow7-May-10 6:34
Gregory Gadow7-May-10 6:34 
AnswerRe: Moving website from 32-bit to 64-bit Pin
Peace ON7-May-10 21:28
Peace ON7-May-10 21:28 
GeneralRe: Moving website from 32-bit to 64-bit Pin
Gregory Gadow10-May-10 4:16
Gregory Gadow10-May-10 4:16 
QuestionImplementing multiple checkboxes with their own actions Pin
calivw787-May-10 4:48
calivw787-May-10 4:48 
AnswerRe: Implementing multiple checkboxes with their own actions Pin
Not Active7-May-10 5:01
mentorNot Active7-May-10 5:01 
GeneralRe: Implementing multiple checkboxes with their own actions Pin
calivw787-May-10 5:13
calivw787-May-10 5:13 
GeneralRe: Implementing multiple checkboxes with their own actions Pin
Not Active7-May-10 6:57
mentorNot Active7-May-10 6:57 
Questiononly default controller is loading for all request - Critical Pin
Jayapal Chandran5-May-10 21:39
Jayapal Chandran5-May-10 21:39 
AnswerRe: only default controller is loading for all request - Critical Pin
User 17164925-May-10 22:04
professionalUser 17164925-May-10 22:04 
GeneralRe: only default controller is loading for all request - Critical Pin
Jayapal Chandran6-May-10 23:31
Jayapal Chandran6-May-10 23:31 
GeneralRe: only default controller is loading for all request - Critical Pin
User 17164927-May-10 7:48
professionalUser 17164927-May-10 7:48 
QuestionHow do I develop on Microsoft Dynamics CRM 4.0 without working on the server? Pin
Nada Adel5-May-10 2:46
Nada Adel5-May-10 2:46 
AnswerRe: How do I develop on Microsoft Dynamics CRM 4.0 without working on the server? Pin
RCoate5-May-10 23:25
RCoate5-May-10 23:25 
Questionlooking for good login script Pin
ravensensei4-May-10 2:35
ravensensei4-May-10 2:35 
AnswerRe: looking for good login script Pin
Not Active4-May-10 2:42
mentorNot Active4-May-10 2:42 
GeneralRe: looking for good login script Pin
ravensensei4-May-10 2:51
ravensensei4-May-10 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.