Server Error

Discussion in 'ASP.NET / ASP.NET Core' started by apeelewuetu, Aug 2, 2010.

  1. apeelewuetu

    apeelewuetu Guest

    Please, how can i correct this error
    i created a folder name secure under which i keep some files which is not accessible by anaonymous user unless he or she sign in , i did this in creating access rules using ASP.NET Conf. tool during developing stage in my local server, after publishing site using copy tool, the files are not accessible on net.
    the error i get is this.
    Server Error in '/secure' Application.
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /secure/login.aspx

    Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    this simply means that /secure/login.aspx is not uploaded.
     

Share This Page