Click here to Skip to main content
15,898,995 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Does Response.Redirect("~/MyPage.aspx", true); clear session on redirect? Pin
Jasmine25018-Apr-13 12:56
Jasmine25018-Apr-13 12:56 
GeneralMessage Closed Pin
8-Apr-13 13:14
professionaljkirkerx8-Apr-13 13:14 
GeneralRe: Does Response.Redirect("~/MyPage.aspx", true); clear session on redirect? Pin
Jasmine25019-Apr-13 5:55
Jasmine25019-Apr-13 5:55 
QuestionA potentially dangerous Request.Form value was detected from the client Pin
Member 98570608-Apr-13 11:18
Member 98570608-Apr-13 11:18 
AnswerRe: A potentially dangerous Request.Form value was detected from the client Pin
jkirkerx8-Apr-13 12:46
professionaljkirkerx8-Apr-13 12:46 
Questionemail is going as spam / not reaching destination Pin
Jassim Rahma8-Apr-13 3:04
Jassim Rahma8-Apr-13 3:04 
AnswerRe: email is going as spam / not reaching destination Pin
Jasmine25018-Apr-13 6:55
Jasmine25018-Apr-13 6:55 
AnswerRe: email is going as spam / not reaching destination Pin
jkirkerx8-Apr-13 8:10
professionaljkirkerx8-Apr-13 8:10 
You need to create a spf record in your dns zone file, and fine tune the record to state your smtp rules
You may need to use the same sender and domain name for all email transmitted regarless of the websites domain name so the spf record works.

http://www.zytrax.com/books/dns/ch9/spf.html[^]

[EDIT]

you have to register your public ip address with a reverse ptr back to your domain name

So if you have a block of ip's, says 5 numbers and a gateway

gateway = 69.0.0.0
router = 69.0.0.1
mail = 69.0.0.2
www = 69.0.0.3
smtp = 69.0.0.4

and the router is programmed to send all outbound packets out on 69.0.0.1, then you register that ip address as your reverse ptr for your universal domain name.

you can register 69.0.0.2 as mail.domainname.com, but you may not be able to route or create new pckets to go out on that address.

Have your admin call your internet service to register the ip address, and test it.
AOL has a test tool you can use.

modified 8-Apr-13 14:23pm.

GeneralRe: email is going as spam / not reaching destination Pin
Jasmine25018-Apr-13 11:07
Jasmine25018-Apr-13 11:07 
GeneralRe: email is going as spam / not reaching destination Pin
jkirkerx8-Apr-13 12:32
professionaljkirkerx8-Apr-13 12:32 
GeneralRe: email is going as spam / not reaching destination Pin
Jasmine25018-Apr-13 13:00
Jasmine25018-Apr-13 13:00 
QuestionAJAX Image Loading Pin
Rockstar_8-Apr-13 1:19
professionalRockstar_8-Apr-13 1:19 
AnswerRe: AJAX Image Loading Pin
Karthik Harve8-Apr-13 1:55
professionalKarthik Harve8-Apr-13 1:55 
QuestionMVC 4 Maintain state of the check box,Drop down list Pin
VishwaKL8-Apr-13 0:34
VishwaKL8-Apr-13 0:34 
Question__EVENTTARGET is undefined Pin
GGev7-Apr-13 23:32
GGev7-Apr-13 23:32 
AnswerRe: __EVENTTARGET is undefined Pin
Karthik Harve8-Apr-13 2:01
professionalKarthik Harve8-Apr-13 2:01 
QuestionHow solve (Validation of viewstate MAC failed)? Pin
Jassim Rahma7-Apr-13 0:38
Jassim Rahma7-Apr-13 0:38 
AnswerRe: How solve (Validation of viewstate MAC failed)? Pin
AContractor7-Apr-13 1:48
professionalAContractor7-Apr-13 1:48 
AnswerRe: How solve (Validation of viewstate MAC failed)? Pin
Vani Kulkarni7-Apr-13 20:17
professionalVani Kulkarni7-Apr-13 20:17 
QuestionPlacing & arranging controls on web form Pin
Member 99120916-Apr-13 6:47
Member 99120916-Apr-13 6:47 
AnswerRe: Placing & arranging controls on web form Pin
David C# Hobbyist.6-Apr-13 7:18
professionalDavid C# Hobbyist.6-Apr-13 7:18 
AnswerRe: Placing & arranging controls on web form Pin
jkirkerx7-Apr-13 10:10
professionaljkirkerx7-Apr-13 10:10 
Questionhow to upgrade from iis6 to iis7.5 Pin
Member 87018136-Apr-13 6:35
Member 87018136-Apr-13 6:35 
AnswerRe: how to upgrade from iis6 to iis7.5 Pin
dusty_dex6-Apr-13 7:58
dusty_dex6-Apr-13 7:58 
QuestionUnknown mobile manufacturer and model Pin
Jassim Rahma6-Apr-13 5:43
Jassim Rahma6-Apr-13 5:43 

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.