D
davidw
I am using microsoft development enviroment 2003. I created a solution, and
have some projects, I put the root dir as my IIS home, and each project has
their own directory, so it is like
c:\solution
c:\solution\project1
c:\solution\project2
....
I put my main dll under c:\solution\bin, it works fine. When I compile
project1, I get a dll under c:\solution\project1\bin. But the dll of
project1 is used to handle root http request, I need it handle url like
http://mydomain/chat.aspx, not something like
http://mydomain/project1/chat.aspx, so I think I need put the project1 dll
into the bin under c:\solution, but I can not change the output path, it is
"bin\" now, everytime I changed it to "..\bin\", it always changed back
automatically, I remember I did do this successfully on my other projects, I
have no idea if this should work and why it doesn't work. Any suggestion to
my problem?
Thanks.
have some projects, I put the root dir as my IIS home, and each project has
their own directory, so it is like
c:\solution
c:\solution\project1
c:\solution\project2
....
I put my main dll under c:\solution\bin, it works fine. When I compile
project1, I get a dll under c:\solution\project1\bin. But the dll of
project1 is used to handle root http request, I need it handle url like
http://mydomain/chat.aspx, not something like
http://mydomain/project1/chat.aspx, so I think I need put the project1 dll
into the bin under c:\solution, but I can not change the output path, it is
"bin\" now, everytime I changed it to "..\bin\", it always changed back
automatically, I remember I did do this successfully on my other projects, I
have no idea if this should work and why it doesn't work. Any suggestion to
my problem?
Thanks.