Click here to Skip to main content
15,893,266 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralProblem in session Pin
sudheera p3-Mar-09 0:30
sudheera p3-Mar-09 0:30 
GeneralRe: Problem in session Pin
J4amieC3-Mar-09 1:18
J4amieC3-Mar-09 1:18 
AnswerRe: Problem in session Pin
JMummery3-Mar-09 2:54
professionalJMummery3-Mar-09 2:54 
QuestionIFrame Window Event Pin
Member 34533313-Mar-09 0:07
Member 34533313-Mar-09 0:07 
Questionerror running asp page Pin
lost_in_code2-Mar-09 23:43
lost_in_code2-Mar-09 23:43 
AnswerRe: error running asp page Pin
JMummery3-Mar-09 2:45
professionalJMummery3-Mar-09 2:45 
GeneralRe: error running asp page Pin
lost_in_code4-Mar-09 21:42
lost_in_code4-Mar-09 21:42 
GeneralRe: error running asp page Pin
JMummery5-Mar-09 10:15
professionalJMummery5-Mar-09 10:15 
Hi,

You cannot use it like that.

Example

PC No.1 is running the .NET application through Visual Studio by accessing -> http://localhost:3274/trywebsite/Default.aspx

PC No.2 which is on same Local Area Network tries to access the same address. This will not work as localhost refers to PC No.2 itself and of course the application is running on PC No.1

The following is untested but may work:-

1. Find out the local IP Address of PC No.1 by going START >> Run and typing CMD [enter]
2. type IPCONFIG [enter] and note down your Ethernet Adapters IP Address (usually ner the top) it
will be something like 192.168.x.x (mine is 192.168.2.38 for example)
3. Go to PC No.2 and try to access it in browser by typing in (where the .x.x is your local ip address) ->
http://192.168.x.x:3274/trywebsite/Default.aspx

Failing that you will have to set it up as an applciation in IIS and then you will be able to access it without the port number e.g. http://192.168.x.x/trywebsite/Default.aspx

I hope this helps. Please let me know how you get on.

Regards
Julian Mummery


Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com


Questionpopulate GridView with stored procedure Pin
foryou2-Mar-09 23:35
foryou2-Mar-09 23:35 
AnswerRe: populate GridView with stored procedure Pin
Satish Mahapatra2-Mar-09 23:56
Satish Mahapatra2-Mar-09 23:56 
QuestionRe: populate GridView with stored procedure Pin
foryou3-Mar-09 0:50
foryou3-Mar-09 0:50 
AnswerRe: populate GridView with stored procedure Pin
Satish Mahapatra3-Mar-09 0:57
Satish Mahapatra3-Mar-09 0:57 
GeneralRe: populate GridView with stored procedure Pin
foryou3-Mar-09 1:22
foryou3-Mar-09 1:22 
GeneralRe: populate GridView with stored procedure Pin
Satish Mahapatra3-Mar-09 1:33
Satish Mahapatra3-Mar-09 1:33 
GeneralRe: populate GridView with stored procedure Pin
foryou3-Mar-09 2:05
foryou3-Mar-09 2:05 
Questioncomparig password with the password in database Pin
rosae6192-Mar-09 21:30
rosae6192-Mar-09 21:30 
AnswerRe: comparig password with the password in database Pin
Christian Graus2-Mar-09 21:35
protectorChristian Graus2-Mar-09 21:35 
GeneralRe: comparig password with the password in database Pin
rosae6192-Mar-09 22:23
rosae6192-Mar-09 22:23 
Generalcomparing password with the password in database Pin
sudheera p3-Mar-09 0:29
sudheera p3-Mar-09 0:29 
GeneralRe: comparig password with the password in database Pin
Christian Graus3-Mar-09 9:18
protectorChristian Graus3-Mar-09 9:18 
QuestionGrid view? Pin
Karthick_gc2-Mar-09 21:12
Karthick_gc2-Mar-09 21:12 
AnswerRe: Grid view? Pin
Christian Graus2-Mar-09 21:13
protectorChristian Graus2-Mar-09 21:13 
GeneralRe: Grid view? Pin
Karthick_gc2-Mar-09 21:29
Karthick_gc2-Mar-09 21:29 
GeneralRe: Grid view? Pin
Christian Graus2-Mar-09 21:33
protectorChristian Graus2-Mar-09 21:33 
GeneralRe: Grid view? Pin
Karthick_gc2-Mar-09 21:36
Karthick_gc2-Mar-09 21:36 

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.