Questions tagged [cassini]

The Cassini Web Server is an open-source lightweight web server distributed with ASP.NET as an example of an ASP.NET web server written in C#.

The Cassini Web Server is an open-source lightweight web server distributed with ASP.NET as an example of an ASP.NET web server written in C#.

Cassini is used in various ASP.NET projects such as ScrewTurn Wiki.

229 questions
0
votes
1 answer

Host ADO.NET Data Service on Cassini

We need to run ADO.NET Data services without using III. I see cassini is the right option but how to host a ADO.NET Data service in Cassini.. I couldn't find any example.
Krish
  • 1,053
  • 2
  • 17
  • 25
0
votes
1 answer

How to change web server from iis to cassini without loading project to VS?

I want to change webserver of a project from IIS to cassini. I can't load my web project to VS. VS gives this error: Can I change webserver option without loading project. Thanks for your helps.
cagin
  • 5,772
  • 14
  • 74
  • 130
0
votes
0 answers

Running Asp.Net Development Server With The Same Context As IIS 7.5

I keep getting bit by this, and various network share Access to the path errors when deploying an app to IIS 7.5, that don't happen during dev when running from Visual Studio. Is there anyway to force VS.Net built in Asp.Net development server to…
mxmissile
  • 11,464
  • 3
  • 53
  • 79
0
votes
2 answers

Utidev webserver's windows service not running

im trying to host my website developed in ASP.net4.0 in Ultidev's casini webserver 2.0. bt when i try to host the same or click on http::/localhost:port, im getting following error. Utidev webserver's windows service not running. I dont hav clue on…
Ram
  • 913
  • 5
  • 17
  • 35
0
votes
1 answer

Breaking AppDomain boundary of ASP.NET website

I am building an integrated testing environment dedicated to a particular bunch of applications. The testing environment relies on VS testing infrastructure. The test subject apps are a web clients, therefore the test environment needs to became the…
user256890
  • 3,396
  • 5
  • 28
  • 45
0
votes
3 answers

Why is my fully qualified domain name request url getting converted to an ip address request url by the Cassini web server?

I have a web application which depends on the browser client retaining the FQDN in order for it to work, but what is happening is that in multiple browsers I am seeing the url get converted into an ip address url (containing the correct IP address)…
Norman H
  • 2,248
  • 24
  • 27
0
votes
1 answer

Running MVC application under Cassini

I am trying to run Asp.Net MVC applications using Cassini but when i launch my application, all I get is directory listing and not the results of my default controller/action. What I am I missing? I need to mention that WebForms apps are running…
Joe
  • 619
  • 1
  • 8
  • 16
0
votes
1 answer

WCF - using UserName security during development

What is the least resistance approach for enabling WCF username security in a development environment that utilizes Cassini that will allow us to configure that same solution using TransportWithMessageCredential in production? We have already gotten…
Mayo
  • 10,544
  • 6
  • 45
  • 90
0
votes
2 answers

Why do my ETag headers work under IIS but not under the VS2010 web server?

In my ASP.NET MVC 2 app, I have the following lines: Response.Cache.SetMaxAge(TimeSpan.FromDays(90)); Response.Cache.SetETag(lastWriteTime.Value.Ticks.ToString()); Using Fiddler to trace the HTTP streams, I can see: ETag: 634473035667000000 in the…
Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197
0
votes
1 answer

Why is my web-app rendered differently in IIS vs in cassini

I have created a stock Web App in VS2010. In Cassini the web-app is rendered normally, but in IIS no styles are shown. I am using IIS 7 in Win7
callisto
  • 4,921
  • 11
  • 51
  • 92
0
votes
3 answers

Deploy Cassini application with Click Once. How do I copy web application to output?

Is there an easy way to include the output of a Web Application in VS2010. My goal is to deploy a Cassini based web application with Click Once. To do this I want to take the published version of the Web Application and put it in a directory to be…
Chris Lucian
  • 1,013
  • 6
  • 15
0
votes
2 answers

Error 2104: Could not Load Sivlerlight Application

[The 2104 error has now "magically" disappeared and I don't know (yet) what changed - so please don't spend time on this. I will post back if/when I figure out what caused the original problem.] Running SL4, Win7, VS2010 SP1 and this problem occurs…
Bill Cohagan
  • 379
  • 3
  • 9
0
votes
1 answer

SSL authentication with Cassini

can we use following methods for ultra cassini ? as i know it is very well with IIS - (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace { return…
Pooja
  • 2,162
  • 5
  • 33
  • 64
0
votes
3 answers

Does Utidev Cassini support SSL?

I know that IIS supports SSL. However, we have a use case that we are evaluating Utidev Cassini for. However, I do not know if ultra cassini supports SSL. Does it?
Pooja
  • 2,162
  • 5
  • 33
  • 64
0
votes
1 answer

IIS virtual directory, root path deployment ASP.NET

I need a few pointers about how to make a project structure in order to migrate from VSS to SVN, as it stands now it has: Dev trunk-------------------------------->http://localhost/myapp Test environment branch …
redonisc
  • 33
  • 7