Hi all,
Does anybody have any experience of running .Net windows forms controls from
a html page on any other IIS port than 80 ?
If so can anyone tell me why i cant get even the simplest control to display
correctly.
When IIS is on port 80 then everything is fine.

rgds

Dave.

IIS ports by doug

doug
Wed Feb 11 07:15:57 CST 2004

Ok...what does happen? What errors do you get? How are
you accessing it? What version of IIS?

In order to help you, you have to give us something to go
on...

doug

>-----Original Message-----
>Hi all,
>Does anybody have any experience of running .Net windows
forms controls from
>a html page on any other IIS port than 80 ?
>If so can anyone tell me why i cant get even the
simplest control to display
>correctly.
>When IIS is on port 80 then everything is fine.
>
>rgds
>
>Dave.
>
>
>.
>

Re: IIS ports by Dave

Dave
Wed Feb 11 07:30:50 CST 2004

I have use the SimpleControl.dll that comes with the .net sdk.
Basically I create a html in notepad even that has an object tag calling the
simplecontol.dll.
Then I copied both the dll and the html file into a new virtual directory
that has Scripts Only permissions.
Then I call the page and the control appears fine.
BUT only when IIS is running port 80, When I change to say 90 for example
the control is not shown.

This is the Object tag I use...
<object id="simpleControl1"

classid="SimpleControl.dll#Microsoft.Samples.WinForms.Cs.SimpleControl.Simpl
eControl"
height="300"
width="300">
<param name="Text" value="Simple Control">
</object>

Even if I put a fully qualified URL to the control when i change port,
adding the :90 to the domain name it doesnt work. I think its osmething
additional that has to be configured on the server somehow.

Rgds,

Dave.



"doug" <anonymous@discussions.microsoft.com> wrote in message
news:eaa801c3f0a1$2faf89e0$a601280a@phx.gbl...
> Ok...what does happen? What errors do you get? How are
> you accessing it? What version of IIS?
>
> In order to help you, you have to give us something to go
> on...
>
> doug
>
> >-----Original Message-----
> >Hi all,
> >Does anybody have any experience of running .Net windows
> forms controls from
> >a html page on any other IIS port than 80 ?
> >If so can anyone tell me why i cant get even the
> simplest control to display
> >correctly.
> >When IIS is on port 80 then everything is fine.
> >
> >rgds
> >
> >Dave.
> >
> >
> >.
> >



Re: IIS ports by Bernard

Bernard
Wed Feb 11 10:05:07 CST 2004

what's the error msgs ? when you change to different port, do you actually
post it to that port ?

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"Dave Brown" <dave.AT.dbws.net> wrote in message
news:e5FgLHD8DHA.2300@TK2MSFTNGP10.phx.gbl...
> Hi all,
> Does anybody have any experience of running .Net windows forms controls
from
> a html page on any other IIS port than 80 ?
> If so can anyone tell me why i cant get even the simplest control to
display
> correctly.
> When IIS is on port 80 then everything is fine.
>
> rgds
>
> Dave.
>
>



Re: IIS ports by 1

1
Wed Feb 11 22:32:24 CST 2004

Your description is very vague but when you call up the site using the new
port do you specifically request that port...

ie: http://www.microsoft.com:<port_number>

Port number should be after the colon : following the url....

As far as configuring IIS is concerned you just change port and that's it.

Cheers



"Bernard" <qbernard@hotmail.com.discuss> wrote in message
news:ubscVYQ8DHA.1716@TK2MSFTNGP10.phx.gbl...
> what's the error msgs ? when you change to different port, do you actually
> post it to that port ?
>
> --
> Regards,
> Bernard Cheah
> http://support.microsoft.com/
> Please respond to newsgroups only ...
>
>
> "Dave Brown" <dave.AT.dbws.net> wrote in message
> news:e5FgLHD8DHA.2300@TK2MSFTNGP10.phx.gbl...
> > Hi all,
> > Does anybody have any experience of running .Net windows forms controls
> from
> > a html page on any other IIS port than 80 ?
> > If so can anyone tell me why i cant get even the simplest control to
> display
> > correctly.
> > When IIS is on port 80 then everything is fine.
> >
> > rgds
> >
> > Dave.
> >
> >
>
>



Re: IIS ports by Dave

Dave
Thu Feb 12 04:04:41 CST 2004

Hi Guys,

Yeah i'm specifiying the ports and everything I believe is as it should be,
but their appears to be a security issue with .NET assemblies being
executed/called when the webserver port isnt 80.
There is another thread I started a bit further up called Dot Net
Limitations there are a few replies to that one, others seem to think it
also security as when I call the page hosting the control a Fusion error log
is written and the error is a security exception.

Rgds

"Dave Brown" <dave.AT.dbws.net> wrote in message
news:e5FgLHD8DHA.2300@TK2MSFTNGP10.phx.gbl...
> Hi all,
> Does anybody have any experience of running .Net windows forms controls
from
> a html page on any other IIS port than 80 ?
> If so can anyone tell me why i cant get even the simplest control to
display
> correctly.
> When IIS is on port 80 then everything is fine.
>
> rgds
>
> Dave.
>
>