Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
1answer
4k views

Asp.net MVC page is giving Mime type warnings for image files

While I do not see any functionally or jquery UI elements affected by this, but when I access my asp.net mvc web page the chrome developer console is logged with a bunch of error messages like so: ...
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 ...
4
votes
3answers
3k 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?
2
votes
1answer
556 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 ...
2
votes
4answers
134 views

email in asp.net [closed]

Possible Duplicate: sending to an email with contact form asp.net How to send email from ASP.NET page using C# as for forget password, password will be automatically emailed to the ...
2
votes
1answer
202 views

Visual Studio 2010 Silverlight Project Opening in Browser as file:// instead of localhost://

My main project I'm working on for some odd reason opens up in the browser as a file:// now instead of from localhost:// like it used to. I am unaware of any settings I changed to make it do this, and ...
2
votes
1answer
74 views

ASP.NET app deployment mess

I have a little mess with a web application. I works in the development environment, and now I'm trying to publish it to another folder still in my own computer, so one of my colleages could try it ...
2
votes
2answers
400 views

ASP.NET Development Server is not updating changes to markup/code

I've been working on the ASP.NET Development Server recently (on an MVC project and I'm finding that it is inconsistent in how it serves the changes I make to my code. For example, I make a change to ...
2
votes
7answers
135 views

How can I showoff my ASP.NET application to my friends?

So, I made a cool demo which I want to show to my friends. But when I give them my IP-address (with the Development server's port and aspx page), it doesn't connect. How can I make it work?
2
votes
1answer
178 views

Isn't it too fast for an ASP.NET page to download in 0 ms?

I'm currently measuring the time spent to load a web page from a C# program. The Visual Studio solution has a console program and an ASP.NET website with just one page. The website is hosted on ...
2
votes
3answers
2k 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 ...
1
vote
3answers
82 views

ASP.NET Web Application Target Framework 3.5, but Development Server Version Information says 2.0?

I set the Target Framework for a Web Application to .Net Framework 3.5, but when I get a YSOD, the "Version information" at the bottom of the page says "Microsoft .NET Framework ...
1
vote
3answers
40 views

Request handled okay when issued by browser, but not when issued by ASP.NET application on the same machine

I'm debugging two ASP.NET applications running on the same machine under different instances of Cassini and with "custom errors" off. One app is running on port 100 and wants to perform a GET request ...
1
vote
3answers
191 views

ExecuteScalar returns null or DBNull (development or production server)

I'm trying to add a column to an existing DataRow in C#. Afterwards the column will be filled with a single value from my database. DataRow dr already exists and column "COLNAME" also exists. comTBP ...
1
vote
2answers
59 views

Deployment issue asp.net web application

I have shopping cart web application. when I am running that in my local machine that works fine. But when i hosted my application online i am facing two issue when i login and uses my application ...
1
vote
1answer
47 views

Visual Studio: How can I start the development server WITHOUT opening a browser window or seeing a warning?

Visual Studio 2010 Professional So I want to be able to "Start Debugging (F5)" or "Start Without Debugging (Ctrl + F5)" without a) Opening a browser window or b) Getting an error message from Visual ...
1
vote
1answer
53 views

How to stop 1 solution from starting ALL your websites?

I am working in a solution with about 30 projects. All projects are build for 1 specific customer(hence the same solution) but not all of them depend on each other. We have for example a back-end API, ...
1
vote
3answers
170 views

What reason would Visual Studio ASP.NET Development Server start returning HTTP 503 errors?

I've been putting together a website for a few weeks, most of the routine has just been creating new web forms with master pages. I've been using the ASP.NET Development Server to view my additions to ...
1
vote
1answer
527 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
1answer
544 views

asp.net development server session not working

Can anyone please help me how can I work with 'session' while working on visual studio asp.net development server please? as I found its not working there but working with iis Regards
1
vote
0answers
191 views

In which circumstances are suitable for Web Application or Web Site in Visual Studio?

I have one project which has APP_CODE folder and runs with Windows Authentication. 1) I created Web Site and added the files of project but I couldn't run with windows authentication 2) Then I ...
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.
1
vote
1answer
425 views

