Re: [flexcoders] Lots of images and 403 errors

2006-09-27 Thread David Harris



I asked Mr Google, and found this:Q: What limits are on the XP Pro version of IIS (IIS 5.1)?
  A: There are several. The most significant is that you cannot create 
  more than one website and it is limited to 10 connections.On 9/27/06, David Harris <
[EMAIL PROTECTED]> wrote:HI Guys.Thanks for the reponses.@Clint: I think it is something to do with connections as what it appears to be random on which images have the issue.
EG: You have 20 images. You load the Flex up and 3 of them don't work and the IIS log tells me 403.
Then I refresh the Flex app, and a Different X amount don't work, but the original ones do...so I am guessing its something to do with IIS refusing connection due to load...@b0b0bb0b (nice name!): I'll give that a go. I have tried both return via ColdFusion (using cfcontent if you know what that means) and direct with a HTTP:// reference, but I suspect again that IIS is chocking...
Cheers!On 9/27/06, Clint Modien <
[EMAIL PROTECTED]> wrote:













  



403 is a security error.
 
Check the ntfs permissions on the files. 
On 9/25/06, David Harris <[EMAIL PROTECTED]
> wrote:





I'm not sure if this is a Flex issue or maybe my server set up...butif any of you have any ideas, I'm be glad to hear them!I have a Flex Movie that is loading a lot of images. (yes, a picture gallery)


The Flex2 app hits ColdFusion and gets a query back with all theinformation images (JPG infact) and the loads them in to a mx:TileThe problem I am having is the some of the images are not working, andwhen I look at the IIS logs, I am seeing 403 errors.
I am putting it down to the web server not being able to handle theamount of hits from the flex app.Anyone esle had issues like this? and if so, any ideas on how to over come them?Cheers


 

  

















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Lots of images and 403 errors

2006-09-27 Thread David Harris



Next time your in Auckland Clint, I'll buy you a beer!I ended up doing: CScript.exe adsutil.vbs set w3svc/MaxConnections 40which made my issue go away.The line in the log was:04:06:01 
192.168.5.36 GET [some url here] 403So I guess there is no subcode...I had changed it to as JRUN as the server too and that worked...If only I had checked my email earlier!Thanks again
On 9/27/06, Clint Modien <[EMAIL PROTECTED]> wrote:













  



What was the subcode for the 403 error?
 
 
On 9/26/06, David Harris <[EMAIL PROTECTED]
> wrote:





HI Guys.Thanks for the reponses.@Clint: I think it is something to do with connections as what it appears to be random on which images have the issue.EG: You have 20 images. You load the Flex up and 3 of them don't work and the IIS log tells me 403. 
Then I refresh the Flex app, and a Different X amount don't work, but the original ones do...so I am guessing its something to do with IIS refusing connection due to load...@b0b0bb0b (nice name!): I'll give that a go. I have tried both return via ColdFusion (using cfcontent if you know what that means) and direct with a HTTP:// reference, but I suspect again that IIS is chocking... 
Cheers!
On 9/27/06, Clint Modien <[EMAIL PROTECTED]> wrote:
 






403 is a security error.
 
Check the ntfs permissions on the files. 

On 9/25/06, David Harris <[EMAIL PROTECTED] 
> wrote: 





I'm not sure if this is a Flex issue or maybe my server set up...butif any of you have any ideas, I'm be glad to hear them!I have a Flex Movie that is loading a lot of images. (yes, a picture gallery)

The Flex2 app hits ColdFusion and gets a query back with all theinformation images (JPG infact) and the loads them in to a mx:TileThe problem I am having is the some of the images are not working, andwhen I look at the IIS logs, I am seeing 403 errors. 
I am putting it down to the web server not being able to handle theamount of hits from the flex app.Anyone esle had issues like this? and if so, any ideas on how to over come them?Cheers



 

  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Lots of images and 403 errors

2006-09-26 Thread Clint Modien



If your using iis for winxp then the max connection limit is 10.
You can bump it to 40 max by using:
adsutil set w3svc/MaxConnections 40 
On 9/26/06, David Harris <[EMAIL PROTECTED]> wrote:





HI Guys.Thanks for the reponses.@Clint: I think it is something to do with connections as what it appears to be random on which images have the issue.EG: You have 20 images. You load the Flex up and 3 of them don't work and the IIS log tells me 403. 
Then I refresh the Flex app, and a Different X amount don't work, but the original ones do...so I am guessing its something to do with IIS refusing connection due to load...@b0b0bb0b (nice name!): I'll give that a go. I have tried both return via ColdFusion (using cfcontent if you know what that means) and direct with a HTTP:// reference, but I suspect again that IIS is chocking... 
Cheers!
On 9/27/06, Clint Modien <[EMAIL PROTECTED]> wrote:
 






403 is a security error.
 
Check the ntfs permissions on the files. 

On 9/25/06, David Harris <[EMAIL PROTECTED] 
> wrote: 





