|
I open the example sample code in VS web developer and somehow, it looks fine in the IDE. However, when I tried to run it in internet explorer, all the directory path for images, css, script and etc being brought down by a level. For example, The actual directory structure is: Online1003/images/image.jpg Online1003/css/style.css Online1003/Quick/step1.aspx Online1003/default.aspx When I run it in IE, the default.aspx page shows up fine (http://localhost:1234/Online1003/default.aspx) . However all the directory path for links such as images are one level behind (http://localhost:1234/images/image.jpg).
Does that has anything to do with my IDE settings? btw, I am new to asp.net, but use to code in C#.
|