G
Guest
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 the
project in my local development environment is http://localhost/myproject/,
differing from the local server root http://localhost/. This means a lot of
trouble since some url rewriting on my site forces me to use absolute
referers such as "/file.jpg" in a href and img src attributes, which come to
point at different locations on my website than in my local environment. I
tried redefining the root of my local development server 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 problem?
TIA
Erik
site. The root of my web site is http://www.mysite.com/ while the root of the
project in my local development environment is http://localhost/myproject/,
differing from the local server root http://localhost/. This means a lot of
trouble since some url rewriting on my site forces me to use absolute
referers such as "/file.jpg" in a href and img src attributes, which come to
point at different locations on my website than in my local environment. I
tried redefining the root of my local development server 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 problem?
TIA
Erik