Asp.net 4.0 page

Status
Not open for further replies.

commordern84

New Member
Messages
5
Reaction score
0
Points
0
Hi!
When I try to add an Asp.net page using Visual Web Developer 2010, everything goes nicely, but then I try to open the page, it gives me an error saying I should change the Web.config to be able to do view my problem. But when I do that nothing changes. I'm using .Net 4.0
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
asp.net currently doesn't work. It also uses the mono implementation, so it only supports asp.net 2.0
 

commordern84

New Member
Messages
5
Reaction score
0
Points
0
The weirdest thing is that I use this web.config;
Code:
<?xml version="1.0" ?>
<configuration>
  <appSettings />
  <connectionStrings />
  <system.web>
    <customErrors mode="Off" />
  </system.web>
</configuration>
But still it tells no error except that I should change it to that!
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
Again, asp.net doesn't work right now. It hasn't worked in a long time. There's no eta on if it'll be fixed any time soon or completely dropped. You'll have to look at alternatives for your website.
 

commordern84

New Member
Messages
5
Reaction score
0
Points
0
Why then says it on the sign up page that it supports asp.net? Cause apperently it doesn't!
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
because its installed but theres issues with it and the current setup.
 

commordern84

New Member
Messages
5
Reaction score
0
Points
0
That's sad becouse this seems like a really good host and this is probably the only good Asp.Net host (if you can call it an Asp.Net host?) :(
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

Currently we are still in our spare time searching for ways that we may possibly get it working again. Unfortunately there is no ETA. Sorry.
 
Status
Not open for further replies.
Top