Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

asp.net mvc 2 - Is there a way to make it look like two programs are listening to port 80 -


i know can't have 2 programs listening same port, wondering if possible fake somehow, example:

my machine has 2 applications, 1 listening port 80 , other port 6653.

if incoming connection, let's mysite.com:80/chat forwarded internally application listening on port 6653 , data returned server forwarded port 80 somehow.

the reason want accomplish because there many firewalls seem block connections ports other 80.

i have chat server want run on port 80, perhaps ip , machine that, feels trouble single chat server.

any helpful feedback appreciated. thanks!

you can mod_rewrite if you're running apache. link has plenty of examples, including want (i think).

edit: see you've updated tags "asp.net". i'm guessing you're not running apache, then. i'm sure there similar tool iis, or can use proxy server same thing.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -