J
JB
Hello Community
IIS is how we deploy an ASP.NET web application.
The reason I ask that question is because I was told that .exe
files take up alot of memory when they run and the more times it is
called by multiple users the more memory it uses which is why
ClickOnce deployment is preferred over having users run an .exe file.
If I put the Windows application (.exe) on the web page and allow users
to access the Windows application by clicking a link on the web
page that executes a dos batch file that executes the Windows
application (.exe), if mulitple users access the Windows applicaton (.exe)
will the Windows application .exe take up alot of memory causing alot of
problems on the server that the ASP.NET it is called on is running on?
Thanks
Jeff
IIS is how we deploy an ASP.NET web application.
The reason I ask that question is because I was told that .exe
files take up alot of memory when they run and the more times it is
called by multiple users the more memory it uses which is why
ClickOnce deployment is preferred over having users run an .exe file.
If I put the Windows application (.exe) on the web page and allow users
to access the Windows application by clicking a link on the web
page that executes a dos batch file that executes the Windows
application (.exe), if mulitple users access the Windows applicaton (.exe)
will the Windows application .exe take up alot of memory causing alot of
problems on the server that the ASP.NET it is called on is running on?
Thanks
Jeff