I want to share some files on my computer using IIS within the wwwroot folder. I'm currently getting a 403 error when I enter the URL ipaddress/Folder. Is there any way to get rid of the 403 error and allow my computer to make the files public?

link|improve this question
3  
This inquiry belongs on superuser.com. – fennec Sep 13 '10 at 3:10
The first thing you need to do is probably to enable directory browsing in the properties of the web site, but can you give us more specifics about what you're trying to acieve and how you've got the web site configured? – joeqwerty Sep 13 '10 at 12:09
He probably moved the files from his home folder, so they retained the his security settings, and the IUSR_MachineName doesn't have read access. – Chris S Sep 13 '10 at 12:44
feedback

migrated from stackoverflow.com Sep 13 '10 at 10:13

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown