I am using a simple login page which contains 2 textbox and for validation I used validator callout extender. There is no master page added.
When I type the URl http://localhost/MySite/admin/Login.aspx it works fine. All the images loads successfully. When I ctrl+f5 browser, sometimes the images not loaded and page looks too ugly. Why this error comes.
In firefox console it shows error like :
<div class="logRow logRow-error">
"NetworkError: 403 Access Forbidden - http://localhost/MySite/admin/images/1_logo.gif"
<div class=" ">1_logo.gif</div> </div> <div class="logRow logRow-error">
"NetworkError: 403 Access Forbidden - http://localhost/MySite/admin/images/footerBg.gif"
<div class=" ">footerBg.gif</div> </div> <div class="logRow logRow-error">
"NetworkError: 403 Access Forbidden - http://localhost/MySite/admin/images/logo.png"
Please give me any solution.