Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 26, 2013 05:44 AM by raghavendra ms
Member
434 Points
361 Posts
Feb 25, 2013 04:39 PM|LINK
hi all how are u??
i want to test my website from remote laptop, can any one tell me how i can do that??
im usin asp.net 3.5 and windows vista premium ,
note : please also tell me how i can access it through URL , for example http://localhost.myproject and puting ip address or what??
Contributor
4394 Points
1102 Posts
Feb 25, 2013 04:44 PM|LINK
If IIS is installed, you can use click once publishing in Visual Studio.
To confirm, go to Start | Run | inetmgr
If that errors, you need to install IIS. If it doesn't error, it's installed.
Right-click on your project in Visual Studio and select Publish and walk through the wizard.
All-Star
41188 Points
6034 Posts
Feb 25, 2013 04:45 PM|LINK
greaso i want to test my website from remote laptop, can any one tell me how i can do that??
Start from here: http://msdn.microsoft.com/en-us/library/1y1404zt(v=vs.90).aspx
2396 Points
661 Posts
Feb 25, 2013 04:51 PM|LINK
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
Star
8638 Points
884 Posts
Microsoft
Feb 26, 2013 05:24 AM|LINK
Hi,
This is a sample about how to publish website in Visual Studio
http://msdn.microsoft.com/en-us/library/dd465337.aspx
Hope it can help you.
5032 Points
956 Posts
Feb 26, 2013 05:32 AM|LINK
Refer the below links,
http://www.dotnetfunda.com/articles/article1247-how-to-host-aspnet-application-on-the-web-server-iis.aspx
You can access your website using http://localhost/yourwebsite
Participant
1890 Points
435 Posts
Feb 26, 2013 05:44 AM|LINK
Check out this video on how to create a virtual directory and host you ASP project
http://www.youtube.com/watch?v=AaJSKiqrDbM
greaso
Member
434 Points
361 Posts
how to publish my website on localhost?
Feb 25, 2013 04:39 PM|LINK
hi all how are u??
i want to test my website from remote laptop, can any one tell me how i can do that??
im usin asp.net 3.5 and windows vista premium ,
note : please also tell me how i can access it through URL , for example http://localhost.myproject and puting ip address or what??
adamturner34
Contributor
4394 Points
1102 Posts
Re: how to publish my website on localhost?
Feb 25, 2013 04:44 PM|LINK
If IIS is installed, you can use click once publishing in Visual Studio.
To confirm, go to Start | Run | inetmgr
If that errors, you need to install IIS. If it doesn't error, it's installed.
Right-click on your project in Visual Studio and select Publish and walk through the wizard.
budugu
All-Star
41188 Points
6034 Posts
Re: how to publish my website on localhost?
Feb 25, 2013 04:45 PM|LINK
Start from here: http://msdn.microsoft.com/en-us/library/1y1404zt(v=vs.90).aspx
"Don't be afraid to be wrong; otherwise you'll never be right."
tdmca
Contributor
2396 Points
661 Posts
Re: how to publish my website on localhost?
Feb 25, 2013 04:51 PM|LINK
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
Pengzhen Son...
Star
8638 Points
884 Posts
Microsoft
Re: how to publish my website on localhost?
Feb 26, 2013 05:24 AM|LINK
Hi,
This is a sample about how to publish website in Visual Studio
http://msdn.microsoft.com/en-us/library/dd465337.aspx
Hope it can help you.
Feedback to us
Develop and promote your apps in Windows Store
prabu.raveen...
Contributor
5032 Points
956 Posts
Re: how to publish my website on localhost?
Feb 26, 2013 05:32 AM|LINK
Refer the below links,
http://www.dotnetfunda.com/articles/article1247-how-to-host-aspnet-application-on-the-web-server-iis.aspx
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
You can access your website using http://localhost/yourwebsite
raghavendra ...
Participant
1890 Points
435 Posts
Re: how to publish my website on localhost?
Feb 26, 2013 05:44 AM|LINK
Check out this video on how to create a virtual directory and host you ASP project
http://www.youtube.com/watch?v=AaJSKiqrDbM