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

  • Home
  • SEARCH
  • 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 8563581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:59:31+00:00 2026-06-11T16:59:31+00:00

We are working on an ASP.NET application at work that uses the just-in-time collection

  • 0

We are working on an ASP.NET application at work that uses the just-in-time collection server code with PivotViewer. Everything works fine using plain http.
However, the ASP.NET application requires users to login which means that it would be better if we use httpS ( SSL).

We needed to install Microsoft URL Rewrite Module http://www.iis.net/download/URLRewrite on the Server that hosts our application.
We also added the following in our web.config to make the automatic 80 -> 443 redirection work

After the section, and this can not go anywhere else, the following code is added:

 <rewrite>
 <rules>
 <rule name="HTTP to HTTPS redirect" stopProcessing="true">
 <match url="(.*)" />
 <conditions>
 <add input="{HTTPS}" pattern="off" ignoreCase="true" />
 </conditions>
 <action type="Redirect" redirectType="Found" url="https://{HTTP_HOST}/{R:1}" />
 </rule>
 </rules>
 </rewrite>

We have No web service, No WCF service, No ASMX Service.

However, when we deploy the application with httpS (SSL), the just-in-time collection server code with PivotViewer fails to show anything. There is No error. It just Fails to show anything.

May I please know if anyone has had problems like this with just-in-time collection server code with PivotViewer using httpS (SSL)?

  • 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-11T16:59:32+00:00Added an answer on June 11, 2026 at 4:59 pm

    The contents that are brought up by Pivot Viewer used to be referenced by the just-in-time collection server code using URLs.
    In other words, if you wanted a car image jpeg to show up, you would give the just-in-time collection server code something like the following:

    http://something.com/ClientBin/Uploads/carimage.jpg

    or

    https://something.com/ClientBin/Uploads/carimage.jpg

    The problem is that the just-in-time collection server code failed to work for the httpS (SSL) URL.

    Therefore, we decided to give the just-in-time collection server code the absolute physical Directory Path like the following:

    C:\SomethingWebApplication\ClientBin\Uploads\carimage.jpg

    Using absolute physical Directory Path worked with httpS (SSL) but referencing using httpS (SSL) URLs failed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on an ASP.NET application that uses the AspNetSqlMembershipProvider for the authentication
i would like a working example, that uses a asp.net session state server, to
I'm working on an application that uses asp.NET mvc3. I created a partial view,
I'm working on a web application that uses the ASP.NET 2.0 Membership and Roles
I am working on an asp.net application which errors only during the first time
I'm working on an ASP.NET application containing WCF services that is meant to act
I have an ASP.NET MVC application that I'm working on. I've been developing it
Summary We have an ASP.NET application that allows users to query a SQL Server
I'm working on an ASP .NET 2.0 site which uses a Web Application project
I have an ASP.NET application which works just fine, but which is becoming unwieldy.

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.