Sep 26, 2006 #1 websorg Programmer Joined Jan 18, 2006 Messages 5 Location CN Need a smooth way of finding out whether an application using some architecture is a Windows or Web application. Any help gratefully received!
Need a smooth way of finding out whether an application using some architecture is a Windows or Web application. Any help gratefully received!
Sep 26, 2006 #2 mthakershi Programmer Joined Aug 24, 2001 Messages 79 Location US Well.. if you have code then it is easy to tell. If it uses System.Web namespace and other web stuff then it is a web application. If you don't have code, then you can see platform components it uses. Such as if it requires a web server then it is a web application. Does this answer your question? Malay Upvote 0 Downvote
Well.. if you have code then it is easy to tell. If it uses System.Web namespace and other web stuff then it is a web application. If you don't have code, then you can see platform components it uses. Such as if it requires a web server then it is a web application. Does this answer your question? Malay