aspx web pages..........
-
I have been developing a web site using VS.Net/VB.Net. And I now have a fairly big site. Is it possible to put them in a format that is viewable outside of the C:\Inetpub\wwwroot folder? Like would it be possible to compile it in a manner and email it to people? Because I don't want to put it on the net.
-
I have been developing a web site using VS.Net/VB.Net. And I now have a fairly big site. Is it possible to put them in a format that is viewable outside of the C:\Inetpub\wwwroot folder? Like would it be possible to compile it in a manner and email it to people? Because I don't want to put it on the net.
-
you won't need to put IIS on a CD.. just copy it onto a CD.. assuming that you copy across all custom dll's etc it will work on any machine that has .net framework installed on it Simon
-
you won't need to put IIS on a CD.. just copy it onto a CD.. assuming that you copy across all custom dll's etc it will work on any machine that has .net framework installed on it Simon
-
How do you mean "Copy it across"? And how would I get it working on a machine that doesn't have the .net framework installed?