Bold-Italic-Underline

ASP.NET AJAX v1.0 (formerly ATLAS) is now available for you to experience

October 28, 2006 · 1 Comment

(If you don’t see any of the images below please refresh the page a few times until you see the images. WordPress for some reason randomly cuts off some of the images at times. My apologies for the inconvenience.)

I know I’m blogging this a bit late but I just wanted to get this info out to my readers anyway. Microsoft ASP.NET Atlas team has released the renamed framework, which competes with AJAX, with the name “ASP.NET AJAX“. They call the initial release as “ASP.NET AJAX v1.0“.

AJAX is a great infrastructure and a great experience for the web based users without having to mess with page refreshes for small little things. It gives the user an enhanced and rich user experience allowing things to be done in the background without stealing the control of the page from the user. It provides the framework and controls to support/enable this great user experience.

At a glimpse, here is what the ASP.NET team says about AJAX,

Cross browser compatibility…that’s a great news from Microsoft. I love it when things work across the browsers without having to tweak things to make it work across. That’s a great news. I’ve tried this a bit and it looks very promising and cool to me. We even have thought about using this on one of our product functionalities. There are pretty lengthy keyword/attribute names to deal with but hey, as long as it works who cares.

For those of us to get started on this new framework, Scott Guthrie, the General Manager at the .NET Development Platform team, has put forward a videocast that explains pretty much of the basics for anyone to get started. (You might want to watch the video very closely as Scott is fluent enough to do things pretty fast).

There are a bunch of other ASP.NET AJAX resource videos at this location. It’s pretty cool to see Nikhil Kothari, the guy who is the cause of this whole thing from the beginning, has some videos for us to view. Great job Nikhil.

Okay…enough said. Go ahead and get the new framework, read some of the documents, watch few videos and get started.

(Alternate link if you don’t see the “Download Now” image above.)

You might want to download this as well as this toolkit has pretty rich and ready-to-run sample controls and a powerful SDK to simplify creating custom ASP.NET AJAX controllers and extenders.

(Alternate link if you don’t see the “ASP.NET AJAX Control Toolkit” image above.)

Of course, you should visit the official ASP.NET AJAX site to understand this whole thing. This site is the home site for ASP.NET AJAX and it has pretty extensive help/documents/videos to get started on this new framework.

Technorati tags: , , , ,

del.icio.us tags: , , , ,

Categories: .NET · IT · Technical

Fix for: "Unable to get the project file from the Web server" error

October 28, 2006 · 32 Comments

Visit DemoGeek.com for amazingly detailed quality articles on Computer, Internet, Browsers, Software, Programming and much more.

For those of us who deals with the reality of ASP.NET/Visual Studio.NET IDE day-in and day-out, here is a trick which I hope would be handy for you if not today, well at some point of time.

So, lets say you had a perfectly working ASP.NET Site/Web Service and that goes nicely with the Visual Studio.NET IDE. As in any normal development lifecycle we might wanted to tinger with the service/site by moving it to a different machine or location and things like that without forgetting the fact that at times we might even wanted to change some settings with IIS. Fine. So what?

Well, when you mess up with any settings or your site/service your VS.NET IDE doesn’t go nice with IIS anymore. Yes, it complains with the above dialog, with the message "Unable to get the project file from Web server. Unable to open Web project <projectname>. The file path <path> does not correspond to the URL <URL>. The two need to map to the save server location. HTTP Error 403: Access Forbidden." And most of the time it just suck up your development time to fix this issue and think about this happening at a crucial time. Well, it did happen to me last time when I badly wanted my IDE to work.

You and I know from the above message that it has something to do with the .webinfo file having a wrong mapping. Well, in both the instances when I faced this that wasn’t been the case. Then I made sure the IIS Virtual Directory points to the correct local path, recreated IIS application etc. and nothing seems to resolve. Then this simple fix made it to work and that is going to be my fix for this issue.

So, what I really did? Pretty simple. I just deleted my virtual directory in IIS and then recreated it again. Restarted IIS and bingo. My IDE was able to play nice with IIS again.

Hope it helps.

PS: If the above solution doesn’t work or is not a choice for you then try this one. Find the "VSWebCache\<ProjectName>" folder under your Documents and Settings folder and delete it and try it again.

Visit DemoGeek.com for amazingly detailed quality articles on Computer, Internet, Browsers, Software, Programming and much more.

Categories: .NET

Bold-Italic-Underline moves to the "Cutline" theme

October 28, 2006 · 1 Comment

As you may have noticed by now, I’ve just pimped my blog to the “Cutline” theme. Why? Because the theme that I was using, “Almost Green” lost the sidebar widgets and for some reason WordPress seem to not provide sidebar widgets for that theme. So, I’d to move on and here it is.

Don’t you like it? Please let me know your comments.

PS: That’s a picture that was taken by me on my trip to India. Can you believe that is a pond of water that’s got this much green on top of it? Yes, the water that you see in the distance is a proof that this is a pond of water. Pretty amazing!!!

Categories: General