PDA

View Full Version : Image download and sizing puzzle using Personal Web Site with discountasp SQL 2000


ddhudson
01-11-2006, 07:47 AM
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!

bruce
01-11-2006, 08:16 AM
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 (http://www.DiscountASP.NET)

ddhudson
01-12-2006, 05:37 AM
I guess I should have mentioned - I tested with downsized pictures and had the same problem ...

bruce
01-12-2006, 08:51 AM
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 (http://www.DiscountASP.NET)

ScottJ
08-07-2006, 01:49 AM
Were you able to get the picture problem you were having resolved? I am having the same issue.

Aristotle
08-08-2006, 01:52 AM
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 (http://www.DiscountASP.NET)