Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
516 views

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) ...
2
votes
2answers
830 views

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 ...
1
vote
1answer
26 views

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 ...
0
votes
0answers
39 views

Telerik Uncaught RangeError: Invalid array length on Postback

On a postback, generated by a Telerik button control, I am getting the following error: Uncaught RangeError: Invalid array length Telerik.Web.UI.WebResource.axd:15 ...
0
votes
2answers
965 views

UltiDev Cassini and <system.webServer> 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 ...