ASP.net MVC Directory Browsing

Im adding the ability to upload images to my ASP.net mvc application. Basically the user selects an image and I upload it to an Images folder which i've created in my solution folder structure. This ...
1
vote
2answers
370 views

What are the best practices to be followed in deployment of asp.net web application & WCF service in IIS 7?

Anybody can provide me the best practices to be followed in deployment of asp.net web application & WCF service in IIS 7 regarding the IIS 7 configuration settings , Security setting, application ...
1
vote
1answer
55 views

ASP.Net Development Server not showing up to date representation of the site

I was creating my new webforms application and testing it. Now I added a new textbox to the form and when pressing F5 to test, it doesn't show. None of the changes show when I try to test it. What's ...
1
vote
0answers
97 views

Linq to Entities performance within ASP.NET Development Server

I've been evaluating linq to entities and linq to SQL for a project. Obviously each has its own advantages and disadvantages which have been discussed plenty of times here. However, One thing I am ...
1
vote
1answer
158 views

Why can't I make an http request to the ASP.NET development server on localhost?

I have an ASP.NET project (VS2008 on Windows 7 with either webforms, MVC1, or MVC2 -- all the same result for me) which is just the File->New hello world web project. It's using the default ASP.NET ...
1
vote
0answers
392 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 ...
0
votes
2answers
31 views

ASP.NET Development Server concurrent processing doesn't work

I'm trying to find out why ASP.NET Development Server is not processing the requests concurrently. So I've created a simple aspx page with the following code: Protected Sub Page_Load(ByVal sender ...
0
votes
0answers
11 views

Low framerate with HTML5 Video on Parallels + ASP.NET development server

We're developing an ASP.NET MVC application that involves playing videos. We decided to adopt HTML5 - in our context we deemed it OK to ask our users to upgrade their browser if necessary. I'm a Mac ...
0
votes
0answers
64 views

return url from paypal sandbox

This is the code I found on the internet for the checkout button which uses paypal sandbox. My problem is how do I return to my main page? I'm using ASP.NET Development Server so the port is ...
0
votes
3answers
64 views

Godaddy with Open XML SDK

I am trying to load the Open XML SDK library in my webpage on Godaddy. I am not able to load the dll properly. I asked the technical support, but all they said is create a folder in their IIS ...
0
votes
1answer
39 views

How to write files from asp.net dev server in test out folder?

This feels very magic and apparently I'm not the wizard I'd like to be. I have a web service that I debug in the local asp.net dev server. The mstest unit tests work fine on Windows XP, but when I ...
0
votes
0answers
120 views

Unabel to attatch to application 'WebDev.WebServer.EXE'

While running Visual Studio, got an error message like.. Unabel to attatch to application 'WebDev.WebServer.EXE'(PID:4208) using 'SYS38'. The debugger is not properly installed. Cannot debug the ...
0
votes
1answer
396 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
1answer
90 views

Visual Studio ASP Development Server and PHP

Hi all I am currently looking into developing a Silverlight app which needs access to PHP scripts. Visual Studio is launching the ASP Development Server but does not support PHP script handling. Is ...
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
261 views

Can I control Port Number of Web Projects on TFS Build Server?

I have a unit test project and several web sites set up in my VS2010 solution. The web sites are used to host WCF services and are configured in the solution to use static port numbers, so that my ...
0
votes
1answer
189 views

Detect development server in asp.net (Visual Studio)

Can you programatically detect if the Development server in Visual Studio is used instead of IIS?
0
votes
1answer
216 views

ASP.NET Dev Server (Cassini), IIS Express and multiple threads

I can't seem to find any information on this anywhere. Either it's my imagination or the ASP.NET Dev Server (Cassini) cannot handle multiple threads (e.g. multiple requests). Is this correct? Does ...
0
votes
2answers
183 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 ...
0
votes
3answers
1k 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
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: ...
0
votes
13answers
18k 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 ...
0
votes
3answers
532 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 ...