<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2738101837781917409</id><updated>2011-04-22T01:30:32.645Z</updated><category term='Froogle Google'/><category term='ASP 1.1 ASP 2.0 performance benchmarks'/><title type='text'>Vista and .Net Development</title><subtitle type='html'>Technical information on eCommerce and web development, including implementation of commercial features.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-628787492252840676</id><published>2007-12-29T17:51:00.000Z</published><updated>2007-12-29T17:54:53.558Z</updated><title type='text'>Ajax and Converted VS2003 Web Apps</title><content type='html'>We couldn't get AJAX to work on any applications converted from VS2003 to VS2008 (running .Net 3.5). All the code made post backs instead of running AJAX in update pannels. After a line by line rip apart of the web.config we tracked it down to&lt;br /&gt;&lt;xhtmlconformance mode="Legacy"&gt;. Searching the net Scott Guthrie has written a post explaining this.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2006/12/10/gotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2006/12/10/gotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-628787492252840676?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/628787492252840676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=628787492252840676' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/628787492252840676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/628787492252840676'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/12/ajax-and-converted-vs2003-web-apps.html' title='Ajax and Converted VS2003 Web Apps'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-3499840803067882019</id><published>2007-12-11T14:38:00.001Z</published><updated>2007-12-11T14:50:28.445Z</updated><title type='text'>Install Vista from External USB Harddisk or Memory Stick</title><content type='html'>I was working on a new machine which needed Vista installing but it had no DVD drive.&lt;br /&gt;&lt;br /&gt;You can install Vista directly from external media either a USB drive or an external USB hard disk. The install is at least twice as fast from a USB hard disk. Taking around 10-15 minutes including making a coffee.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Anyway-firstly configure your target machine to boot from USB, set the boot order after your internal drive, otherwise you'll need to unplug the installation drive when the installer reboots the machine. &lt;/li&gt;&lt;li&gt;On another Vista machine, pop your USB stick (it needs to be 4GB as the Vista DVD is 2.6GB) or USB harddisk into the USB port. &lt;/li&gt;&lt;li&gt;Run a commend prompt and run the utility diskpart &lt;/li&gt;&lt;li&gt;Retrieve a list of drives attached to the system using 'list disk', make a note of the number corresponding to your external media. Make sure you get the right one as picking another drive will lead to data loss.&lt;/li&gt;&lt;li&gt;Run 'select disk &lt;&lt;em&gt;x&gt;&lt;/em&gt;' where x is your drive number e.g. 'select disk 4'&lt;/li&gt;&lt;li&gt;Run the following commands&lt;br /&gt;&lt;br /&gt;clean&lt;br /&gt;create partition primary 3096&lt;br /&gt;select partition 1&lt;br /&gt;active&lt;br /&gt;format fs=fat32&lt;br /&gt;assign&lt;br /&gt;exit&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The assign command will give the drive the next available drive letter so it will now appear in My Computer&lt;/li&gt;&lt;li&gt;Copy the contents of a Vista DVD onto the new drive. You can use XCOPY to do this e.g.&lt;br /&gt;xcopy &lt;em&gt;&lt;dvd&gt;&lt;/em&gt;:\*.* /s /e /f &lt;em&gt;&lt;externaldrive&gt;&lt;/em&gt;:\&lt;br /&gt;Where &lt;dvd&gt; is the drive letter containing the Vista DVD and externaldriveis your newly assigned drive letter. e.g. xcopy e:\*.* /s /e /f f:\ &lt;/li&gt;&lt;li&gt; Plug the USB device into the target machine and boot it. Assuming your boot order is set correctly in the BIOS the Vista installation will run from the external media. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-3499840803067882019?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/3499840803067882019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=3499840803067882019' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/3499840803067882019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/3499840803067882019'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/12/install-vista-from-external-usb.html' title='Install Vista from External USB Harddisk or Memory Stick'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-4558815941178893810</id><published>2007-04-28T10:37:00.000Z</published><updated>2007-04-28T10:38:16.321Z</updated><title type='text'>New Site</title><content type='html'>We've launched a new site which focuses on our eCommerce and retail solutions.&lt;br /&gt;&lt;a href="http://www.citrus-retail.com"&gt;http://www.citrus-retail.com&lt;/a&gt;&lt;br /&gt;Neil&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-4558815941178893810?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/4558815941178893810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=4558815941178893810' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/4558815941178893810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/4558815941178893810'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/04/new-site.html' title='New Site'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-3825262783544658357</id><published>2007-04-28T10:06:00.000Z</published><updated>2007-04-28T10:25:53.906Z</updated><title type='text'>Missing ASP.NET tab on Windows x64 Servers</title><content type='html'>&lt;div&gt;&lt;div&gt;&lt;p&gt;We've been creating ASP 2.0 applications and the first a new version of our &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;eCommerce&lt;/span&gt; to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;RMS&lt;/span&gt; link software was &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;ready&lt;/span&gt; to be deployed from our development servers to our production machines. We use a pair of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;AMD&lt;/span&gt; based IBM x326 servers as our front end web servers. Once we'd installed the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b44a0000-acf8-4fa1-affb-40e78d788b00&amp;DisplayLang=en"&gt;x64 .net &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;runtime&lt;/span&gt;&lt;/a&gt;, we realised that the ASP.NET pane had not appeared in the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;IIS&lt;/span&gt; management console when viewing a virtual directory. We've seen this before on x86 and normally running &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;aspnet&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;regiis&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;exe&lt;/span&gt; -i from the .Net 2.0 framework directory would resolve this problem.&lt;br /&gt;However further digging around made us realise that the 'snap in' which makes this appear does not work on x64, and at the current point in time Microsoft have no intention of fixing this. As such you need to install the scripts manually using the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;aspnet&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;regiis&lt;/span&gt; -&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;sn&lt;/span&gt; command.&lt;br /&gt;&lt;br /&gt;e.g. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;aspnet&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;regiis&lt;/span&gt; -&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;sn&lt;/span&gt; &lt;path&gt;&lt;path&gt;&lt;/p&gt;&lt;p&gt;This is documented in some more detail &lt;a href="http://blogs.msdn.com/pmanchan/archive/2007/02/13/asp-net-tab-is-missing-in-the-iis-mmc-in-the-web-server-running-windows-xp-pro-x64-edition-with-net-framework-2-0-wow64.aspx"&gt;here. &lt;/a&gt;However being more of a developer than an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;IIS&lt;/span&gt; admin the 'path to application' threw us. We have in the region of a hundred sites on this server so finding the path is a little tricky. I couldn't find all the steps required to get ASP 2.0 working in one place.&lt;br /&gt;&lt;br /&gt;Firstly create a new virtual directory in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;IIS&lt;/span&gt; and create an application. You also need to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_17"&gt;specify&lt;/span&gt; and application pool, this must be an application pool which does not contain any .Net 1.1 applications as they can't both exist in the same pool. Whichever is called first (1.1 or 2.0) will lock the application and the other applications will fail with a cryptic service not available error. &lt;/p&gt;&lt;p&gt;To find the path of the application Microsoft recommend you use &lt;a href="http://support.microsoft.com/kb/232068"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;METAEdit&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;To find it the path we installed META Edit 2.2. Browsed to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;LM&lt;/span&gt;, W3&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;SVC&lt;/span&gt; and then our site identifier (which can be found in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;IIS&lt;/span&gt; see screenshots below), then the virtual directory name in this case &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;rmsLinkv&lt;/span&gt;3&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;WebService&lt;/span&gt;. &lt;/p&gt;&lt;p&gt;As such you end up with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;aspnet&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;regiis&lt;/span&gt; -&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;sn&lt;/span&gt; W3&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;SVC&lt;/span&gt;/102785756/ROOT/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;rmsLinkv&lt;/span&gt;3&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;WebService&lt;/span&gt;. This will install the ASP2.0 scripts and you can happy install your application. &lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5058422818135128898" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_VQkn2akjWWk/RjMgwJ6su0I/AAAAAAAAABE/Dl-u1kdf-dM/s320/metaedit.GIF" border="0" /&gt; &lt;img id="BLOGGER_PHOTO_ID_5058422959869049682" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_VQkn2akjWWk/RjMg4Z6su1I/AAAAAAAAABM/fD1f2hiyfMo/s320/iis_site_id.GIF" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-3825262783544658357?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/3825262783544658357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=3825262783544658357' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/3825262783544658357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/3825262783544658357'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/04/missing-aspnet-tab-on-windows-x64.html' title='Missing ASP.NET tab on Windows x64 Servers'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_VQkn2akjWWk/RjMgwJ6su0I/AAAAAAAAABE/Dl-u1kdf-dM/s72-c/metaedit.GIF' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-8090290426913375132</id><published>2007-04-25T10:11:00.000Z</published><updated>2007-04-25T10:18:51.726Z</updated><title type='text'>Vista Network Printing UAC - Windows cannot connect to the printer. The specified print monitor is unknown</title><content type='html'>&lt;div&gt;More vista woes - We've been installing network printers on our Vista machines and on some machines we recieve the following error "&lt;strong&gt;Windows cannot connect to the printer. The specified print monitor is unknown&lt;/strong&gt;". Yet on other machines it works fine. We pinned this down to developer machines, we disable UAC to get Visual Studio to work properly. &lt;img id="BLOGGER_PHOTO_ID_5057308093733190434" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_VQkn2akjWWk/Ri8q6p6suyI/AAAAAAAAAA0/bTnynoK9qk4/s320/SpecifiedPrinterMonitorUnknown.jpg" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Searching the net it became clear that network printers can't install unless UAC is enabled, which requires a two reboots. One to enable UAC and install the printer, the second to disable UAC and continue work in Visual Studio 2003. Frustrating, but there seems to be no other work around. &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Neil &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-8090290426913375132?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/8090290426913375132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=8090290426913375132' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/8090290426913375132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/8090290426913375132'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/04/vista-network-printing-uac-windows.html' title='Vista Network Printing UAC - Windows cannot connect to the printer. The specified print monitor is unknown'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_VQkn2akjWWk/Ri8q6p6suyI/AAAAAAAAAA0/bTnynoK9qk4/s72-c/SpecifiedPrinterMonitorUnknown.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-7299258594160374663</id><published>2007-04-13T20:20:00.000Z</published><updated>2007-04-13T20:30:13.100Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP 1.1 ASP 2.0 performance benchmarks'/><title type='text'>.Net 1.1 vs .Net 2.0 Performance</title><content type='html'>We've been on the hunt for information on the performance differences between ASP 1.1 and ASP2.0. I've hunted around the Internet for information on the differences in speed between the two architectures, however very little information seems to be available.&lt;br /&gt;&lt;br /&gt;The closest I've found is the following Microsoft &lt;a href="http://msdn2.microsoft.com/en-gb/vstudio/aa700840.aspx"&gt;article &lt;/a&gt;however this seem a little like PR (reads like a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Gartner&lt;/span&gt;&lt;/span&gt; "rent a quote" report) rather than real life observations. Is anyone aware of articles with &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;independent&lt;/span&gt; testing of the throughput of a '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;normalish&lt;/span&gt;&lt;/span&gt;' web based application. For example an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;eCommerce&lt;/span&gt;&lt;/span&gt; or &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;CMS&lt;/span&gt;&lt;/span&gt; system. We are aware that 2.0 applications start far faster, but our sites are constantly accessed so this is less of an issue. More importantly are we likely to increase or decrease load on our server farm as we migrate to 2.0. Are our customers going to get a faster experience or is it much of a muchness with better controls and development environments?&lt;br /&gt;&lt;br /&gt;Neil&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-7299258594160374663?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/7299258594160374663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=7299258594160374663' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/7299258594160374663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/7299258594160374663'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/04/net-11-vs-net-20-performance.html' title='.Net 1.1 vs .Net 2.0 Performance'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-3547515663514407073</id><published>2007-04-12T14:11:00.000Z</published><updated>2007-04-12T21:57:20.500Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Froogle Google'/><title type='text'>Froogle UK Woes and Solutions</title><content type='html'>We've been working on listing products for &lt;a href="http://www.board-lifestyle.com"&gt;Board-Lifestyle &lt;/a&gt;on Froogle. We have several feeds to Froogle for other UK companies and all have been fairly painless to setup other than writing the SQL to extract products records from our &lt;a href="http://www.citruslime.com/ecom_home.htm"&gt;eCommerce &lt;/a&gt;system which is based around a UK customised version of &lt;a href="http://www.storefront.net/"&gt;Storefront&lt;/a&gt;. This has lead to a good volume of business for our clients.&lt;br /&gt;&lt;br /&gt;This time its been very frustrating as we've had to work around some of the new features in &lt;a href="http://www.google.co.uk/base"&gt;Base &lt;/a&gt;(which is Froogle's underlying technology).&lt;br /&gt;&lt;br /&gt;Firstly its important to stay on the UK version of base, as some of the links inside Base actually hard link to the US site. This makes it appear as if your products are appearing and disappearing from the Base system as you hop between the two sites. This has caused us no small amount of grief as we've uploaded the same bulk upload to both the US and UK systems. The upshot is to make sure have the .co.uk address in the address bar at all times, and keep and eye out for changes as it will revert to the .com domain as you navigate around the user interface. Submission of a UK feed to the US base site will see it disapproved.&lt;br /&gt;&lt;br /&gt;The other areas which have caught us out are the new attributes which Base suggests. Location appears as a recommended field, however reading posts on the Google Groups, this seems to setup the feed as a Froogle.local feed and excludes them from the main Froogle results. We have reworked the file and we'll see how we get on!&lt;br /&gt;&lt;br /&gt;I'm a hugh fan of Google, but some of their technology has a decidedly half finished feel to it, with items remaining in Beta for extended periods of time and lacking key features. If they really are to threaten Microsoft and deliver 'software as a service' they have a lot to learn about easy of use and debugging. For example the SSL certificate on the .uk URL's is a .COM SSL certificate which drives IE and Firefox crazy with security warnings and its been like this for at least a year!&lt;br /&gt;&lt;br /&gt;Neil&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-3547515663514407073?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/3547515663514407073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=3547515663514407073' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/3547515663514407073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/3547515663514407073'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/04/froogle-uk-woes-and-solutions.html' title='Froogle UK Woes and Solutions'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-7042131436190975368</id><published>2007-04-09T07:44:00.000Z</published><updated>2007-04-09T07:47:52.791Z</updated><title type='text'>Visual Studio 2003 Web Project to Visual Studio 2005 Migration</title><content type='html'>We've tried this in the past using the inbuilt VS2005 migration tool and it lead to hundreds of errors when it attempted to restructure our eCommerce project.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;However Microsoft have released a new tool which is documented at &lt;a href="http://webproject.scottgu.com/VisualBasic/Migration/Migration.aspx"&gt;http://webproject.scottgu.com/VisualBasic/Migration/Migration.aspx&lt;/a&gt; which allows you to retain the file structure of the 2003 project. Having ran this tool our projects converted with only one code change.&lt;br /&gt;&lt;br /&gt;Happy days!&lt;br /&gt;&lt;br /&gt;Neil&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-7042131436190975368?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/7042131436190975368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=7042131436190975368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/7042131436190975368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/7042131436190975368'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/04/visual-studio-2003-web-project-to.html' title='Visual Studio 2003 Web Project to Visual Studio 2005 Migration'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2738101837781917409.post-7495716778638140031</id><published>2007-04-08T13:13:00.000Z</published><updated>2007-04-08T16:37:27.036Z</updated><title type='text'>Visual Studio 2003 Web Debugging on Vista</title><content type='html'>We are trying to move our development setups onto new equipment running Vista. I know we could use Virtual PC which is Microsoft's suggestion, but we all use laptops and the disk overhead would be a pain.&lt;br /&gt;&lt;br /&gt;Anyway after much messing around and reading of other peoples &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Blog's&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;here's&lt;/span&gt; how I made it work.&lt;br /&gt;&lt;br /&gt;Firstly setup your user account as a local admin on the Vista machine and switch off the dreaded "user account control". &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;Obviously&lt;/span&gt; you need to know what your doing when if you are going to do this, but I'm assuming most developers understand a little about computer security. This step seems essential to get Visual Studio 2003 working.&lt;br /&gt;&lt;br /&gt;Next make sure &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;IIS&lt;/span&gt; is installed and you have selected the "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;IIS&lt;/span&gt; 6.0 management compatibility option".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5051050049153850322" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_VQkn2akjWWk/RhjvQhKI29I/AAAAAAAAAAc/jiQiTgeFUm8/s320/IIS6Compat.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;After this we installed VS2003, it will warn you about the lack of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;Frontpage&lt;/span&gt; Extensions, skip the warning.&lt;br /&gt;&lt;br /&gt;Once VS is installed you need to ensure your user account is included in the Debugger User group.&lt;br /&gt;&lt;br /&gt;Next I followed the steps outlined in the following Blog&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.iis.net/brian-murphy-booth/archive/2007/03/09/how-to-setup-asp-net-v1-1-visual-studio-net-2003-projects-on-iis7-vista.aspx"&gt;http://blogs.iis.net/brian-murphy-booth/archive/2007/03/09/how-to-setup-asp-net-v1-1-visual-studio-net-2003-projects-on-iis7-vista.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;However once this was completed we needed to change a few more settings before we could get &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;IIS&lt;/span&gt; working with Visual Studio. The first was to adjust &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;ISAPI&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;CGI&lt;/span&gt; restrictions which had removed access to ASP 1.1. We had been getting the somewhat cryptic error&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;"HTTP Error 404.2 - Not Found&lt;br /&gt;Description: The page you are requesting cannot be served because of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;ISAPI&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;CGI&lt;/span&gt; Restriction list settings on the Web server."&lt;br /&gt;&lt;br /&gt;This &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;occurred&lt;/span&gt; when attempting to run any ASP 1.1 web applications.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To achieve this go into &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;IIS&lt;/span&gt; 7.0 manager and select your server, which is the top level on the left hand side. Select &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;ISAPI&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;CGI&lt;/span&gt; restrictions and ensure ASP v1.1 has the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_15"&gt;restriction&lt;/span&gt; set to Allowed.&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5051050388456266722" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_VQkn2akjWWk/RhjvkRKI2-I/AAAAAAAAAAk/tiNj4VMpHus/s320/ISAPI_CGI.GIF" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5051050701988879346" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_VQkn2akjWWk/Rhjv2hKI2_I/AAAAAAAAAAs/197DNcupNPY/s320/ISAPI_CGI_part2.GIF" border="0" /&gt;&lt;br /&gt;Finally we created a new 1.1 web application via Visual Studio, thus creating a new virtual directory in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;IIS&lt;/span&gt;. At this stage you should just need to setup the resulting virtual directory correctly in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;IIS&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;To achieve this involved editing ASP and Authentication settings. Inside ASP properties I edited the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_18"&gt;debugging&lt;/span&gt; section to allow server and client side debugging. In Authentication I allowed Windows authentication.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Its worth noting that some of the options in the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;IIS&lt;/span&gt;7 manager put entries in the web.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;config&lt;/span&gt; which are not compatible with the 1.1 &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_21"&gt;run time&lt;/span&gt;. For example I changed the default page and this put entries in the web.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;config&lt;/span&gt; which resulted in server errors.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;IIS&lt;/span&gt; 7 looks good, but there is clearly a lot of new stuff to learn, and some worrying incompatibilities introduced by the new Vista security model.&lt;br /&gt;&lt;br /&gt;In summary it appears possible to use &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;IIS&lt;/span&gt; 7 and VS 2003 to build and more importantly debug web applications. The next step is to load up our &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;eCommerce&lt;/span&gt; application in VS2003 and look at &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_26"&gt;stability&lt;/span&gt; and speed before we start to use Vista to write production code. I'll post again once we have some &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_27"&gt;real world&lt;/span&gt; experience.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Neil&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2738101837781917409-7495716778638140031?l=citruslime.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://citruslime.blogspot.com/feeds/7495716778638140031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2738101837781917409&amp;postID=7495716778638140031' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/7495716778638140031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2738101837781917409/posts/default/7495716778638140031'/><link rel='alternate' type='text/html' href='http://citruslime.blogspot.com/2007/04/visual-studio-2003-web-debugging-on.html' title='Visual Studio 2003 Web Debugging on Vista'/><author><name>Neil McQuillan</name><uri>http://www.blogger.com/profile/04756173941765193219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_VQkn2akjWWk/RhjvQhKI29I/AAAAAAAAAAc/jiQiTgeFUm8/s72-c/IIS6Compat.gif' height='72' width='72'/><thr:total>12</thr:total></entry></feed>
