i have vs.net 2003 and web developer express version on my development machine.

if i want to run a vs.net 2003 aspx application ( folder mapped in IIS ) from a different machine on our network , providing ip address and the webfolder , it works .

like

"http://192.168.1.2/mywebapplication/form1.aspx" ( 192.168.1.2 is where IIS is )

how do i do it for web developer express applications as it has its own built in web server.

i have tried

"http://192.168.1.2:theport/webapp2005/form1.aspx"

but the page is not displayed

Any ideas ?