2

I'm trying to install mojoportal on my server (externally hosted) but when I go to the .aspx page the browser just downloads it where it should be loading it properly like a web page.

Whats wrong?

The file it's trying to load is:

<%@ Page Language="C#" AutoEventWireup="false" EnableSessionState="False" CodeBehind="Default.aspx.cs" Inherits="mojoPortal.Web.UI.Pages.SetupHome" %>
  • I dont even know what that bit does, but that is all there is in the file i'm meant to load.
googleyberry
  • 73
  • 3
  • 10

2 Answers2

1

If its download it and not show it, means that the asp.net is NOT running on this site, and the web server see this aspx just like any file for download.

Aristos
  • 66,005
  • 16
  • 114
  • 150
-1

I am also having this issue when working through an insurance company's secure portal. I'm the only one in my office who is getting this. When a clinical survey appears (where I would answer questions), my browser just tries to download a .aspx file. This happens to me on Chrome, Edge, Firefox, and IE11. My IT Help Desk doesn't have an answer for this and the owner of the portal is stating that it's not their problem if it's just me that's having the issue. What software am I missing?]

Darren
  • 1
  • This is a question, not an answer. – rebusB Oct 22 '21 at 19:17
  • If you have a new question, please ask it by clicking the [Ask Question](https://stackoverflow.com/questions/ask) button. Include a link to this question if it helps provide context. - [From Review](/review/late-answers/30151574) – Robert Oct 22 '21 at 19:34