Tagged Questions

0
votes
2answers
64 views

ASP.NET Specify which files should be cached

I am developing a website in ASP.NET and I am using various javascript frameworks/libraries. The different files belonging to these frameworks/libraries rarely changes thus there is no reason to …
1
vote
3answers
264 views

How do I use Fiddler to listen to the asp.net development server (i.e. cassini)?

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 Server aka Cassini. I then launch Fiddler and in the …
0
votes
0answers
59 views

Connect to ASP.NET Development Server from handheld emulator.

I have a Windows mobile project and a Web Service. I can connect to the dev server with a console app, but not the windows mobile emulator. The emulator can access the network without issue. I have …
2
votes
3answers
648 views

Setting Static Port Number on Visual Studio Dev Server with a WebSite Project

I have a WebSite Project in Visual Studio 2008. (NOT a Web Application Project). How do I set the ASP.NET Development startup port to a static port in a WebSite Project?
0
votes
11answers
5k views

Unable to launch the ASP.NET Development server because port ‘1900’ is in use.

I don't know what has got into my computer today. I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server. Then suddenly, out of the blue, I can't run my web …
2
votes
5answers
914 views

Is There a Way to Make Remote Calls to ASP.NET Development Web Server?

I know that generally speaking, this cant be done, that is get another PC to call a site hosted under the ASP.NET DEvelopment Web Server remotely (generally you can only use localhost:port to get to …
0
votes
1answer
717 views

IHttpHandler that handles all URL extensions in IIS 6, IIS 7 and ASP.NET Development Server

We have a custom IHttpHandler that is responsible for file downloads. The handler is mapped to URL /downloadfile.rem The browser redirects user to URL formatted like: …
0
votes
3answers
447 views

Asp.net Dev Server using wrong version of the framework?

Currently developing an ASP.NET WebApplication with VS2008. I stopped development for a few weeks, and when I came back, my project is exhibiting the following problem: The whole project compiles …
0
votes
3answers
305 views

How do I change a web site from an IIS hosted site to an ASP.Net Development Server hosted site?

On my previous machine I had IIS6 installed and created a web project using IIS as the host. This project was completed, published to an internal hosting server and checked in to source control. I …