Windows UserControl not displayed in remote IE

  • Thread starter Thread starter Gugale at Lincoln
  • Start date Start date
G

Gugale at Lincoln

I have created a user control and placed the dll file in a virtual
directory. I am using the control in a webpage (aspx). On the web server I
am able to view the control in IE. However, on remote machines I just see an
empty outline. What could be wrong here?

Thanks
SG
 
Gugale,

Have you set the permissions appropriately on the client machine to
allow that control to run within IE?
 
Thanks for the reply. I guess you are talking about IE Security settings. I
have changed security settings to the lowest level.

Nicholas Paldino said:
Gugale,

Have you set the permissions appropriately on the client machine to
allow that control to run within IE?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Gugale at Lincoln said:
I have created a user control and placed the dll file in a virtual
directory. I am using the control in a webpage (aspx). On the web server I
am able to view the control in IE. However, on remote machines I just see
an empty outline. What could be wrong here?

Thanks
SG
 
Gugale at Lincoln,

No, I mean the security settings for the assembly that contains the
control you are trying to host. The .NET runtime has to be configured
(through the .NET Framework administration tool) to run with the appropriate
permissions.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Gugale at Lincoln said:
Thanks for the reply. I guess you are talking about IE Security settings.
I have changed security settings to the lowest level.

Nicholas Paldino said:
Gugale,

Have you set the permissions appropriately on the client machine to
allow that control to run within IE?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Gugale at Lincoln said:
I have created a user control and placed the dll file in a virtual
directory. I am using the control in a webpage (aspx). On the web server
I am able to view the control in IE. However, on remote machines I just
see an empty outline. What could be wrong here?

Thanks
SG
 

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

Back
Top