Asp.Net/Mono

Status
Not open for further replies.

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
I'm trying to get my asp.net pages (.aspx) to work, and I'm failing miserably.
I read that I need to make a mime type, so I added the folloing mime type:
application/monoaspx cs edmx config aspx.cs

And it failed. Whenever I go to my page, http://teamfalcon.exofire.net/test/session/Default.aspx, instead of showing the page correctly (or even showing the code) it brings up a download screen. So I'm pretty clueless of what to do here... and by other posts on the forums, it seems like a few others are stumped too.:biggrin:
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
From another topic I found it seems it should be this:

application/monoExtensions: .aspx .ascx .asax .ashx .config .cs .asmx .axd3
 
Status
Not open for further replies.
Top