Quote:
Originally Posted by kenobewan
What is fiddler? Sounds like you have a permissions prob. Does the aspnet account have access to the directory?
|
Fiddler is an HTTP Debugger (you can see all the requests sent/received as well as a lot of information about them)
The application pool runs with IWAM_SERVERNAME, not NETWORK_SERVICE, so I gave read permission to the whole folder to IWAM_SERVERNAME.
What is really strange though, is that I can access individual files.
If I do a simple test page with some text and one image : image.png. I cannont refresh that page or the credential box will popup (but I can enter the url of that page as much as I want in the address bar!).
However, if I direct my browser directly to the image (let's say server.domain/app1/images/image.png), I can see the image. And I can refresh as much as I like.
For now, I will give full access to the directory for IWAM_SERVERNAME (is there another asp_account than IWAM... ?)
Thanks a lot for your support!