ASP.Net and remote developement in IIS

  • Thread starter Thread starter Carlo Razzeto
  • Start date Start date
C

Carlo Razzeto

Hello, I am just getting going with making a family website that I plan on
hosting on a box I have here. My question was in regards to setting up IIS
to allow remote development of my website. Basically what I would like is
that when I create the project file for my website I just specify that path
as being

http://my-domain/webroot/

as opposed to

http://localhost/webroot/

Are there any good references on line for getting this going?
 
Hi Carlo,

There is no problem in creating the web project. Just make sure the web.info
path is specified in the virtual host directory. Also take care of the DNS
names and IP address if any.

Thanks,
Ashish
 
Back
Top