Page 1 of 1

Running Stimulsoft Reports.Web without IIS ?

Posted: Wed Apr 15, 2015 8:39 am
by anerling
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

Re: Running Stimulsoft Reports.Web without IIS ?

Posted: Wed Apr 15, 2015 1:03 pm
by HighAley
Hello.

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 ?

Posted: Wed Apr 15, 2015 2:37 pm
by anerling
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?

Re: Running Stimulsoft Reports.Web without IIS ?

Posted: Thu Apr 16, 2015 5:50 am
by HighAley
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.

Re: Running Stimulsoft Reports.Web without IIS ?

Posted: Fri Apr 17, 2015 8:28 am
by anerling
Hello,

do you have an introduction how to deploy the application on an IIS Express ?

Re: Running Stimulsoft Reports.Web without IIS ?

Posted: Fri Apr 17, 2015 11:45 am
by HighAley
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

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"
Thank you.