473,395 Members | 1,556 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

IIS ports

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.
Nov 18 '05 #1
6 1167
"Dave Brown" <dave.AT.dbws.net> wrote in
news:e5**************@TK2MSFTNGP10.phx.gbl:
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

Nov 18 '05 #2

This is a problem with MS
They have restricted processing on port 80 only

Dave Brown wrote:
*Hi all,
Does anybody have any experience of running .Net windows form
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 t
display
correctly.
When IIS is on port 80 then everything is fine.

rgds

Dave.


ajaymehr
-----------------------------------------------------------------------
Posted via http://www.mcse.m
-----------------------------------------------------------------------
View this thread: http://www.mcse.ms/message381000.htm

Nov 18 '05 #3
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:e5**************@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.

Nov 18 '05 #4
1
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" <qb******@hotmail.com.discuss> wrote in message
news:ub**************@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:e5**************@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.


Nov 18 '05 #5
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:e5**************@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.

Nov 18 '05 #6
This is a bug. Fixes will be in a future service pack; you can contact
Product Support if you need a QFE before the service pack is out.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

"ajaymehra" <aj**************@mail.mcse.ms> wrote in message
news:aj**************@mail.mcse.ms...

This is a problem with MS
They have restricted processing on port 80 only

Dave Brown wrote:
*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. *

ajaymehra
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message381000.html

Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Maurice LING | last post by:
Hi, I'm writing something that specifies the use of SOAP. One requirement that fumbles me is the port number(s) to use. Is there any way to find out which ports are not used by the system? I've...
0
by: pothik05 | last post by:
Hi, We are using an application (the application uses WMI componenets) to change the IIS metabase of Server A from Server B. There is a firewall between Server A and Server B. Couple of weeks...
2
by: Hemant Shah | last post by:
Folks, How many tcp ports does DB2 server use? I installed UDB 8.2 on a AIX system and created several instances. I used consecutive ports for each instance, but when I look at /etc/services...
3
by: andyI | last post by:
Where do I find information on how to address and pass data to and from the serial ports and USB ports in VB. VB6 supports the serial ports easily but I see no reference to using the USB ports....
1
by: henrycortezwu | last post by:
Hi All, I'm trying to connect to a virtual port (COM19, OUTGOING, "Bluetooth Serial Port") using VS2005 System.IO.Ports. When I ran the ff code below here's what happens. 1) VS2005 Compiles w/o...
3
by: Tom Brown | last post by:
Hey people, I've written a python app that r/w eight serial ports to control eight devices using eight threads. This all works very nicely in Linux. I even put a GUI on it using PyQt4. Still...
2
by: joaquimfpinto | last post by:
Dear All, I made an app in c# that uses several serial ports. For the serial ports I use a pnp Sunix board, some with 8 serial ports other with 4 or even 2 serial ports. Whenever I use the...
3
by: =?Utf-8?B?Vmlua2k=?= | last post by:
Hello everyone, I am using .net remoting. Is there any way to find out the list of open ports. Thanks.
3
by: Luke Davis | last post by:
I'm looking for an effective way to open and close TCP ports. Can I do this through Tcpclient? And I know this is a potential security risk, so what kind of permission must the person running...
10
by: sklett | last post by:
I'm trying to send some printer commands (ZPLII) to an attached USB printer using the SerialPort component. I didn't get very far at all. In fact I haven't gotten anywhere. The first problem I...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.