Running Stimulsoft Reports.Web without IIS ?
Running Stimulsoft Reports.Web without IIS ?
Hello Stimulsoft,
I am trying to run the Stimulsoft Reports.Web locally without IIS.
At first I tried to use ASP.NET vNext but there are some problems with the new MVC 6 which I could not solve.
A new idea was using NancyFx for running the Stimulsoft Reports.Web locally.
Do you have some experiance with NancyFx and the Stimulsoft Reports.Web?
Or is there any other opportunity runing the Stimulsoft Reports.Web without using an IIS ?
Thanks a lot
ANerling
I am trying to run the Stimulsoft Reports.Web locally without IIS.
At first I tried to use ASP.NET vNext but there are some problems with the new MVC 6 which I could not solve.
A new idea was using NancyFx for running the Stimulsoft Reports.Web locally.
Do you have some experiance with NancyFx and the Stimulsoft Reports.Web?
Or is there any other opportunity runing the Stimulsoft Reports.Web without using an IIS ?
Thanks a lot
ANerling
Re: Running Stimulsoft Reports.Web without IIS ?
Hello.
vNext is not supported now.
It's necessary to install IIS or IIS Express to use our product.
Thank you.
vNext is not supported now.
It's necessary to install IIS or IIS Express to use our product.
Thank you.
Re: Running Stimulsoft Reports.Web without IIS ?
Hello,
is there really no possibility using the Stimulsoft Reports.Web without IIS?
For example with the cassini webserver ? Or other services for hosting the web app?
is there really no possibility using the Stimulsoft Reports.Web without IIS?
For example with the cassini webserver ? Or other services for hosting the web app?
Re: Running Stimulsoft Reports.Web without IIS ?
Hello.
We didn't test our product on other servers.
We will appreciate if you test our product on any other server and let us know about results.
Thank you.
We didn't test our product on other servers.
We will appreciate if you test our product on any other server and let us know about results.
Thank you.
Re: Running Stimulsoft Reports.Web without IIS ?
Hello,
do you have an introduction how to deploy the application on an IIS Express ?
do you have an introduction how to deploy the application on an IIS Express ?
Re: Running Stimulsoft Reports.Web without IIS ?
Hello.
The IIS Express sever works on local machine only.
It is run from Visual Studio. Also it's possible to run it from command line
Thank you.
The IIS Express sever works on local machine only.
It is run from Visual Studio. Also it's possible to run it from command line
Code: Select all
"C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\9.0\WebDev.WebServer.EXE" /port:4445 /path:"D:\Stimulsoft\Stimulsoft.Reports\WebSite" /vpath:"/WebSite"