M
moondaddy
I'm building an asp.net 2.0 app (and I also have .net 3.0 installed so I
don't know if that effects anything here). anyway, I haven't worked in
asp.net for a long time and now I notice that the url to the local web app
looks something like this:
http://localhost:3852/Default.aspx
however, yesterday the url to the exact same page was this:
http://localhost:2100/Default.aspx
and as I recall, in .net 1.1 it would normally be like this:
http://localhost/MyWebAppName/Default.aspx
Can anyone please explain what's going on here?
Thanks.
don't know if that effects anything here). anyway, I haven't worked in
asp.net for a long time and now I notice that the url to the local web app
looks something like this:
http://localhost:3852/Default.aspx
however, yesterday the url to the exact same page was this:
http://localhost:2100/Default.aspx
and as I recall, in .net 1.1 it would normally be like this:
http://localhost/MyWebAppName/Default.aspx
Can anyone please explain what's going on here?
Thanks.