Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to add Textbox Dynamically Pin
sashidhar18-Feb-10 1:24
sashidhar18-Feb-10 1:24 
GeneralRe: How to add Textbox Dynamically [modified] Pin
It_tech18-Feb-10 1:38
It_tech18-Feb-10 1:38 
GeneralRe: How to add Textbox Dynamically Pin
sashidhar18-Feb-10 1:50
sashidhar18-Feb-10 1:50 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 2:17
It_tech18-Feb-10 2:17 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 3:01
It_tech18-Feb-10 3:01 
QuestionTo set image for the condition in crystal report Pin
JC.KaNNaN18-Feb-10 0:11
JC.KaNNaN18-Feb-10 0:11 
AnswerRe: To set image for the condition in crystal report Pin
tronix0118-Feb-10 6:24
tronix0118-Feb-10 6:24 
QuestionUrlRewriting depends on the Browser-Language Pin
tronix0117-Feb-10 23:38
tronix0117-Feb-10 23:38 
hello

i'm looking for some help for the following problem.

i developed a asp.net 2.0 multilanguage webpage using localization with resource-files (FR and EN content).
all of my aspx - pages are in the same folder but i want that the search engines detect the text of both languages.

to solve that problem i atteched the Intelligencia.UrlRewriter.dll from www.urlrewritingnet.com to my project.

later i've implement the following rule in my web.config file to make the french-content visible for the search engines

<rewrite name="rule1" url="^/(.*)/(.*)/fr/(.*).aspx" to="/$1/$2/$3.aspx"></rewrite>


that means, if someone enters directly:
www.mypage.com/folder1/folder2/fr/default.aspx
it will be rewritten to:
www.mypage.com/folder1/folder2/default.aspx


is that enough to make the french-content visible for the search engines ?

and...

how can i redirect or rewrite from
www.mypage.com
to
www.mypage.com/folder1/folder2/fr/default.aspx ,
if anybody enters the website and uses fr-FR as the default browser-language ?

How can i solve that ?

thanks for any help
Questionlogin roles - c# Pin
arkiboys17-Feb-10 23:21
arkiboys17-Feb-10 23:21 
AnswerRe: login roles - c# Pin
Gaurav Dudeja India17-Feb-10 23:47
Gaurav Dudeja India17-Feb-10 23:47 
AnswerRe: login roles - c# [modified] Pin
sashidhar18-Feb-10 0:20
sashidhar18-Feb-10 0:20 
AnswerRe: login roles - c# Pin
saini arun18-Feb-10 0:35
saini arun18-Feb-10 0:35 
QuestionWinWordControl Pin
Madhu_San17-Feb-10 23:18
Madhu_San17-Feb-10 23:18 
AnswerRe: WinWordControl Pin
dinhnq13-Sep-10 23:43
dinhnq13-Sep-10 23:43 
QuestionDll written by V6 and Aps.net Web Services Pin
Maher Elsayed17-Feb-10 23:14
Maher Elsayed17-Feb-10 23:14 
AnswerRe: Dll written by V6 and Aps.net Web Services Pin
Gaurav Dudeja India17-Feb-10 23:49
Gaurav Dudeja India17-Feb-10 23:49 
GeneralRe: Dll written by V6 and Aps.net Web Services Pin
Maher Elsayed18-Feb-10 0:14
Maher Elsayed18-Feb-10 0:14 
QuestionProblem occurred in symbols Pin
BalasubramanianK17-Feb-10 23:09
BalasubramanianK17-Feb-10 23:09 
QuestionCaptcha (CacheCategory = Session) Pin
myousufq17-Feb-10 22:20
myousufq17-Feb-10 22:20 
QuestionHow to load cascading style sheet into C# object? Pin
Krishnaraj Barvathaya B17-Feb-10 22:18
Krishnaraj Barvathaya B17-Feb-10 22:18 
AnswerRe: How to load cascading style sheet into C# object? Pin
Pranay Rana17-Feb-10 22:20
professionalPranay Rana17-Feb-10 22:20 
GeneralRe: How to load cascading style sheet into C# object? Pin
Krishnaraj Barvathaya B17-Feb-10 22:29
Krishnaraj Barvathaya B17-Feb-10 22:29 
Questioncheckboxs in datalist Pin
test-0917-Feb-10 22:12
test-0917-Feb-10 22:12 
QuestionHow to debug my dll??? Pin
<<Tash18>>17-Feb-10 21:40
<<Tash18>>17-Feb-10 21:40 
GeneralRe: How to debug my dll??? Pin
<<Tash18>>17-Feb-10 23:38
<<Tash18>>17-Feb-10 23:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.