Windows Control / dll in ASP .Net

G

Guest

Hi

I have developed a basic windows control an dll in vb.net (windows control
library)

That contol is used to load image to a picture box. The control has a
pciture box and a property by name image. when we consume the dll in windows
app, the image property in set to the control which loads the image to the
picture box in the control.

When i use the same control in asp.net using the <object> tag, it works fine
in VSS. When i deploy the same application.. the dll is not getting loaded.

If i browse the link using the
http://localhost/picturepage.aspx
it works fine.... but if i browse the same with the below link it does not
show the image in usercontrol
http://ragu/picturepage.aspx (where ragu is the machine where the
application is deployed)

Kindly help me...
Thanx in advance
 
S

Shaun C McDonnell

Ragu,

Any site that hosts the Windows Control is going to need to be fully trusted
by the browser application.

Shaun McDonnell
 
G

Guest

Hi Shaun

Thanx for your reply... yes the site is already fully trusted by the browser

Regards
Ragu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top