Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Validation problem Pin
SunithaNallana31-Mar-09 20:19
SunithaNallana31-Mar-09 20:19 
AnswerRe: Validation problem Pin
dotnetmember31-Mar-09 20:34
dotnetmember31-Mar-09 20:34 
QuestionASP Wizard Help Pin
Rock Star.31-Mar-09 19:44
Rock Star.31-Mar-09 19:44 
Questionhow tp set port number for web site Pin
nikhil123431-Mar-09 19:34
nikhil123431-Mar-09 19:34 
AnswerRe: how tp set port number for web site Pin
Christian Graus31-Mar-09 19:39
protectorChristian Graus31-Mar-09 19:39 
AnswerRe: how tp set port number for web site Pin
Abhijit Jana31-Mar-09 19:42
professionalAbhijit Jana31-Mar-09 19:42 
GeneralRe: how tp set port number for web site Pin
Karthick_gc31-Mar-09 20:23
Karthick_gc31-Mar-09 20:23 
GeneralRe: how tp set port number for web site Pin
Abhijit Jana31-Mar-09 20:36
professionalAbhijit Jana31-Mar-09 20:36 
Karthick_gc wrote:
Shall i know where the IIS is present int system to set port number?


Step 1 : Run > type inetmgr

if IIS is installed in your system the IIS will open UP otherwise you have to install IIS from Control Panel > Add Remove Program

Step 2 : In the Explorer side, you have a web site folder. If you click that folder, "Default Web Site" Will be there. And its by default runs on Port 80.
And any Virtual Directory created under that default site will run on port 80.

Suppose You have a a virtual directory called "MySites", you can access then like
http://servername/MySites
or
http://servername:80/MySites

Now : You want to create another web sites Say "My Web Site Two" , you can create, but you have to change the Port Number by Right Clicking on Web Site -> Properties TAB > Web Sites

Hope this gives you clear idea.

Let me know if any issue.

cheers,
Abhijit
CodeProject MVP

Questionwebrequest POST not creating the right response Pin
Exeter331-Mar-09 19:33
Exeter331-Mar-09 19:33 
QuestionSuggestion Required Pin
Mogaambo31-Mar-09 19:08
Mogaambo31-Mar-09 19:08 
AnswerRe: Suggestion Required Pin
Padmanabh Ganorkar31-Mar-09 19:30
Padmanabh Ganorkar31-Mar-09 19:30 
AnswerRe: Suggestion Required Pin
Christian Graus31-Mar-09 19:30
protectorChristian Graus31-Mar-09 19:30 
Questionhow to save images in sqlserver again retrive from sqlserver using asp.net control Pin
Ch.Gayatri Subudhi31-Mar-09 19:06
Ch.Gayatri Subudhi31-Mar-09 19:06 
AnswerRe: how to save images in sqlserver again retrive from sqlserver using asp.net control Pin
Christian Graus31-Mar-09 19:14
protectorChristian Graus31-Mar-09 19:14 
GeneralRe: how to save images in sqlserver again retrive from sqlserver using asp.net control Pin
Ch.Gayatri Subudhi31-Mar-09 19:45
Ch.Gayatri Subudhi31-Mar-09 19:45 
QuestionError for file upload Pin
saravanan0531-Mar-09 18:10
saravanan0531-Mar-09 18:10 
AnswerRe: Error for file upload Pin
Christian Graus31-Mar-09 18:18
protectorChristian Graus31-Mar-09 18:18 
AnswerRe: Error for file upload Pin
Rajeesh MP31-Mar-09 18:18
Rajeesh MP31-Mar-09 18:18 
AnswerRe: Error for file upload Pin
Abhijit Jana31-Mar-09 18:50
professionalAbhijit Jana31-Mar-09 18:50 
QuestionASP.net with vb: Insert data into specific cell in excel file Pin
nicholasng31-Mar-09 13:47
nicholasng31-Mar-09 13:47 
AnswerRe: ASP.net with vb: Insert data into specific cell in excel file Pin
Christian Graus31-Mar-09 15:01
protectorChristian Graus31-Mar-09 15:01 
GeneralRe: ASP.net with vb: Insert data into specific cell in excel file Pin
Rajeesh MP31-Mar-09 18:16
Rajeesh MP31-Mar-09 18:16 
GeneralRe: ASP.net with vb: Insert data into specific cell in excel file Pin
nicholasng1-Apr-09 2:36
nicholasng1-Apr-09 2:36 
QuestionType or namespace not found for user control. Pin
Brady Kelly31-Mar-09 9:53
Brady Kelly31-Mar-09 9:53 
QuestionPassing data through hyperlink Pin
yorockk31-Mar-09 9:28
yorockk31-Mar-09 9:28 

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.