Hi All,
Can any one explain about the difference between "localhost\myproject" and "localhost:1355\myproject". i am using Asp.net2.0 while running the application i can see the path in browser like "http:\\localhost:1355\myproject\default.aspx" and i am getting correct output. But if i open one IE and if i type "http:\\localhost\myproject\default.aspx" then some functionalities are not working??? In one page i am writing all contents into XML file and i am accessing that XML file in another page there i am not getting data??
Plz any one help me......
Thanks.