A
Amil
Hum...am I missing something here. Seems like when I create a new web
application in visual studio .net, it will put it at
http://localhost/newapp/. This is fine..for now.
But, I want to write the app in such a way that I can place it at a
top-level of a site...directly to an ip like http://newapp. For example, I
want to be able to have a href like "/myfile.txt", but in order for it work
work as a web app, I must write it as "/localhost/myfile.txt". Does this
make sense?
I just want to be able to write code using the root directory / which will
always resolve to the top-level. Do I have to put a new IP on my box and
create a totally new web site for development as well? Once it's ready for
production, I just want to copy to a top-level dir that is directly tagged
to an IP.
Amil
application in visual studio .net, it will put it at
http://localhost/newapp/. This is fine..for now.
But, I want to write the app in such a way that I can place it at a
top-level of a site...directly to an ip like http://newapp. For example, I
want to be able to have a href like "/myfile.txt", but in order for it work
work as a web app, I must write it as "/localhost/myfile.txt". Does this
make sense?
I just want to be able to write code using the root directory / which will
always resolve to the top-level. Do I have to put a new IP on my box and
create a totally new web site for development as well? Once it's ready for
production, I just want to copy to a top-level dir that is directly tagged
to an IP.
Amil