PDA

View Full Version : Scott offers some feedback on .NET 3/3.5


wisemx
02-10-2007, 04:05 AM
...In the comments:
http://weblogs.asp.net/scottgu/archive/2007/02/08/my-first-look-at-orcas-presentation.aspx

Hey DASP guys, maybe it's time for a .NET 3 section for the forums. http://community.discountasp.net/emoticons/yeah.gif

bruce
02-13-2007, 06:43 AM
hehe.. probably right.


We were actually talking about combining ASP.NET and ASP.NET 2.0 forum. What do ya all think? The forum list is getting quite large.


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

wisemx
02-14-2007, 12:55 PM
...Well...Soon we're going to have asp.net 1.1, 2.0, 3.0 and 3.5


Personally I'd like to see at least three asp.net sections:


ASP.NET
ASP.NET 2.0
ASP.NET 3 (Foundations)
Foundations section could have:
WPF (v3 Presentation)
WF (v3 Workflow)
WCF (v3 Communication)


btw Bruce, are you guys talking to Microsoft about how WCF will be offered here?
I'm shooting to be a WCF Evangelist and will of course be in your corner. http://community.discountasp.net/emoticons/wink.gif

RedDog
09-19-2007, 12:54 PM
Yeah, I fully agree with WiseMX, the sections should be:
----------------------------------------------------------
ASP.NET
ASP.NET 2.0


ASP.NET 3.x - CF (Communication)
ASP.NET 3.x - WPF (Presentation)
ASP.NET 3.x - WF (Workflow)
----------------------------------------------------------
The other stuff like StarterKits could be merged together since there's so much information on those topics already on the net.

But I suspect we're going to have to have some DASP-community support here for these .net 3.0 technologies.

BTW, I *finally* was able to get my WCF Service coming up with the proper WSDL (service.svc) page. (Everyone will get the'multiple host header' issue on DASP- and I was able to solve that if anyone cares.
Edit: just found a DASP link to that very problem;
http://community.discountasp.net/default.aspx?tabid=&f=24&m=16709&p=1

But now I'm stuck on an error: "The caller was not authenticated by the service"when I try to run the client. It works on my own local IIS6.0 host (single computer), but won't work on DASP (spanning multiple computers) And google isn't much help since this is still 'relatively' new tech)

http://community.discountasp.net/emoticons/smhair.gifDoes anyone have a working WCF HelloWorld Service using wsHttpBinding running on DASP?


.





Post Edited (RedDog) : 9/19/2007 1:25:21 AM GMT