Hi,

I want to browse to the page using my machine name instead of localhost after launching the LS server.

currently I am browsing to the stocklistdemo using address http://localhost:8082/default.aspx (it works fine).

but if I browse to stocklistdemo using my machine name (consider my machine name: Inder) address http://Inder:8082/default.aspx the page is not displaying (Internal Server error:500 error)

what changes should I do display the page by using my machine name address instead of localhost ?