Hi,
I can run my Employer website in my local machine when I run it from the visual studio.
But, I uploaded the site now. I can access all aspx pages except the pages in 'Employer' folder.
Employer folder should be accessed by Employer and Administrator roles. I already set those roles in my ASP.NET Administrator tool. When I try to login as an Employer and try to access the pages like ~/Employer/Default.aspx, I can't access them. Ican access them when I run it in my local machine from Visual Studio. I don' t find any error in my database. Any idea.
The error which I am getting now is:-
Cannot use a leading .. to exit above the top directory
Thanks