I have a C# webservice in .net 4.0.The webservice will create a file on a UNC path.If I let the Cassini web server in visual studio do the authentication it works fine.But if I change the application
During development, I usually test ASP.Net applications using the Web Development Serve开发者_StackOverflowr (sometimes called Cassini). Occasionally, when I publish to a real IIS environment, I notic
I\'ve got some code var type = Type.GetType(\"namespace, assembly\"); return Activator.CreateInstance(type);
I have a simple HTTPModule which does some custom session state management. public void Init(HttpApplication context)
I have an ASP.NET website which is running currently on IIS. Now I want to move that site to run on Cassini.
Consider an A开发者_C百科SP.NET MVC 2 project with VS 2010. The goal is to set the \'start URL\' on run/debug using VS\'s built-in Cassini web server.
I am attempting to debug a (RESTful) WCF app using Fiddler.I run my project via VS IDE - which launches my app in the ASP.NET Development ServerakaCassini.I then launch Fiddler and in the Request Buil
I\'m using Cassini to run an ASP.NET app on a machine where I don\'t have access to IIS. I\'m using Cassini for .NET 3.5. My website uses Windows authentication and when run on Cassini
Hi all, I seem to have found a discrepancy when testing ASP.NET applications locally on the built-in web server with Visual Studio 2008 (Cassini).
I\'m using RESTful WCF services to serve data to a client. The application hosting the services requires integrated Windows Authentication on the server, making t开发者_JAVA百科esting locally in Cassi