Previous Thread

6/19/2006 7:35:01 AM    A symmetry issue
I don't know if this is the right place to post this, but any help regarding 
 
this simple(?) issue is appreciated. 
 
I need some symmetry between my development environment and my running web 
 
site. The root of my web site is http://www.mysite.com/ while the root of my 
 
development environment is http://localhost/myproject/. This means a lot of 
 
trouble since some url rewriting on my site forces me to use absolute 
 
referers in a href and img src attributes, which come to point to different 
 
locations in my local environment and on my web site. I tried redefining the 
 
root of my local environment in iis to c:\Inetpub\wwwroot\myproject\ instead 
 
of c:\Inetpub\wwwroot\ but it seemed impossible to get VS 2003 to handle this 
 
situation. It also seems impossible to create a new project at 
 
c:\Inetpub\wwwroot\ instead of c:\Intepub\wwwroot\newproject\. How do I solve 
 
this?