I am trying to use the asp.net 2.0 personal web site starter kit usingVisual Web Developer 2005Express on discountasp.net I can't use sql express 2005 - I have SQL 2000 db (separate machine) I worked through using SQL on separate machine rather than SQL express as bundled with the Personal web starter kit - see http://geekgoddess.net/photosite/ this site works fine on my localhost copy - but as you can see the download.aspx frequently shows a broken image link and the details.aspx cuts off the images ... I have compared tables and stored procedures, looked through the connections code, etc. Any clues why this is happening? Any input welcome and appreciated!
jes.. you got some big pictures.. i tested the download.aspx several times and i am not getting any errors. Bruce DiscountASP.NET www.DiscountASP.NET
again.. i tested the page and did not get any type of error :< is there a way to replicate the problem effectively? Bruce DiscountASP.NET www.DiscountASP.NET
This is a 'bug' with the starter kit. You have to modify the context.Response properties in the Handler.ashx. See this thread in the asp.net forums: http://forums.asp.net/2/1165479/ShowThread.aspx Aristotle DiscountASP.NET www.DiscountASP.NET