Tagged Questions

8
votes
8answers
7k 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 ...
2
votes
1answer
559 views

ASP.Net Development Server SVG File Serving for CSS background-image

I'm having some trouble getting an SVG file set as a background of an element in an MVC 3 Site (Razor View Engine) and wondering if the ASP.Net Development Server (Cassini?) is properly serving the ...
1
vote
1answer
529 views

Analysis Services database works with ASP.NET Development Server but NOT IIS

I have an ASP.NET application which needs to connect to Analysis Services database. All components are on the same machine: Web application IIS Visual Studio 2008 SQL Server 2008 My domain ...
1
vote
3answers
316 views

What is the difference between IIS server and development server provided by Visual studio?

Can anyone please tell me the difference between IIS Server and Development server provided by Visual Studio.
0
votes
1answer
399 views

Visual Studio 2010 DevServer gives me 403 error

I have a C# MVC project created in Visual Studio 2010 Professional (VS) on Windows 7 but I am not able to run it and debug it in VS. VS gives me: Unable to connect to the ASP.NET Development Server ...
0
votes
0answers
80 views

Data error (cyclic redundancy check) under IIS and no errors under development web server

I've got some bad blocks on my HDD, and when trying to launch my web app under IIS6 I get IOException: Data error (cyclic redundancy check). However when I launch the web app under development server ...
0
votes
1answer
1k 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: ...