D
Daves
my application directory in short:
Blog (dir)
-blog.aspx
-blog.aspx.cs
default.aspx
login.aspx
All this located in c:\MyWebs\BlogApplication\
from the blog.aspx code I use Response.Redirect(login.aspx) and tries to
find that file within Blog directory. If I add "\login.aspx" it tries to
find it in the uppermost root, that is under "MyWebs" directory!! Help!
Blog (dir)
-blog.aspx
-blog.aspx.cs
default.aspx
login.aspx
All this located in c:\MyWebs\BlogApplication\
from the blog.aspx code I use Response.Redirect(login.aspx) and tries to
find that file within Blog directory. If I add "\login.aspx" it tries to
find it in the uppermost root, that is under "MyWebs" directory!! Help!