virtual directory not agreeing

D

David Lozzi

Howdy,

I recently had the disappointing experience of losing my hard drive. I've
since reloaded my Vista Ultimate 32 machine with a new hard drive. I've
install VS2005, with SP1 and the Vista update for SP1, and Visual Source
Safe. I've brought in an ASP.Net 2.0 application from VSS. The subfolder in
IIS is an application. When i go to run the application,
http://localhost/gacc, i get the page content except no CSS or images. For
instance, i have my CSS in the file like <LINK rel="stylesheet"
type="text/css" href="<%=Page.ResolveUrl("~/styles.css")%>"> and it writes
as <LINK rel="stylesheet" type="text/css" href="/gacc/styles.css">. An image
is looking at http://localhost/gacc/images/title.gif, which is correct.
However if i put this link in the address bar I get a blank page. AHHhhhh.
The image does exist and I can view it through windows explorer.

I'm noticing the same at http://localhost/iisstart.htm. Blank page. source
is

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


it feels like the mapping or handlers are correct. where can i confirm that?
any ideas?

Thanks,
David Lozzi
 
D

David Lozzi

Yeah, that was stupid. I didn't install the Static File option in windows
components.......

thanks for your time.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top