Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Response.Status = "301 Moved Permanently"
Response.AddHeader("Location", "www.xyz.com")
Response.End()


Its Give Me Some Error On Mozila browser

The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Posted
Comments
Sinisa Hajnal 12-Sep-14 2:09am    
Try adding http:// in front of the site address.
Yogesh_Chavan 12-Sep-14 2:23am    
i try http:// but its give me same error thanks in advance

1 solution

Several links how to do it[^]

Did you try Response.Clear before setting the location and status? Read the above. It might help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900