TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
justnice
NA
1
0
Using C# User Control as ActiveX control in IE6
May 11 2004 4:07 AM
Hi, I had written a simple "Hello World" UserControl using C# and deploy it in IE6 as follow
and it work fine if I place the CSApplet.dll & the html file in c:\inetpub\wwwroot\TestApplet (http://locallhost/TestApplet). But if I place it on other directory c:\inetpub\wwwtest\TestApplet (http://localhost:81/TestApplet) with the same security right for the both directory, the user control won't work. The only different between the 2 is that the first example uses port 80 while the second example uses port 81. Please help. Thank you. Regards, Justnice
Reply
Answers (
0
)
Saving the Html output of aspx page
images in xml/xsl transform newbie question