Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello ,
I am absolutely new to ASP.net . learned to create web pages in Visual studio 2010 by reading articles on the net. I am able to create couple of pages in "MY PROJECT" . I want to keep these web pages in a network location . By network location I mean , it’s a server where other users will have access to (e.g. : \\132.XXX.XXX.XXX\Folder1\Main_page). I have no clue how to publish these pages & what files to be kept at that location. 
Please someone help me out……   

Mathil


What I have tried:

watched many videos on you tube, read web articles to solve the problem...
Posted
Updated 25-May-17 1:40am
Comments
F-ES Sitecore 25-May-17 4:31am    
Your question isn't very clear. Do you mean you want people to access the site via the IP address? You can only serve the files from an IIS web server so you would need to install one on the target machine and set the folder up as a web site and if set up correctly people would use http://132.xxx.xxx.xxx/Main_page to access your site. If you don't want that IP in the url you can use linked directories (which is an OS thing) to run the web server on one machine yet have the files physically located on another (the 132.xxx.xxx.xxx box).

1 solution

Please check below links , it help you how to deploy & publish your code

Deploying ASP.NET Websites on IIS 7.0 [^]

ASP.NET Web Deployment using Visual Studio: Deploying to Test | Microsoft Docs[^]
 
Share this answer
 

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