Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello sir,
i have created a website for a company. but they want to access this website on network only.
i have never ever hosted website. plz guide me to host it on their server for network.
Posted

Hi In ur company have server machine ? if yes means ,just publish ur website and put in to server machine(inside C:\inetpub\wwwroot) and config correct database connection for web.config files from ur server machine,type inetmgr in run,it open iis windows ,in that u expand sever name,expand sites and expand Default Web site,in that u see ur website folder,just right click and convert to application,then give permissions for that website folder .And then right click ur website in iis ,click browser it will open in browser ,its url is "localhost/websitname/login.aspx",just remove localhost and add ur server machine ip address and use in ur network(http://192.168.0.1/websitname/login.aspx)

you can try following links

http://msdn.microsoft.com/en-us/library/vstudio/20yh9f1b(v=vs.100).aspx[^]

localhost/websitname/login.aspx[^]

Regards
Aravind
 
Share this answer
 
you can host it on main (server) pc of a network of a company after that all other computer can open it followed by IP address of main pc, Here is some links regarding hosting website in IIS

IISUnderground - A help website for setting up Microsoft IIS[^]

How to Install IIS 7 and Setup a Static Website in 13 Easy Steps[^]


Windows 7: Host a Website - IIS7.5[^]

Configuring Step 1: Install IIS and ASP.NET Modules[^]

Deploying ASP.NET Websites on IIS 7.0 [^]
 
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