because you are using the VS includes WebServer and not IIS, and that will
create programatically a new Virtual Directory
with the name of your project, the port is given randomly so will not cause
any problem in an existing WebServer inviroment
to avoid this you need to use IIS itself and configure the default Web Root
to point to your directory!
--
Bruno Alexandre
Strøby, Danmark
"a Portuguese in Denmark"
"SushiSean" <(E-Mail Removed)> wrote in message
news:04AE4A61-4524-4FCE-A161-(E-Mail Removed)...
> Hello. I have problem with root host name. When I create some new site
> (for example, testsite1) and run this I will get URL like this
>
> http://localhost:1954/testsite1/somepage.aspx
>
> How I can remove this "testsite1" in URL? I need have
>
> http://localhost:1954/somepage.aspx
>
> This prefix doesn't have any sense becuase next site which I will run will
> have other
> work port, (http://localhost:1955/testsite1) So why it exist at all?