Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8100869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T22:51:11+00:00 2026-06-05T22:51:11+00:00

We have a simple requirement to use https for certain specific pages in a

  • 0

We have a simple requirement to use https for certain specific pages in a asp.net 4.0 web application. For checking our implementation, we deployed a simple asp.net 4.0 app to IIS 7. The app has been coded to redirect the default.aspx page to securepage.aspx over https based on a web.config flag.

protected void Page_Load(object sender, EventArgs e)
    {
        Uri requestUri = Page.Request.Url;
        UriBuilder builder = new UriBuilder("https", requestUri.Host, requestUri.Port, "SecurePage.aspx");
        string secureUrl = builder.Uri.ToString();

        if (bool.Parse(ConfigurationManager.AppSettings["UseSecure"]))
        {
            Response.Redirect(secureUrl, true);
        }
        else
        {
            Response.Write(secureUrl);
        }
    }

But after we deploy this app on IIS 7 and load the default.aspx page, it shows “Internet Explorer cannot display the webpage”. But if we turn the config flag off, it displays the page properly. The app has http binding on port 82 and https on port 444.

Can anybody point me in where we are going wrong.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T22:51:11+00:00Added an answer on June 5, 2026 at 10:51 pm

    When you type in front https then the browser is go on port 443 and not on 444, so to movit on your custom port you need to type it as.

    UriBuilder builder = new UriBuilder("http", requestUri.Host, 444, "SecurePage.aspx");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP MVC application which I also use (as a requirement) as
I have an ASP ListView, and have a very simple requirement to display numbers
I have a requirement to create a simple windows forms application that allows an
I have what should be a fairly simple requirement. I want to use LINQ
We currently have a simple portal kind of functionality built based on ASP.NET Forms-based
I have the requirement of running the Wordpress admin over https. We use a
A pretty simple requirement. After logging into web J2EE 6 application, how can I
I have to write a simple key-value store for a very specific use. This
I have a simple requirement, i need a map of type . however i
I have a simple requirement as mentioned below: A ListView or any control displays

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.