Hi ,
I have developed a web application which has a number of web pages . I have a connection to a localdb which retrieves data and displayes on the web page.
The development was done using Visual Studio, which when i run uses the in built localhost web server provided.
But i need to present this on a client machine which has no internet connection and no IIS installed and I want to be able to run a web server on the machine similar to IIS that
can allow me to create virtual directory and point to my start page and host my application.
Is there something which I can use to help me with that and also allow the database connection queries to be run ?
Thanks