No images on the page?
-
I've just started ASP.NET. I have the following problem: none of my images, appear on the web page. It seems to be an issue with the access permissions. Does VS need some special configuration?
On the disk, are the images somewhere in the directory tree below the web site's root folder? If not, the ASP.Net process account needs to have access to the folder they're in.
The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’
-
On the disk, are the images somewhere in the directory tree below the web site's root folder? If not, the ASP.Net process account needs to have access to the folder they're in.
The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’
Nope. Everything is in the Web Site folder. I'm using Visual WebDeveloper with the built-in ASP.NET Development Web Server. Documentation is samewhat messy currently (I hope they'll improve it before the final release). I didn't have such problem with earlier betas. I suppose it has something to do with web server or the web page settings. The MS sample project is working but I cannot figure out why it is working and mine doesn't.
-
Nope. Everything is in the Web Site folder. I'm using Visual WebDeveloper with the built-in ASP.NET Development Web Server. Documentation is samewhat messy currently (I hope they'll improve it before the final release). I didn't have such problem with earlier betas. I suppose it has something to do with web server or the web page settings. The MS sample project is working but I cannot figure out why it is working and mine doesn't.