G
Guest
In asp.net 1.1, when i use to run the web page. I could change the localhost
to my computer name and web page use to run, so for example if the web page is
http://localhost/app/default.aspx
I can change it to http://mycomputername/app/default.aspx
but now in asp.net 2.0
http://localhost:3223/app/Default.aspx
if I change localhost to my computerName like
http://mycomputername:3223/MSCCTrackerDemo/Default.aspx
I get an error that "page cannot be displayed". Is it possible to run the
web page by changing the local host to my computer name in asp.net 2.0
Thanks
to my computer name and web page use to run, so for example if the web page is
http://localhost/app/default.aspx
I can change it to http://mycomputername/app/default.aspx
but now in asp.net 2.0
http://localhost:3223/app/Default.aspx
if I change localhost to my computerName like
http://mycomputername:3223/MSCCTrackerDemo/Default.aspx
I get an error that "page cannot be displayed". Is it possible to run the
web page by changing the local host to my computer name in asp.net 2.0
Thanks