Asp.Net

Status
Not open for further replies.

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
I made my whole site into asp.net with visual web developer 2008 ^-^

But now I don't know how to view it online. I uploaded it in a compressed folder and extracted it, but I can't seem to view the pages. I'm kind of a noob at asp.net. This is my first test of it...

When I direct my browser to the exact file, it opens up the code. (not what I what, obviously)

I heard that all servers now support asp.net (I'm on cossacks though)

I have absolutely no idea how this works. So could I have some help please?

*The master page works fine (.master extension) but the .aspx files don't seem to work. >.<

*Btw its written in vb

*This is what comes up on my pages... http://teamfalcon.exofire.net/Index.aspx
 
Last edited:

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
yea, I unzipped them, but when I try to view them, I only see the code
 

Xemnas

New Member
Messages
812
Reaction score
0
Points
0
I think it's an Apache handler issue. Try adding a handler for *.aspx.
 
Last edited:

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
I think it's an Apache handler issue. Try adding a handler for *.aspx.

I have no idea what you mean. What's a handler? And where might I find one?

*Edit* I was just on my cpanel and I found an Apache Handlers section, but I have no idea how to use it to make my site work. It asks for handler and extension. I'm assuming the extension would be .aspx but I have no idea what it means by "handler"
 
Last edited:

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
they're already named .aspx
I also tried renaming them with .asp instead and its still not working...
 
Last edited:

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
Help me pleeaaase I really want my site to work. Anyone?!?
 
Last edited:

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
I really need help >.<
I made the whole site but when I put it up only the source code shows in my browser.

Help Meeeeeeeeeeeeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!
plz?
 
Last edited:

NikName

New Member
Messages
16
Reaction score
0
Points
0
I can't help you, but I wonna say that I have experienced the same problem. Firefox shows up code as pure text, and IE presentation is little more different. My only thought about this is that there is no asp.net processor at all. I had tried to add Apache Handler, even a MIME type and none of this helped. I think that Apache is not forwarding the aspx call to any asp processor.

I've read some threads and Corey's answers about this, but I don't know what is happening with asp now.
 

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
Nnnooooooooooooooooooooooooooo!!!!!!!!!!!!!!!!!!!!!!!!!!

Does Asp.Net have to be enabled on my account? I thought it was supposed to work for all servers now... ?
 
Last edited:

pauld

New Member
Messages
2
Reaction score
0
Points
0
HI! I am have a similar issue as well. I get code instead of page. all my pages are *.asp and I noticed that in the cpanel under PHP Configurations ---> Language Options that "Allow ASP-style <% %> tags." is OFF.

So I guess that It needs to be turned on but is this done by the server Administrator?

Paul
 
Last edited:

MasterMax1313

New Member
Messages
84
Reaction score
0
Points
0
I too am experiencing this issue (same type of issue, using MS Web Dev 2008, but in C#) with the same results. An interesting note is that http://www.whatariot.x10hosting.com/NET_trial.aspx (just some code from w3schools.com) works in IE, but not FF (I'm guessing IE somehow handles the rudimentary calls it makes like print), however http://www.whatariot.x10hosting.com/Poker_mgr/index.aspx doesn't work. I've got another thread open on this issue here, and it's not the only one. As it has been alluded to in this thread, and mentioned in yet another thread on the issue, since the reconfig/reformat of the servers, the Mono package may not have been installed/installed properly, resulting in these problems. Please PM me if anyone finds a solution.
 

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
hmm... I think that maybe asp.net capabilities have to be enabled on our accounts? or maybe not...
 

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
Someone plz respond cuz this thread closes every 3 days and I need heeeeellllp
 

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
sorry to be a royal pain, but 3 days passed again with no reply. I've been reading other threads and not finding much but I do believe that Asp.Net has to be enabled on my account, so can someone please do that?
 
F

Fahad

Guest
Please can you stop with the multiple posting, it stops people from seeing what they want.
Post this in the Upgrades/Downgrades/Changes forum, where an account manager can give you ASP. (maybe corey has to enable it, in that case, you're unlucky - he's on holiday)
 

psgalaxy91

New Member
Messages
95
Reaction score
1
Points
0
I'm multiple posting because if I don't my thread will close!
But OK i'll put it in Upgrades/downgrades...
 

Buddy215215

New Member
Messages
25
Reaction score
0
Points
0
the server needs a version of asp.net framework installed on it by x10hosting to be able to view the pages because they are in a special code
 
Status
Not open for further replies.
Top