Hello guys,
I use visual studio 2008 develop my Asp.net web application and publish to the IIS 6.0. Nevertheless, there exists a PATH ERROR.
For instance, when I ran the web application of the IIS, the A.aspx should call the http://xxx/B.aspx(relative path). However, it refers to the PHYSICAL PATH of my computer such as c: \test\B.aspx. For this reason, it leads to the null reference exception. Also, it does not happen everytime but randomly.
ps: IIS 6.0 is installed in the other computer
I really apprecaite your response..:)