Problem regarding web site uploading ?

Last post 06-22-2009 2:27 AM by Sachin Uchil. 2 replies.

Sort Posts:

  • Problem regarding web site uploading ?

    06-16-2009, 2:46 AM
    • Member
      153 point Member
    • chandradev1
    • Member since 11-19-2008, 9:50 AM
    • Bangalore(India)
    • Posts 131

    Hi friend
     
              i have uploaded one asp.net website. There are two modules. Public and admin part. I have kept all admin pages in admin folder. while uploading on server all dynamic public pages are working fine. But all admin folder pages are not working. I have also used ajax controls. could you tell me, what should i have to modify in web confi page ?  

    Chandra Dev
  • Re: Problem regarding web site uploading ?

    06-16-2009, 7:08 AM
    Answer
    • Member
      153 point Member
    • chandradev1
    • Member since 11-19-2008, 9:50 AM
    • Bangalore(India)
    • Posts 131

    Hi

    I had solved the problem. Donot send reply

    Chandra Dev
  • Re: Problem regarding web site uploading ?

    06-22-2009, 2:27 AM
    • Member
      82 point Member
    • Sachin Uchil
    • Member since 06-06-2009, 5:42 AM
    • Posts 19

    "But all admin folder pages are not working. "
    Could u please specify what is the error u are getting..

    If the ajax controls are only in the Admin pages then make sure u have ajax dll in your bin forder, but if ajax is also in the other pages and they work fine than Ajax is not the issue.

    The web.config in the parent folder should be normal and in authorization section it should have <authorization>
       <allow users="*"/>
      </authorization>

     and the web.config in your admin folder should have only the following
    <authorization>
       <deny users="?"/>
    </authorization>

     

    Hope this helps.. if it dosent please mention the error u are getting .. a screenshot is always helpful..:)

    Remember to click "Mark as Answer" on the post, if it helps you.

    Regards,
    Sachin Uchil
    Website  |  Blog
Page 1 of 1 (3 items)