ASP.NET ConfigurationException error

Need4Speed

New Member
Messages
10
Reaction score
0
Points
0
Hi.

I created a simple ASP.NET test page in Visual Web Developer 2008 that says 'This is a test page' and uploaded the files. I get the following error though:
HTTP 500. System.Configuration.ConfigurationException: Unrecognized attribute. (***/web.config line 12)
Line 12 of web.config is:
Code:
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=***">

Any idea what the problem is?

Thx..
 
Last edited:

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
I'm not sure if ASP.NET is implemented in our servers. I'd have to check, but if it is, have you edited anything in your MIME settings, those may be another problem why it isn't working.

(Is this on x10 servers by the way?)
 

Need4Speed

New Member
Messages
10
Reaction score
0
Points
0
It's on the Cossacks server (http://n4s.n4s.elementfx.com/ZiRiCMS/)
I haven't edited anything, it's just a simple website page with one sentence in it. It runs fine locally, I think a problem occurs with the mono_mod. Maybe it's an older version that doesn't support asp.net 3.5 ? If so, any chance it can be fixed ?
Thx.
 
Last edited:

Pi606

New Member
Messages
85
Reaction score
0
Points
0
I'm pretty sure that mod-mono on x10 only works with .NET 1.1, but is possible to support up to .NET 2.0. I'm trying to figure out how to get my .NET 2.0 stuff to work, but I have no idea. Maybe an admin could help?
 
Last edited:

ASPX.King

New Member
Messages
155
Reaction score
0
Points
0
x10 does not support asp.net

i have not found any free hosts that do, either.
 

Pi606

New Member
Messages
85
Reaction score
0
Points
0
Yes they do, x10 started using mod-mono. At least, it works on Stoli.
 

Need4Speed

New Member
Messages
10
Reaction score
0
Points
0
@ ASPX.King: It does and there are.

Like Pi606 said, this needs some help from the admins.
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
What would you need help from the admins for? If ASP.NET doesn't work then surely I think it isn't supported. It would be a good thing to put for the suggestion box though, because if you don't suggest it, admins may not know how to implement it.

The reason why I think ASP.NET is not supported is because ASP and .NET are usually only given in Windows Servers, and PHP is given in Linux Servers. If you do a little looking into you'll find out it's true, but their might be a way for ASP and .NET to work in Windows. It just might need a lot of work.
 

Pi606

New Member
Messages
85
Reaction score
0
Points
0
ASP.NET 1.1 functions work. 2.0 functions do not. As stated here, you need to configure mod-mono to run asp.net 2.0.
 

Need4Speed

New Member
Messages
10
Reaction score
0
Points
0
@ kkenny: I'm aware that aspx normally runs on Windows servers but mod_mono has been installed on all the x10 servers adding aspx support to Apache. Again like Pi606 said, only asp.net 1.1 is enabled by default but 2.0 is supported by the mod as well. This is what we need admin help for.. to edit the configuration (if they like) so it would also work with asp.net 2.0.
Greetz.
 
Last edited:
Top