ap16 Software Solutions...

Blog

iPhone Web Site Dev in Visual Studio

If you are developing an ASP.Net web application that is to be consumed by an iPhone (or other mobile device)  you'll find it a bit inconvenient that the built in web server with Visual Studio can't be accessed on anything other than localhost or 127.0.0.1 - but not for long...

I just read (and followed) the post by Erich Eichinger here and patched my Visual Studio WebServer to allow me to connect to my development environment from my iPhone on WiFi

What is even better is that you can debug in Visual Studio whilst navigating the application on the iPhone!

Well done that man!

If you want any help doing this - you know where I am

 

0 Comments

Could not load all ISAPI filters for Sharepoint. Therefore startup aborted.

I came across a Windows 2008 Server installation where the Central Admin gave a 500 error and there was very little in the event log apart from :

Could not load all ISAPI filters for 'sitename'. Therefore startup aborted.

The installation had worked previously, but after the application of W2K8 SP2 the admin stopped working (whether this was the cause or a coincidence hasnt been established)

Anyway, thanks to some pointers in Nishant Rana's similar post I disabled 32 bit .Net support using:

cscript C:\inetpub\adminscripts\adsutil.vbsSET W3SVC/AppPools/Enable32bitAppOnWin64 0

and reregistered ASP.NET 2.0 as the default using:

C:\Windows\Microsoft.NET\Framework64\v2.0.50727>
aspnet_regiis.exe -i

Worked a treat!

0 Comments

An great article on JQuery and .Net for us Microsoft People

I stumbled across the following article on the use of JQuery and .Net - really helped bring a little focus to the benefits of JQuery in what we do and I can see that we will be making good use of it over the coming weeks!

http://dotnetslackers.com/articles/ajax/Using-jQuery-with-ASP-NET.aspx

0 Comments

Microsoft Web PI 2.0 RC

Microsoft has now released version 2, Release Candidate of the Web Platform Installer (WebPI). This tool facilitates the deployment of ASP.Net applications and tools onto servers. Extremely useful: http://www.microsoft.com/web/downloads/platform.aspx

 

0 Comments

Windows 7 is almost ready!

It's official, Windows 7 is almost ready. From August 6th 2009 the RTM version will be available to partners, and from October 22nd, it will be available to all.

Follow updates on the Microsoft Windows 7 blog site here

0 Comments