Can I use an asp.net web application without publishing it.? My problem is I have an application on a server which i access using URL such as 192.168.1.2 or something like that. Do I have to compulsorily publish it or I can use my normal build also for hosting a website on a server and let it be used in a LAN.?
Asked
Active
Viewed 254 times
0
-
@zey : Say if i don't have IIS.? Can I still deploy the code over LAN..?? – Ankur Jul 20 '13 at 09:01
-
Follow this link , http://stackoverflow.com/a/7394935/1427849 :) But I suggest you should use `IIS` . If you change your mind to use `IIS` , I'll help you friend :) – zey Jul 20 '13 at 09:11
-
@zey : Thanks a lot zey. I have been using IIS since 1 year. I am familiar with IIS. But just wanted to know can it be done without IIS. – Ankur Jul 20 '13 at 09:29
-
If you have it running on Visual Studio, and you won't care people accessing it via IP address (or get their hosts file changed), I think you can. But what's the point? – emerson.marini Jul 20 '13 at 09:50