Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Classic ASP - Prevent Cache from being stored Pin
diegosendra30-Oct-12 4:49
diegosendra30-Oct-12 4:49 
GeneralRe: Classic ASP - Prevent Cache from being stored Pin
diegosendra30-Oct-12 7:07
diegosendra30-Oct-12 7:07 
GeneralRe: Classic ASP - Prevent Cache from being stored Pin
Eddy Vluggen30-Oct-12 10:21
professionalEddy Vluggen30-Oct-12 10:21 
QuestionTNS:address already in use Exception Pin
sjdavy29-Oct-12 9:36
sjdavy29-Oct-12 9:36 
QuestionEvent not working with ParseControl method Pin
Akshay Lakhmani28-Oct-12 21:46
Akshay Lakhmani28-Oct-12 21:46 
AnswerRe: Event not working with ParseControl method Pin
Ashish Raj Srivastava29-Oct-12 9:20
Ashish Raj Srivastava29-Oct-12 9:20 
GeneralRe: Event not working with ParseControl method Pin
Akshay Lakhmani29-Oct-12 18:08
Akshay Lakhmani29-Oct-12 18:08 
Question51degrees not redirecting! Pin
Jassim Rahma28-Oct-12 3:31
Jassim Rahma28-Oct-12 3:31 
Hi,

I am using 51degrees to redirect to mobile but when I go to the home page www.JassimRahma.com[^] it's not redirecting to my mobile page at http://m.JassimRahma.com[^] and I am not getting any error. I tried it using my Samsung S2 and S3 and Opera Emulator.

here is my web.config:

C#
<sectionGroup name="fiftyOne">
  <section name="log" type="FiftyOne.Foundation.Mobile.Configuration.LogSection, FiftyOne.Foundation" requirePermission="false" allowDefinition="Everywhere" restartOnExternalChanges="false" allowExeDefinition="MachineToApplication"/>
  <section name="redirect" type="FiftyOne.Foundation.Mobile.Configuration.RedirectSection, FiftyOne.Foundation" requirePermission="false" allowDefinition="Everywhere" restartOnExternalChanges="false" allowExeDefinition="MachineToApplication"/>
  <section name="detection" type="FiftyOne.Foundation.Mobile.Detection.Configuration.DetectionSection, FiftyOne.Foundation" requirePermission="false" allowDefinition="Everywhere" restartOnExternalChanges="false" allowExeDefinition="MachineToApplication"/>
</sectionGroup>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
  <section name="Detector.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>



C#
<fiftyOne>
  <redirect firstRequestOnly="false" mobileHomePageUrl="http://m.jassimrahma.com/" timeout="20" devicesFile="~/App_Data/Devices.dat" mobilePagesRegex="mobile">
  </redirect>
  <log logFile="~/App_Data/Log.txt" logLevel="Info"/>
</fiftyOne>

QuestionIsMobile not determining mobile! Pin
Jassim Rahma26-Oct-12 8:42
Jassim Rahma26-Oct-12 8:42 
AnswerRe: IsMobile not determining mobile! Pin
Vasudevan Deepak Kumar26-Oct-12 8:57
Vasudevan Deepak Kumar26-Oct-12 8:57 
AnswerRe: IsMobile not determining mobile! Pin
jkirkerx26-Oct-12 12:19
professionaljkirkerx26-Oct-12 12:19 
QuestionCalculator App using Workflow Foundation in .net 4.0 Pin
Prasyee26-Oct-12 2:11
Prasyee26-Oct-12 2:11 
Questionautomatically generate sitemap Pin
Jassim Rahma26-Oct-12 1:19
Jassim Rahma26-Oct-12 1:19 
AnswerRe: automatically generate sitemap Pin
Vasudevan Deepak Kumar26-Oct-12 3:24
Vasudevan Deepak Kumar26-Oct-12 3:24 
QuestionBest SPF Practice Pin
Jassim Rahma25-Oct-12 9:51
Jassim Rahma25-Oct-12 9:51 
AnswerRe: Best SPF Practice Pin
Vasudevan Deepak Kumar26-Oct-12 3:23
Vasudevan Deepak Kumar26-Oct-12 3:23 
AnswerRe: Best SPF Practice Pin
jkirkerx26-Oct-12 10:52
professionaljkirkerx26-Oct-12 10:52 
QuestionStop Running Script Error Pin
ashu200124-Oct-12 23:12
ashu200124-Oct-12 23:12 
AnswerRe: Stop Running Script Error Pin
Vasudevan Deepak Kumar26-Oct-12 3:25
Vasudevan Deepak Kumar26-Oct-12 3:25 
QuestionTips on asp.net data updates and third party framework Pin
jumbojs23-Oct-12 19:20
jumbojs23-Oct-12 19:20 
AnswerRe: Tips on asp.net data updates and third party framework Pin
David Mujica24-Oct-12 3:22
David Mujica24-Oct-12 3:22 
Questionin Asp.net How to add templatefield and itemtemplate field dynamically in grid view please tell me...... Pin
ShreeGaneshPatil198822-Oct-12 20:59
ShreeGaneshPatil198822-Oct-12 20:59 
AnswerRe: in Asp.net How to add templatefield and itemtemplate field dynamically in grid view please tell me...... Pin
Sandeep Mewara23-Oct-12 4:13
mveSandeep Mewara23-Oct-12 4:13 
QuestionHow to pass binary image to image handler to display it in DataList? Pin
Chesnokov Yuriy22-Oct-12 6:08
professionalChesnokov Yuriy22-Oct-12 6:08 
AnswerRe: How to pass binary image to image handler to display it in DataList? Pin
Richard Deeming22-Oct-12 6:46
mveRichard Deeming22-Oct-12 6:46 

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.