ASP.net hosting – post Vista installation

Posted on

Crazy thing that I’ve been putting off diagnosing – the inability to debug/test without debugging since the installation of vista on my home PC.

I could debug on my other computers, so I just would switch to them, but today I finally decided to see what I could do about the issue.

What I was experiencing was somehow a sort of lack of connectivity to the host, even though it was on something similar to: Localhost:50234/default.html

Cannot connect to self?  That’s odd.

My thoughts were beginning to come around to the memory of the initial setup of the development tools onto the computer.  The .net framework was already part of the installation which had a 2-sided thought process to me, that’s either really cool or really not so cool.

Everything else installed cleanly without issues, so I just moved along.

I’ve finally come to the conclusion that there’s something to the installation that is not included by default with windows vista – and that would be some of the base administrative tools, including IIS for local hosting of web services.

Sure enough – I am finding that I need to add that as an additional feature.

So if you are having the same issue where you are testing your silverlight application or ASP.net site from Visual Studio, and IE reports that it cannot connect, then head over to the control panel, open the programs and select the “Turn Windows features on or off” and get IIS.  While doing that, don’t forget to enable various features, such IIS Management console, WWW Services, and the various IIS6 management settings.  Just selecting the box for IIS won’t install the necessary items needed for serving localy hosted ASP.net services.

 Update: I still wasn’t able to get anything to run from Visual Studio.  I could go straight to localhost/ and see that IIS 7 was running, but anything at all run using the ASP.net Dev Server would return a failed connection attempt.  *sigh*

Finally I located information regarding a recent response made by Microsoft to a high threat trojan.  Their response was to wipe out the IP address information of the LocalHost.

So to fix this, I located and modified the hosts file.  In most computers, this should be in %windowsdir%>system 32>drivers>etc>hosts.  Updated it in a notepad entry and added the local host IP back to this file to result in 127.0.0.1 as instructed by Microsoft’s Malware Protection Center’s article.

Testing… YAY!  My silverlight apps now run!

The spam bots found me!! Ugh!

Posted on

I’ve been on this non-design related project now for a week, perhaps a week and and a half now and I just have not had the time to check FacingBlend.com during this time.

Well I decided to poke around out of curiosity – see if anything has occured since I’ve been away.  Well sure – stuff had occured.  One of my posts had around 300 new comments on it.  Wow!

 

 

Ok, that wow was not a good one.  They were all annoying casino, poker, bingo, or other related posts.  Spam.  UGH!

This project isn’t over and likely has another week to go until I have the free time, but hopefully I’ll be able to get the Silverlight facingblend page at a point where I can upload it.

We shall see!

XAML Fest – A Review

Posted on

I don’t like giving bad reviews, but when I sent my email in RSVPing a chair at an event called, “XAMLFest” I was expecting to have so much XAML that I’d feel as if I was being assaulted with confetti thrown everywhere – XAML confetti.  Unfortunately, that’s not what we(myself and the other attendees) got.  Instead, we experienced a whole lot of WPF and Silverlight, and I’d gauge about 1/3 of the entire thing was XAML, and most of that third was in the second day.  So for those who did not return after the disheartening first day, they missed out on the bulk of the XAML related content.

If you’re interested in more details, please read on:

Yesterday evening was the ending of the 2 day event, XAML Fest.

This 2 day event boasted through its name a full 2 days of XAML in concentrated form.  After personally attending this event, I’d like to propose a change to the name to “WPF Fest” or something to that effect.

The first day primarily focussed on the model of M-V-VM.  There are links all over the web regarding this, so if you’re curious about this, a google search will guide you in the right direction.  The first day we were knee-deep in c# between the constructors, creating multiple new classes which referenced each other, and having these tie into 5 lines of XAML.  By the end of this day, I was thoroughly frustrated.  Not that I don’t enjoy more information, alternative ideals, and learning more C#, but I’m at this point wondering why this thing is being called “XAMLFest”.  I will mention that towards the end of day 1, there was a bit more touched upon by way of walking us through the interface of Expression Blend and the construct of XAML files.

The second day was Silverlight centered and in as much, quite a lot paralleled the first day, however, there was a considerable level of XAML done in comparison to the first day, including the integration of our silverlight application with a 3rd party control called Blacklight, which is a very nice set of controls made available for download on Codeplex that really were pretty awesome.

After lunch, we dove a lot deeper into the workings of expression blend, customizing buttons and other controls which come with expression blend.  We challenged the blend presentor with questions that he wasn’t exactly comfortable with, but showed us regardless.  The interaction and enjoyment from those in the room definitely escalated during this part of the event, and from there on that tone continued to the end.

So at least it ended with a bang.

I would like to mention that it was definitely worth attending.  There were a few things that I discovered I was doing (as usual) the more difficult way.  Now I have a bit of restructuring to do in a way of preserving the integrety and bringing down pageload time – 2 things that I am always trying to improve upon.

If I were to letter-grade this event, I’d give it a C+

Sitting at XamlFest

Posted on

Hey all,

I’m sitting among 45ish people with laptops open and people eating goodies offered to all attending – at microsoft.

The “show” is about to begin.  I’ll be sure to blog about my opinions – have no fear 😛

Notes – 1pm – Day 1: What does XAML say to you?  To me, its design.  User Interface.  Easy to implement markup backing for UI.  So far – the first half of day 1 has been overview of what can be done with WPF and c# w/ it hooked into some very basic XAML.  The crowd that’s here are primarily code-monkeys, so this is certainly targeting the primary audience, but from a designer’s perspective, even one who straddles code a little, the design aspects have been side-comment in mention.