How can I install iis in destination computer?
-
Hi everybody. I’ve develop a web application by asp.net 2 and I want to release it, via installation package. I can make a setup file for that. But I don’t know how to install internet information service (IIS) in the user’s computer via my setup file and my application needs IIS 4.0 or later to run. I search for that in my operating system cd. But I don’t find any installation file for that. If anyone knows IIS setup file please send me its url. Thanks Rastgar
-
Hi everybody. I’ve develop a web application by asp.net 2 and I want to release it, via installation package. I can make a setup file for that. But I don’t know how to install internet information service (IIS) in the user’s computer via my setup file and my application needs IIS 4.0 or later to run. I search for that in my operating system cd. But I don’t find any installation file for that. If anyone knows IIS setup file please send me its url. Thanks Rastgar
IIS is distributed by Microsoft and they control the rights. The user's PC must have the appropriate licence and they will then be able to install IIS themselves through the Add/install components section in add/remove programs. You can't distribute IIS with your app.
-
IIS is distributed by Microsoft and they control the rights. The user's PC must have the appropriate licence and they will then be able to install IIS themselves through the Add/install components section in add/remove programs. You can't distribute IIS with your app.
-
so how other webapplication works in end user's pc. isn't there any better solution? Thanks Rastgar
They get installed on a pc with a webserver installed. If your customer wishes to buy and run a web application, then they must be equipped with the appropriate software to serve it...