Questions tagged [ultidev]

UltiDev LLC is a company making redistributable web server software and other products for developers of web applications that need to be installed on end-users' premises. UltiDev Web Server Pro (UWS) and legacy UltiDev Cassini Web Server are light-weight Windows web servers, mostly for ASP.NET applications.

UltiDev Web Server Pro (UWS) and UltiDev Cassini are two popular redistributable web servers that run ASP.NET applications and static HTML web sites and used by ISVs primarily because IIS is not guaranteed to be installed on end-user systems. Both web servers run as Windows services, require administrative rights for installation, include application management console program and programmatic application registration components, including application registration APIs and command-line utilities.

UWS is more modern and supports all ASP.NET versions including 4, and also supports SSL & certificate management, port sharing, compression, multiple host processes, 32-bit and 64-bit applications, restricted and relaxed user security contexts, automatic crash recovery, can serve as Visual Studio debug web server instead of WebDev, and integrates with Install Shield, Visual Studio Setup Project, Advanced Installer, and other installation authoring tools.

Older (circa 2005) UltiDev Cassini Web Server hosts ASP.NET 1.1 and 2.0 applications and integrates with Visual Studio Setup Project.

14 questions
4
votes
2 answers

Is ultidev cassini good for hosting ASP .NET 2.0 (Ajax 1.0) based web app (intranet)

The server needs to be installed on Windows XP and has to host an ASP .NET 2.0 + ASP .NET AJAX 1.0 based web application. What is the simultaneous connection limit? (as opposed to 40 in IIS on XP) Are there any other limitations/short-comings that I…
Sameet
  • 2,191
  • 7
  • 28
  • 55
2
votes
2 answers

ASP .NET 2.0 on Apache (Windows XP)?

I am building an ASP .NET 2.0 web app for an intranet environment. The site may have to be hosted on an XP machine in the LAN. IIS would restrict the number of connections to 40. My requirements are different - the number of clients in the LAN could…
Sameet
  • 2,191
  • 7
  • 28
  • 55
1
vote
1 answer

UltiDev ASP.NET page hangs and then times out

I have a very simple ASP.NET (4.0) page that I am serving up with UltiDev Web Server Pro. When I click a button I do a Response.Redirect("MainPage.aspx") All works fine until I leave the page in my browser for some time (I can't tell you a…
Matt Wilko
  • 26,994
  • 10
  • 93
  • 143
1
vote
1 answer

UltiDev IP address binding

I am trying to create a web service for my android application. The web service is supposed to run on UltiDev, the issue i get is when i try to access the web service through a local android emulator. I was advised to change the url of the web…
strizzwald
  • 643
  • 1
  • 8
  • 19
1
vote
1 answer

SignalR in OWIN hosted site?

I get this error when trying to run my web site in UltiDev (version 2.0.20) or in a CassiniDev4 server. This operation requires IIS integrated pipeline mode. at System.Web.HttpResponse.get_Headers() at…
Glen Little
  • 6,951
  • 4
  • 46
  • 68
1
vote
0 answers

failed to start program using command line due to "Class not register"

This error occurred when i try to launched my web service on ultidev webserver. can anyone tell me why this error occurred? please help me failed to start program using command line due to Class not Register
1
vote
1 answer

UltiDev Web Server Pro for asp.net MVC

I would like to know if any body had an experience with using UltiDev Web Server Pro for production application written in asp.net MVC4. How does it compare to IIS in terms of performance and reliability?
Muhammad Soliman
  • 529
  • 5
  • 17
1
vote
2 answers

How do I read all X Headers in asp.net

I want to be able to identify a mobile device using some form of ID. I read this answer: Get unique, static id from a device via web request about reading x headers in asp.net but when I list all the headers using the following code I don't get any…
Matt Wilko
  • 26,994
  • 10
  • 93
  • 143
1
vote
1 answer

Redirect Web Page Requests to a Default Sub Folder

I am using UltiDev Web Server Pro and have all my aspx files are located in a sub folder 'WebForms'. I want to be able to default all requests for pages to this folder such that they can just type: http://myserver/somepage.aspx instead of…
Matt Wilko
  • 26,994
  • 10
  • 93
  • 143
0
votes
0 answers

Timeout setting on asp.net handler after return

I have a Asp.net handler (.ashx) that is used fill a database on android, my handler is well optimized so it returns in 10 seconds, on android, the application uses the stream to write the rows during the download, my problem is that this writing is…
Perry
  • 1,113
  • 2
  • 10
  • 22
0
votes
1 answer

"HTTP Error 404. The requested resource is not found." when website tries to access database or any other site

Help! I have to present this website really soon and I dont know what to do. I'm using Ultidev and I can access the website just fine. But when it tries to access the database that's hosted on the same server/computer that the website is being…
user1189352
  • 3,628
  • 12
  • 50
  • 90
0
votes
1 answer

Connect To SQL Server Express

I have just started using SQL Server Express which syntactically the same as any other version of SQL Server, however, I am using my web.config file to create a connection string and connect with my code BUT I keep getting an error of An exception…
Rashid Abib
  • 189
  • 1
  • 4
  • 13
0
votes
1 answer

Access Web Site W/O Including Port

I have a Asp.net website hosted through Ultidev, and am using DynDns to assign a hostname (web address) to the site. My question is, is their a setting or configuration or something that I can change to go to www.yoursitename.org and my page load? …
0
votes
2 answers

UltiDev Cassini and web.config settings

MS Cassini Development Web Server is a nice product that executes web requests in a similar way that IIS7 does. Every request (event for static content) goes through the same .Net pipeline without exception. All custom HttpModule can handle any…
Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404