Strange one.
When I publish and access my web-site from the production server all the images/graphics, formatting and lay-out is missing.
Works fine on Visual Studio WD Express. Snap shot from the browser window below.... Yes, all the required graphics are in the respective folders off INetPub. The files for this site were copied, lock stock and barrel to the production server.
TruBank Demo
|
|


Where are my web-site graphics and images?
mll
Hi!
Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at
http://www.asp.net/welcome.aspx tabindex=1&tabid=39As David said, you need to ensure that the files are not locked down. To do this, check the permissions (using Explorer) to make sure ASPNET and/or Network Service has read access to those files.
HTH,
PEte
Balaji_2307
Visiting one of the images (http://demo.truthstone.com/App_Themes/White/Images/button-create.gif
) in your demo, displays:
Forbidden: Read access is denied
So you may want to check the permissions on the webserver.
Takalth
Have a look at the following post for setting up your web server, it will help you to get started.
http://www.asp.net/faq/AspNetAndIIS6.aspx tabindex=0&tabid=1
Dwight Kulkarni
Forgive the dumb questions, but where do I set folder/file permissions i.e. do I need to do this file by file or folder by folder or for the whole site
For whom do I need to set the permissions (At this stage there are administrators and users set up on the server).
What values do I need to set At present the permissions I can see by right clicking on the folder are set to "read" access.
MRW