catalyst2 community forums  

Go Back   catalyst2 community forums > Feedback > Suggestions

View Poll Results: What .NET version do we want
.NET 3.5 2 100.00%
.NET 3.0 0 0%
Leave as is 0 0%
Voters: 2. You may not vote on this poll

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 23-12-2007, 10:08 AM   #1 (permalink)
Junior Member
 
Join Date: Mar 2003
Location: Essex, UK
Posts: 21
.NET Framework 3.5

Can you/will you be adding support to Microsofts latest framework?
If so when?
__________________
Regards,
Tim
Timbo is offline   Reply With Quote
Old 23-12-2007, 10:54 AM   #2 (permalink)
Administrator
 
WhiskyFudge's Avatar
 
Join Date: Oct 2003
Posts: 1,484
Tim,

You'll find that .net 3.0 is already on some if not all of the servers, and those that it's not on it can be put on.

.net 3.5 is happening but it's waiting for either myself or Paul to get our acts together and find time to sort out the security for it and other implications of running it on a shared environment.

HTH

Jas
__________________
Jason Robbins
jason@catalyst2.com
WhiskyFudge is offline   Reply With Quote
Old 23-12-2007, 02:15 PM   #3 (permalink)
Junior Member
 
Join Date: Mar 2003
Location: Essex, UK
Posts: 21
Could you transfer/install it on the servers I'm using for CAT446
__________________
Regards,
Tim
Timbo is offline   Reply With Quote
Old 23-12-2007, 03:30 PM   #4 (permalink)
Bring me your problems :p
 
paulredpath's Avatar
 
Join Date: Jan 2003
Location: /dev/ahhhhhhhhh
Posts: 3,536
Tim,

We will be rolling it out over all servers in the first 2 weeks of Jan
paulredpath is offline   Reply With Quote
Old 23-12-2007, 04:34 PM   #5 (permalink)
Junior Member
 
Join Date: Mar 2003
Location: Essex, UK
Posts: 21
Paul,

That's good news

What about my sites currently, could you enable .NET 3 now for me?
__________________
Regards,
Tim
Timbo is offline   Reply With Quote
Old 23-12-2007, 04:40 PM   #6 (permalink)
Administrator
 
WhiskyFudge's Avatar
 
Join Date: Oct 2003
Posts: 1,484
Out of interest what in .net 3 are you wanting to use? Most new features are windows forms based or not allowed by the security policy.

I know .net 3 to be working on cherry - I have a site using it. Otherwise might be easier to wait until Paul does the .net 3.5 update?

Jas
__________________
Jason Robbins
jason@catalyst2.com
WhiskyFudge is offline   Reply With Quote
Old 23-12-2007, 05:03 PM   #7 (permalink)
Junior Member
 
Join Date: Mar 2003
Location: Essex, UK
Posts: 21
Wwf
__________________
Regards,
Tim
Timbo is offline   Reply With Quote
Old 23-12-2007, 08:04 PM   #8 (permalink)
Administrator
 
WhiskyFudge's Avatar
 
Join Date: Oct 2003
Posts: 1,484
Really? I went to a meeting about that and was distinctly un-impressed. I quite quickly came to the conclusion that the technology was useless outside of enterprise. Although was impressed with how well they seem (from the demo's any who) to have implemented the theory’s.

Thus I'd be interested to know how you’re using it. (Feel free to take this to a PM if you want to keep it out of the public domain)

WWF should work with Catalyst2 security policy. I haven't tested that it does, but if it doesn't let me know and I should be able to sort it for you.
__________________
Jason Robbins
jason@catalyst2.com
WhiskyFudge is offline   Reply With Quote
Old 10-01-2008, 04:59 PM   #9 (permalink)
Bring me your problems :p
 
paulredpath's Avatar
 
Join Date: Jan 2003
Location: /dev/ahhhhhhhhh
Posts: 3,536
.net 3.5 is now available
paulredpath is offline   Reply With Quote
Old 05-02-2008, 01:59 PM   #10 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 10
Microsoft ASP.NET 3.5 Extensions Preview

Hi,

Is the Microsoft ASP.NET 3.5 Extensions Preview installed on your servers ?

Microsoft have it for download at http://www.asp.net/downloads/3.5-extensions/. It adds model-view-controller (MVC) support to the existing ASP.NET 3.5 runtime which I would like to use for a new web project I am soon to start.

Thanks for your help.

Regards
Michael
GalaxyTech is offline   Reply With Quote
Old 05-02-2008, 03:01 PM   #11 (permalink)
Administrator
 
WhiskyFudge's Avatar
 
Join Date: Oct 2003
Posts: 1,484
No they are not. I think it is unlikley that they will be until Microsoft releases them or provides a "Go-Live" licence for them.
__________________
Jason Robbins
jason@catalyst2.com
WhiskyFudge is offline   Reply With Quote
Old 06-02-2008, 11:23 AM   #12 (permalink)
Bring me your problems :p
 
paulredpath's Avatar
 
Join Date: Jan 2003
Location: /dev/ahhhhhhhhh
Posts: 3,536
Yes, as Jason says we cant install previews onto production servers I am afraid. I will keep an eye on them though....
paulredpath is offline   Reply With Quote
Old 14-02-2008, 06:30 PM   #13 (permalink)
Administrator
 
WhiskyFudge's Avatar
 
Join Date: Oct 2003
Posts: 1,484
Michael,

I've just seen an article saying that the upcoming release of the MVC framework will be run able in a partial trust environment, thus you'll be able to use it on Catalyst2's servers. The release is going to coincide with the MIX08 conference.

HTH

Jas
__________________
Jason Robbins
jason@catalyst2.com
WhiskyFudge is offline   Reply With Quote
Old 04-06-2008, 10:48 AM   #14 (permalink)
Registered User
 
Join Date: Nov 2005
Posts: 17
Hallo folks.

I've got a quick query about the MVC. Do you use IIS6 or IIS7? As far as I can tell, we only get the really pretty URLs on IIS7 with it's ability to route URLs automagicaly.

I think I'll start developing applications for this - you guys sound like you're chomping at this bit too...
0ddb411 is offline   Reply With Quote
Old 04-06-2008, 10:53 AM   #15 (permalink)
Administrator
 
WhiskyFudge's Avatar
 
Join Date: Oct 2003
Posts: 1,484
At the moment all windows servers run in IIS6. IIS7 is in the pipeline but with nothing planned for the near future.

I'll double check but I think you can get MVC to do the pretty URL's in IIS6, but it may require some admin modifications to your site. I'll double check this in a bit.

IIS7 has a public URL rewriting engine (the same one built into ASP.net) which IIS6 doesn't have. You can however get IIS6 to use ASP.net engine, however I'm not sure if MVC supports this.

Hope that helps
__________________
Jason Robbins
jason@catalyst2.com
WhiskyFudge is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 11:04 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.