Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys,

I have a web application using ASP.Net. My partner would like to view and test it. So, I send him the url and he replied that he cannot view it. the internet explorer display,"Internet Explorer cannot display the webpage". Is there something that I miss? is there anything that I should do first before my partner could access and view it?I have no idea on how to do that. I have read some articles on the net, but i do not know which instructions should i follow. please teach me :)


I am using Windows 7 Professional, Visual Studio Ultimate 2012 for my ASP.Net Language and SQL SERVER 2008 R2 as my database.
Posted
Updated 29-Jul-14 22:53pm
v3

1 solution

Follow these steps :

1. Make sure your machine and another machine are in the same network domain.
2. check the accessibility by command prompt with Ping command.
3. If ping is success then hit the application url from another machine. you can put machine name or IP of the machine on which the application is hosted.
 
Share this answer
 
Comments
DarkDreamer08 30-Jul-14 4:57am    
I know that our both PC are connected in the same network. also, they are both accessible. but i do not know your 3rd step. please elaborate it more. Thanks by the way! :) GOD BLESS
Sharmanuj 30-Jul-14 5:06am    
1. Open IIS server from your machine by command "inetmgr" in run window.
2. Make a virtual directory/Application in IIS server. Name it like "MyAppTest".
3. Specify the physical path of the web site content for this virtual directory/Application.
4. Set the desired application pool to this application. If your website is developed in .Net framework 4 then set Application pool 4.0 framework.
5. Browse the application from web browser.

for example :
http://MachineIP/MyAppTest/Page1.aspx
DarkDreamer08 30-Jul-14 20:29pm    
Do you mean I will run the command "inetmgr" at the command prompt? sorry, I am new here :)
DarkDreamer08 30-Jul-14 20:38pm    
hey, I found it now. but when I run the "inetmgr",there's an error message saying,"Windows cannot find 'inetmgr'.Make sure you type the name correctly, and then try again"
DarkDreamer08 30-Jul-14 20:41pm    
I followed the steps here, http://msdn.microsoft.com/en-us/library/vstudio/bb763170(v=vs.100).aspx but I cannot find the IIS at the Administrative tool :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900