Click here to Skip to main content
15,893,337 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to call Java Web service using Asp.Net? Pin
ashish bhakhar5-Jun-09 19:37
ashish bhakhar5-Jun-09 19:37 
AnswerRe: How to call Java Web service using Asp.Net? Pin
Abhijit Jana5-Jun-09 20:13
professionalAbhijit Jana5-Jun-09 20:13 
GeneralRe: How to call Java Web service using Asp.Net? Pin
ashish bhakhar5-Jun-09 21:28
ashish bhakhar5-Jun-09 21:28 
GeneralRe: How to call Java Web service using Asp.Net? Pin
Abhijit Jana5-Jun-09 21:38
professionalAbhijit Jana5-Jun-09 21:38 
GeneralRe: How to call Java Web service using Asp.Net? Pin
ashish bhakhar5-Jun-09 21:45
ashish bhakhar5-Jun-09 21:45 
GeneralRe: How to call Java Web service using Asp.Net? Pin
Abhijit Jana5-Jun-09 23:14
professionalAbhijit Jana5-Jun-09 23:14 
GeneralRe: How to call Java Web service using Asp.Net? Pin
ashish bhakhar8-Jun-09 22:51
ashish bhakhar8-Jun-09 22:51 
QuestionRedirect urls from cookieless session to normal url Pin
AlexeiXX35-Jun-09 18:26
AlexeiXX35-Jun-09 18:26 
Hi guys, thanks for looking
Im having a little problem with search engines
When i launched my site i was using cookiless session, well, actually it was autodetect
Search engines crawled my site, and asp.net detected them like cookieless browsers, and some links have the session id in the url

Ive set the sessionState cookieless="false" now
But still there are some links with the session id
What i want to do is to detect when a url has a session id and redirect them to the default page, or even better to the requested page but removing the sessionid

Ive tryed this in the global.asax:
Protected Sub Application_BeginRequest(ByVal sender As Object, ByVal e As System.EventArgs)
    If Request.Url.ToString.Contains("(S(") Then '"(S(" just for the time being :)
        Response.Redirect("~/")
    End If
End Sub


But the url always contains a regular url (without the session id, and im using a url with session id in it)

What would be the best way to accompilsh my goal??

Thanks in advance

Alexei Rodriguez

QuestionCreating Textbox and labels using JQuery Pin
Jagz W5-Jun-09 18:16
professionalJagz W5-Jun-09 18:16 
AnswerRe: Creating Textbox and labels using JQuery Pin
Christian Graus5-Jun-09 18:39
protectorChristian Graus5-Jun-09 18:39 
AnswerRe: Creating Textbox and labels using JQuery Pin
ABitSmart5-Jun-09 18:39
ABitSmart5-Jun-09 18:39 
QuestionIs there a way to find out programatically from where the user landed on an aspx page. Pin
Civic065-Jun-09 9:17
Civic065-Jun-09 9:17 
AnswerRe: Is there a way to find out programatically from where the user landed on an aspx page. Pin
Christian Graus5-Jun-09 10:13
protectorChristian Graus5-Jun-09 10:13 
Questionhelp with search engine Pin
dullar5-Jun-09 8:10
dullar5-Jun-09 8:10 
AnswerRe: help with search engine Pin
Not Active5-Jun-09 9:09
mentorNot Active5-Jun-09 9:09 
QuestionRe: help with search engine Pin
dullar5-Jun-09 10:45
dullar5-Jun-09 10:45 
AnswerRe: help with search engine Pin
Not Active5-Jun-09 13:19
mentorNot Active5-Jun-09 13:19 
AnswerRe: help with search engine Pin
Christian Graus5-Jun-09 10:15
protectorChristian Graus5-Jun-09 10:15 
QuestionHelp with updating database with values in template field in gridview... [modified] Pin
Cavallmw5-Jun-09 6:34
Cavallmw5-Jun-09 6:34 
AnswerRe: Help with updating database with values in template field in gridview... Pin
Abhijit Jana5-Jun-09 6:45
professionalAbhijit Jana5-Jun-09 6:45 
GeneralRe: Help with updating database with values in template field in gridview... Pin
Cavallmw5-Jun-09 6:52
Cavallmw5-Jun-09 6:52 
QuestionRe: Help with updating database with values in template field in gridview... Pin
Cavallmw8-Jun-09 4:36
Cavallmw8-Jun-09 4:36 
QuestionWindows 2003 64 bit IIS Manager - ASP.NET tab missing Pin
devvvy5-Jun-09 5:07
devvvy5-Jun-09 5:07 
AnswerRe: Windows 2003 64 bit IIS Manager - ASP.NET tab missing Pin
devvvy5-Jun-09 5:10
devvvy5-Jun-09 5:10 
GeneralRe: Windows 2003 64 bit IIS Manager - ASP.NET tab missing Pin
Manas Bhardwaj5-Jun-09 5:37
professionalManas Bhardwaj5-Jun-09 5:37 

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.