disregard that last message fixed it, can compile but when running from visual studio pics are gone, from IE it compiles something and is ok . i can see the starwars, the ineta pics and the ads, not the logo and the photo gallery pics
never mind, I forgot to set application mappings for the virtual directory, in my effor to try anything to get it working I created a virtual directory called CommunityStarterKit in addition to the one with another name that was origonally used for the 1.0
that was working. Having 2 virtual directories was confusing, but don't know how else to do it. Can this cause problems later?
ok the only reason I need a virtual directory called communityStarterKit is because when I run my app through visual studio it starts the application. If I could get visual studio to start IE at the other virtual folder (which goes to the same place) I can
ditch it. Anyone know where to change this off the top of their heads? I tried changing the names in web.config but that just broke it
Edit the URL in the *.webinfo file in the root of your site. This is a VS.NET file that determines which VD to use when loading a web project. It is an XML file so open in a text or XML editor.
ah, I went there and saw it was pointed to the old project file. But when I changed it from to nothing changes, when I run the project from visual studio it still starts up IE at http://localhost/CommunityStarterKit/Default.aspx
Afgooey
Member
150 Points
30 Posts
Images not appearing
Mar 04, 2005 01:51 AM|LINK
Afgooey
Member
150 Points
30 Posts
Re: Images not appearing
Mar 04, 2005 02:16 AM|LINK
Afgooey
Member
150 Points
30 Posts
Re: Images not appearing
Mar 07, 2005 05:41 PM|LINK
Redd
Contributor
5271 Points
1061 Posts
Re: Images not appearing
Mar 08, 2005 03:39 PM|LINK
http://www.reddnet.net
Afgooey
Member
150 Points
30 Posts
Re: Images not appearing
Mar 08, 2005 08:57 PM|LINK
BillKrat
Participant
868 Points
176 Posts
Re: Images not appearing
Apr 19, 2005 03:12 PM|LINK
You'll need to update the solution file (.SLN) as well - you'll find the path to it on the property sheet. That should fix it :)