Running Stimulsoft Reports.Web without IIS ?

Stimulsoft Reports.WEB discussion
Post Reply
anerling
Posts: 28
Joined: Wed Jul 16, 2014 6:28 am

Running Stimulsoft Reports.Web without IIS ?

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Running Stimulsoft Reports.Web without IIS ?

Post by HighAley »

Hello.

vNext is not supported now.
It's necessary to install IIS or IIS Express to use our product.

Thank you.
anerling
Posts: 28
Joined: Wed Jul 16, 2014 6:28 am

Re: Running Stimulsoft Reports.Web without IIS ?

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Running Stimulsoft Reports.Web without IIS ?

Post 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.
anerling
Posts: 28
Joined: Wed Jul 16, 2014 6:28 am

Re: Running Stimulsoft Reports.Web without IIS ?

Post by anerling »

Hello,

do you have an introduction how to deploy the application on an IIS Express ?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Running Stimulsoft Reports.Web without IIS ?

Post 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.
Post Reply