Tagged Questions
3
votes
1answer
340 views
ASP.NET httpRedirect : redirect all pages except one
I use this code in the web.config in one of the folders of my website to redirect all pages to the root (I won't to close this section).
<?xml version="1.0" encoding="utf-8"?>
...
3
votes
1answer
2k views
ASP HttpWebRequest and Redirect
OK, I have a client doing a POST to a server with some data. The server receives the post, and answers with a redirect. The problem is that the client does not redirects. Also, I've tried to check the ...
3
votes
1answer
352 views
Issue a redirect (HTTP 302) to act on _top frame without using Java script
I need to redirect the top frame on a form post and it should work irrespective of javascript and across all major browsers.
I can redirect to a page with a link and its target attribute set & ...
1
vote
3answers
285 views
Redirecting old asp files to new aspx (asp.net) files (Permanent Redirect, SEO)
I upgraded my site from asp to asp.net.
This means that all of my previous asp files became obsolete.
I don't want to lose my Google Ranking of the old pages.
What is the proper way to redirect?
I ...
0
votes
1answer
106 views
IIS Default Redirect
In IIS7, if the default redirect at the website level is a relative path, how to make the default redirect is on https and not http.
Currently if the host is: abc.com and the login page is ...
0
votes
1answer
89 views
Different Like-Buttons in “www.example.com/” and “www.example.com/Default.aspx”
I have a "Like" and a "+1" Button on my Startpage.
But when you enter "www.example.com" you get different like-stats and +1-stats als when you get "www.example.com/Default.aspx".
But in the ...
0
votes
1answer
65 views
301 redirect from previous asp verion
I have found this. http://geekswithblogs.net/shahed/archive/2007/10/23/116278.aspx
Can some help me organise this into an aspx/aspx.cs file as I'm not overly familiar with all the code here.
Hi,
I ...