I'm not sure if this is a Flex issue or maybe my server set up...butif any of you have any ideas, I'm be glad to hear them!I have a Flex Movie that is loading a lot of images. (yes, a picture gallery)
The Flex2 app hits ColdFusion and gets a query back with all theinformation images (JPG infact) and the loads them in to a mx:TileThe problem I am having is the some of the images are not working, andwhen I look at the IIS logs, I am seeing 403 errors. 
I am putting it down to the web server not being able to handle theamount of hits from the flex app.Anyone esle had issues like this? and if so, any ideas on how to over come them?Cheers


 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Lots of images and 403 errors

2006-09-26 Thread Clint Modien



What was the subcode for the 403 error?
 
 
On 9/26/06, David Harris <[EMAIL PROTECTED]> wrote:





HI Guys.Thanks for the reponses.@Clint: I think it is something to do with connections as what it appears to be random on which images have the issue.EG: You have 20 images. You load the Flex up and 3 of them don't work and the IIS log tells me 403. 
Then I refresh the Flex app, and a Different X amount don't work, but the original ones do...so I am guessing its something to do with IIS refusing connection due to load...@b0b0bb0b (nice name!): I'll give that a go. I have tried both return via ColdFusion (using cfcontent if you know what that means) and direct with a HTTP:// reference, but I suspect again that IIS is chocking... 
Cheers!
On 9/27/06, Clint Modien <[EMAIL PROTECTED]> wrote:
 






403 is a security error.
 
Check the ntfs permissions on the files. 

On 9/25/06, David Harris <[EMAIL PROTECTED] 
> wrote: 





I'm not sure if this is a Flex issue or maybe my server set up...butif any of you have any ideas, I'm be glad to hear them!I have a Flex Movie that is loading a lot of images. (yes, a picture gallery)
The Flex2 app hits ColdFusion and gets a query back with all theinformation images (JPG infact) and the loads them in to a mx:TileThe problem I am having is the some of the images are not working, andwhen I look at the IIS logs, I am seeing 403 errors. 
I am putting it down to the web server not being able to handle theamount of hits from the flex app.Anyone esle had issues like this? and if so, any ideas on how to over come them?Cheers


 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Lots of images and 403 errors

2006-09-26 Thread David Harris



HI Guys.Thanks for the reponses.@Clint: I think it is something to do with connections as what it appears to be random on which images have the issue.EG: You have 20 images. You load the Flex up and 3 of them don't work and the IIS log tells me 403.
Then I refresh the Flex app, and a Different X amount don't work, but the original ones do...so I am guessing its something to do with IIS refusing connection due to load...@b0b0bb0b (nice name!): I'll give that a go. I have tried both return via ColdFusion (using cfcontent if you know what that means) and direct with a HTTP:// reference, but I suspect again that IIS is chocking...
Cheers!On 9/27/06, Clint Modien <[EMAIL PROTECTED]> wrote:













  



403 is a security error.
 
Check the ntfs permissions on the files. 
On 9/25/06, David Harris <[EMAIL PROTECTED]
> wrote:





I'm not sure if this is a Flex issue or maybe my server set up...butif any of you have any ideas, I'm be glad to hear them!I have a Flex Movie that is loading a lot of images. (yes, a picture gallery)

The Flex2 app hits ColdFusion and gets a query back with all theinformation images (JPG infact) and the loads them in to a mx:TileThe problem I am having is the some of the images are not working, andwhen I look at the IIS logs, I am seeing 403 errors.
I am putting it down to the web server not being able to handle theamount of hits from the flex app.Anyone esle had issues like this? and if so, any ideas on how to over come them?Cheers

 

  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Lots of images and 403 errors

2006-09-26 Thread Clint Modien



403 is a security error.
 
Check the ntfs permissions on the files. 
On 9/25/06, David Harris <[EMAIL PROTECTED]> wrote:





I'm not sure if this is a Flex issue or maybe my server set up...butif any of you have any ideas, I'm be glad to hear them!I have a Flex Movie that is loading a lot of images. (yes, a picture gallery)
The Flex2 app hits ColdFusion and gets a query back with all theinformation images (JPG infact) and the loads them in to a mx:TileThe problem I am having is the some of the images are not working, andwhen I look at the IIS logs, I am seeing 403 errors.
I am putting it down to the web server not being able to handle theamount of hits from the flex app.Anyone esle had issues like this? and if so, any ideas on how to over come them?Cheers
 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Lots of images and 403 errors

2006-09-25 Thread David Harris
I'm not sure if this is a Flex issue or maybe my server set up...but
if any of you have any ideas, I'm be glad to hear them!

I have a Flex Movie that is loading a lot of images. (yes, a picture gallery)

The Flex2 app hits ColdFusion and gets a query back with all the
information images (JPG infact) and the loads them in to a mx:Tile

The problem I am having is the some of the images are not working, and
when I look at the IIS logs, I am seeing 403 errors.
I am putting it down to the web server not being able to handle the
amount of hits from the flex app.

Anyone esle had issues like this? and if so, any ideas on how to over come them?

Cheers


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/