Is there any way to create a local server during runtime? For example, if
you add an existing Web Site to a Solution from within Visual Studio (by
right clicking the solution in the Solution Explorer, then selecting Add -
Existing Web Site...), then Visual Studio will create an ASP.NET Development
Server on a random port (e.g., http://localhost:1619/Test). Can a similar
thing be done during runtime with VB.NET? If not, is it possible to have a
folder act as a permanent local server?
Note that I am using VS.NET 2005 and WinXP Pro.
Thanks for any help!
Lance
you add an existing Web Site to a Solution from within Visual Studio (by
right clicking the solution in the Solution Explorer, then selecting Add -
Existing Web Site...), then Visual Studio will create an ASP.NET Development
Server on a random port (e.g., http://localhost:1619/Test). Can a similar
thing be done during runtime with VB.NET? If not, is it possible to have a
folder act as a permanent local server?
Note that I am using VS.NET 2005 and WinXP Pro.
Thanks for any help!
Lance
Comment