IIS ports

  • Thread starter Thread starter Dave Brown
  • Start date Start date
D

Dave Brown

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.
 
what's the error msgs ? when you change to different port, do you actually
post it to that port ?
 
Dave Brown said:
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.

IIS doesnt care what port its using. Have you adjusted your URLs? What kinds
of errors are you having?


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 
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
 
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
 
Back
Top