c# - How to host my website developed using sql and asp.net locally? -
i have developed online examination system project using visual studio web 2013 ide, using asp.net , sql server 2014 , css. want host in 1 of 50 systems acts server , remaining should able access page using server's ip address.
the small version of iis installed visual studio helping me host website locally.
now question is... how can achieve this.
thanks in advance.
you need install iis host web application. don't know kind of operating system have i'll post steps windows 8.1.
go control panel -> programs , features -> turn windows features on or off
from there check internet information services (as shown in image below)
after install open internet information services manager click on default web site
, on right panel click basic settings
.
in physical path
box enter path application resides , click ok.
now, make sure login iis_usr
has access database , you're set.
for more detailed list of steps , more configuration options please check article on iis site.
Comments
Post a Comment