making web application and frameworks a single package
I have developed a web application in asp.net in visual studio 2008.
Its working good in my local machines.
I have installed iis and also .net frameworks seperately in another system, and its working through the local host of that machine.
my question is can i make my web application and all .net framewoks as a single package.
so that it need not be inst开发者_JS百科alled seperately.
is any such way possible...
Are you looking for something like Web Platform Installer (WPI) or ClickOnce or something a little different?
精彩评论