Search results for query: *

  1. A

    Multiple web sites in VS/ASP.net

    Man, this is doing me in. Basically when I do New Project, select Web Application, it defaults the location to http://localhost/WebApplication1 I change this to http://mydomain (mydomain is an entry I added to my hosts file but it is essentially the same as localhost, I have an IIS...
  2. A

    Multiple web sites in VS/ASP.net

    Hi, Yes the little tool you refer to I mention in my original post. I am indeed on XP Pro and I have setup the 2 websites I need with home directories pointing to the c:\project1 and c:\project2. My issue is trying to get my new VS.net install to hook onto these web applications. It doesn't...
  3. A

    Multiple web sites in VS/ASP.net

    yeah but relative urls can get pretty ugly in the code. are you saying that there is no way in asp.net development to develop for different IIS websites? seems a little wacky to me. never have this problem in my java or php development cycle ...
  4. A

    Multiple web sites in VS/ASP.net

    Hi, no I mentioned that the http://localhost/WebApp1 style which is what you have suggested does not work for me. The main reason for that is that absolute URLs on things like images where I say <img src="/images/x.gif" /> will not work because they would need to be <img...
  5. A

    Multiple web sites in VS/ASP.net

    I have 2 existing web sites implemented in ASP.net with VS.net 2003 but I got a new PC and can't for the life of me work out how to configure them up again! What I need is to have my local IIS installation have multiple sites (for which I use IISAdmin tool). Therefore http://project1...
Back
Top