Click here to Skip to main content
15,922,584 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to get ip address of the client machine Pin
Guffa26-Apr-08 1:11
Guffa26-Apr-08 1:11 
GeneralRe: How to get ip address of the client machine Pin
Xiangyang Liu 刘向阳26-Apr-08 1:29
Xiangyang Liu 刘向阳26-Apr-08 1:29 
AnswerRe: How to get ip address of the client machine Pin
anandkb29-Apr-08 21:15
anandkb29-Apr-08 21:15 
GeneralAgain, the flash, the javascript and the hidden menu Pin
Crisstina25-Apr-08 6:14
Crisstina25-Apr-08 6:14 
GeneralRe: Again, the flash, the javascript and the hidden menu [modified] Pin
logiclabz2-May-08 3:40
logiclabz2-May-08 3:40 
GeneralWeb Server Requirements Pin
Brady Kelly24-Apr-08 5:11
Brady Kelly24-Apr-08 5:11 
GeneralRe: Web Server Requirements Pin
Mark J. Miller24-Apr-08 10:35
Mark J. Miller24-Apr-08 10:35 
GeneralRe: Web Server Requirements Pin
Brady Kelly25-Apr-08 0:24
Brady Kelly25-Apr-08 0:24 
Questionwhois in asp Pin
gayatrilaxmi24-Apr-08 2:27
gayatrilaxmi24-Apr-08 2:27 
GeneralRe: whois in asp Pin
Vasudevan Deepak Kumar24-Apr-08 4:50
Vasudevan Deepak Kumar24-Apr-08 4:50 
GeneralRegarding GAC Pin
soniasan23-Apr-08 22:53
soniasan23-Apr-08 22:53 
GeneralRe: Regarding GAC Pin
Christian Graus25-Apr-08 23:31
protectorChristian Graus25-Apr-08 23:31 
GeneralRe: Regarding GAC Pin
Christian Graus25-Apr-08 23:31
protectorChristian Graus25-Apr-08 23:31 
GeneralSerialize ReportDocument without using RAS Pin
livez23-Apr-08 22:47
livez23-Apr-08 22:47 
GeneralOracle Stored Procedure Problem Pin
Saivjil23-Apr-08 21:39
Saivjil23-Apr-08 21:39 
QuestionBCC field empty while using CDO.Message Pin
Ashish Vasudev23-Apr-08 19:50
Ashish Vasudev23-Apr-08 19:50 
QuestionHow do I view data value of a dropdownlist when using the Edit field in GridView Pin
garygrub23-Apr-08 19:01
garygrub23-Apr-08 19:01 
GeneralJava Coder needs ASP.NET help Pin
garygrub23-Apr-08 18:06
garygrub23-Apr-08 18:06 
GeneralRe: Java Coder needs ASP.NET help Pin
Christian Graus25-Apr-08 23:32
protectorChristian Graus25-Apr-08 23:32 
QuestionJavascript execWB(6,2) alternatives? Pin
Gump61923-Apr-08 4:57
Gump61923-Apr-08 4:57 
AnswerRe: Javascript execWB(6,2) alternatives? Pin
Vasudevan Deepak Kumar23-Apr-08 21:47
Vasudevan Deepak Kumar23-Apr-08 21:47 
Generalhttp authentication Pin
pashitech22-Apr-08 23:55
pashitech22-Apr-08 23:55 
GeneralAbout MaintainScrollPosition and my web custom control problem! [modified] Pin
maryam.saboor22-Apr-08 22:42
professionalmaryam.saboor22-Apr-08 22:42 
QuestionDoes my experiment have any chance of success ?? Pin
Andrew_3O22-Apr-08 9:39
Andrew_3O22-Apr-08 9:39 
AnswerRe: Does my experiment have any chance of success ?? Pin
Mark J. Miller24-Apr-08 10:44
Mark J. Miller24-Apr-08 10:44 
Visual Studio 2008 has a built-in web server named Cassini. When you run a web site project or web application project it loads the web server and allows you to browse the site. So you don't need IIS.

That said, there are projects on the web which showcase web servers written in C#, however, to my knowledge none of them are anything more than an http server. So while I've never tried, I believe it would be pretty difficult to implement your own web server which can serve asp.net pages. I suggest you just use the built-in web server. If you are trying to actually serve pages to the public you should look for a hosting provider that hosts asp.net applications on IIS.

Mark's blog: developMENTALmadness.blogspot.com

Funniest variable name:
lLongDong - spotted in legacy code, was used to determine how long a beep should be.
- Dave Bacher

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.