Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Setting up ASPDNSF in IIS6

  1. #1
    EAD_Apparel is offline Junior Member
    Join Date
    Nov 2007
    Location
    MA
    Posts
    23

    Default Setting up ASPDNSF in IIS6

    Hi,

    I am trying to setup my storefront in II6 and I followed the instructions on your online manual, but when all is done I am receiving the error.

    Access to the path 'C:\Inetpub\wwwroot\AspDotNetStorefront\Web\web.co nfig' is denied.


    What did I do wrong?

    Thanks,
    Mike

  2. #2
    MelanieA is offline Junior Member
    Join Date
    Sep 2008
    Posts
    313

    Default

    Please make sure that your web folder was set as an application on your IIS.

  3. #3
    EAD_Apparel is offline Junior Member
    Join Date
    Nov 2007
    Location
    MA
    Posts
    23

    Default

    Thanks,

    I got that working, but now all the image links that are working on the live site with a reference to images/ then the filename aren't showing up, just the red 'x'

    I have access set to the aspnet, iuser, and network system.

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Generally that occurs when the IUSR account does not have read access to those files/folders. You can verify by bypassing asp.net and just browsing to the image directly (eg. enter http://localhost/images/myimage.gif into the browser address box on the server). If it does not display, There is a problem with IIS that is preventing it from serving static content.

  5. #5
    EAD_Apparel is offline Junior Member
    Join Date
    Nov 2007
    Location
    MA
    Posts
    23

    Default

    Thanks,

    I already tried viewing the images locally and I get the message

    "You are not authorized to view this page"

    I have Read & Execute, List Folder Contents, Read, Write, and Modify permissions for both the IUSR_machinename and ASPNET accounts and NETWORK SERVICES