Click here to Skip to main content
15,867,944 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How do I handle nulls in RadioButtonList in Repeater? Pin
Kornfeld Eliyahu Peter13-Sep-17 10:29
professionalKornfeld Eliyahu Peter13-Sep-17 10:29 
GeneralRe: How do I handle nulls in RadioButtonList in Repeater? Pin
samflex13-Sep-17 11:04
samflex13-Sep-17 11:04 
AnswerRe: How do I handle nulls in RadioButtonList in Repeater? Pin
Richard Deeming14-Sep-17 1:51
mveRichard Deeming14-Sep-17 1:51 
GeneralRe: How do I handle nulls in RadioButtonList in Repeater? Pin
samflex14-Sep-17 3:58
samflex14-Sep-17 3:58 
QuestionAny utilities for replicating Web Site files through intermediary drop into web site testing location. Pin
Blake Miller6-Sep-17 12:27
Blake Miller6-Sep-17 12:27 
Questionusing asp.net c# Pin
Member 133738734-Sep-17 18:58
Member 133738734-Sep-17 18:58 
AnswerRe: using asp.net c# Pin
User 418025418-Sep-17 3:21
User 418025418-Sep-17 3:21 
QuestionHttp to Https URL rewriting Pin
Member 1129085529-Aug-17 2:37
Member 1129085529-Aug-17 2:37 
My requirement is straight forward. I have installed certificate , in binding added thee certificate. site is working in Https(e.g. https://abc) as expected.

But the requirement is , if any user Enters http://abc then it should redirect to https://abc

I have added the URL rewriting module. Created the Rule. The web.config file code as below



<rewrite>
            <rules>
                <rule name="http to https" stopProcessing="true">
                    <match url="(.*)" />
                    <conditions>
                        <add input="{HTTPS}" pattern="^off$" />
                    </conditions>
                    <action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Found" />
                </rule>
            </rules>
        </rewrite>



Help out. Its not working.
AnswerRe: Http to Https URL rewriting Pin
A_Griffin29-Aug-17 3:36
A_Griffin29-Aug-17 3:36 
GeneralRe: Http to Https URL rewriting Pin
Member 1129085530-Aug-17 1:40
Member 1129085530-Aug-17 1:40 
GeneralRe: Http to Https URL rewriting Pin
Nathan Minier13-Sep-17 2:04
professionalNathan Minier13-Sep-17 2:04 
QuestionFile Upload and Export option with VS 2015 Pin
netbrain software28-Aug-17 23:00
netbrain software28-Aug-17 23:00 
AnswerRe: File Upload and Export option with VS 2015 Pin
A_Griffin29-Aug-17 0:17
A_Griffin29-Aug-17 0:17 
AnswerRe: File Upload and Export option with VS 2015 Pin
netbrain software29-Aug-17 20:58
netbrain software29-Aug-17 20:58 
QuestionGridview with checkboxes Pin
Michael Clinton28-Aug-17 12:52
Michael Clinton28-Aug-17 12:52 
Questionregarding asp.net Pin
Member 1337387327-Aug-17 20:58
Member 1337387327-Aug-17 20:58 
AnswerRe: regarding asp.net Pin
Member 1326737028-Aug-17 21:22
Member 1326737028-Aug-17 21:22 
Questionregarding asp.net Pin
Member 1337387327-Aug-17 20:56
Member 1337387327-Aug-17 20:56 
QuestionMessage Closed Pin
23-Aug-17 18:39
lanphuonglien23-Aug-17 18:39 
AnswerRe: AngularJS 2.0 with MVVM and C# Pin
Richard MacCutchan23-Aug-17 21:19
mveRichard MacCutchan23-Aug-17 21:19 
QuestionTrying to download code using GitExtensions Pin
indian14323-Aug-17 7:05
indian14323-Aug-17 7:05 
QuestionTypeError: $(...).autocomplete is not a function Pin
rashmirashmijoshi61@gmail.com23-Aug-17 2:29
rashmirashmijoshi61@gmail.com23-Aug-17 2:29 
Questionc# crystal report asp.net Pin
linanina22-Aug-17 22:47
linanina22-Aug-17 22:47 
QuestionApplication Security Testing Tool to Check Security Vulnerability Pin
Member 1157377319-Aug-17 19:34
Member 1157377319-Aug-17 19:34 
QuestionObject does not contain definition for substring. Pin
samflex18-Aug-17 4:47
samflex18-Aug-17 4:47 

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.