Redirecting the user to a page in a different directory in an ASP.NET application -


I am working on ASP.NET which has 2 folders / directories Test1 and How can I redouble test2 from Test2?

I get a 404 error with this code:

  if (user.insynol ("admin")) {Response.Redirect ("../ test2 / Login.asxp "); }    

may be:

  feedback again : Guided ("~ / Test2 / Login.aspx");   

You have ASXP

There are many other things that most of these can fall in typo category. What is the resulting URL in the address bar of your browser when a 404 page is found? Have you saved the Login.aspx page that is in Test2?

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -