patrickdrd
Programmer
Hi everyone!
I am developing a (relatively small) asp.net site
for my company, however I am experiencing some problems with iis and asp.net security settings along the way.
For a example, I was getting an "access denied" message on an assemply that I had build myself, when trying to run the project that was referencing it.
I figured out that I had to give permissions to the aspnet user (I gave him full permissions under the project's path).
Now, I have another problem: when the user tries to load a page that includes a graphic (an image file), a logon window pops up!
I do not know why this is happening, the strange thing is that when he clicks on cancel (not logging on actually), the page continues to load, without the image!
What are the particular settings one has to keep in mind on when developing sites under iis?
Is there any reference for those?
Thanks in advance!
I am developing a (relatively small) asp.net site
for my company, however I am experiencing some problems with iis and asp.net security settings along the way.
For a example, I was getting an "access denied" message on an assemply that I had build myself, when trying to run the project that was referencing it.
I figured out that I had to give permissions to the aspnet user (I gave him full permissions under the project's path).
Now, I have another problem: when the user tries to load a page that includes a graphic (an image file), a logon window pops up!
I do not know why this is happening, the strange thing is that when he clicks on cancel (not logging on actually), the page continues to load, without the image!
What are the particular settings one has to keep in mind on when developing sites under iis?
Is there any reference for those?
Thanks in advance!