Make sure you are using virtual path to the images and css rather than
physical one. I mean it should be something like
"~/ImageDir/image.gif"
rather than
"c:\mywebroot\ImageDir\image.gif"
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"R.A.M." <(E-Mail Removed)> wrote in message
news:fekivh$r32$(E-Mail Removed)...
> Hi,
> I have created ASP.NET application with forms authentication (Login.aspx).
> The problem is that although Login.aspx contains CSS styles and JPEG/GIF
> images, usually the styles are not applied and images are not displayed. I
> mean, if I run application from Visual Studio at about 80% of times the
> styles and images are not applied - black and white page without images
> (only rectangular ares). I am not sure but I think I saw this effect on my
> friend's computer where I installed my application.
> Please help.
> /RAM/
>