Questions tagged [asp.net-development-serv]
63 questions
2
votes
1 answer
VS2010 Strange ASP.NET Startup Errors
I have existing VS2010 ASP.NET solution which was working OK. However now when I try to run it, I get some very strange (seemingly random combination of) errors:
Invalid file name for file monitoring: '[Web App Path]\Controls' (this is a…

PeterX
- 2,713
- 3
- 32
- 42
2
votes
0 answers
Visual Studio 11: Server-side includes in ASP .NET Development Server
I am testing a static website project in VS11 beta to check its capabilities to handle HTML, CSS, JS code and the great built-in browser (Page inspector) for live manipulation of the page. All those wonders I watched on a channel 9 video.…

vulcan raven
- 32,612
- 11
- 57
- 93
1
vote
3 answers
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 from the other app running on port 90. So it runs…

sharptooth
- 167,383
- 100
- 513
- 979
1
vote
1 answer
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 account (DOMAINNAME\MyWindowsUsername) is an administrator…

Marta Bubulic
- 13
- 3
1
vote
2 answers
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

Rana
- 5,912
- 12
- 58
- 91
1
vote
0 answers
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 created web application project and check "Use Visual…

uzay95
- 16,052
- 31
- 116
- 182
1
vote
1 answer
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 gone wrong?
delete
1
vote
0 answers
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 seeing with L2E is kind of odd.
Using L2S, when…

tster
- 17,883
- 5
- 53
- 72
1
vote
1 answer
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 development server, and when I start the server…

Chris Farmer
- 24,974
- 34
- 121
- 164
1
vote
1 answer
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 IIS installed. If I deploy the Web Service to the…

NitroxDM
- 5,039
- 10
- 44
- 56
1
vote
1 answer
A StackOverflowException occurs on System.Diagnotics.StackTrace()
I've been writing a web application targeted to .NET framework v3.5 with Visual Studio 2013.
Indirect recursion in it someties cause a StackOverflowException so I wrote a method which checks if the stack overflows.
public static void…

Attacktive
- 604
- 1
- 11
- 25
1
vote
2 answers
How to check whether Application_BeginRequest is called for static resources like images on real IIS webserver?
We have an ASP.NET 4.0 website, and we use the Application_BeginRequest event in Global.asax to do some smart redirects. When debugging the solution under the local ASP.NET Development Server provided by Visual Studio (no IIS),…

TecMan
- 2,743
- 2
- 30
- 64
1
vote
3 answers
how to know programmatically if my app is running under "ASP.NET Development Server"?
I have some default values for testing my code, but for security reasons those values must be set just when my app is running under the ASP.NET Development Server not in Production.
How can I programmatically determine where my app is running?

marcos.borunda
- 1,486
- 1
- 17
- 34
0
votes
1 answer
How to map DataNavigateUrlFormatString of Gridview Hyperlink Field dynamicatlly vb.net?
Hope you are having a nice day.
I am developing a gridview for a list of songs with a hyperlink field like below. I left unnecessary codes by the way. The purpose of hyperlink field is for user to download songs. I am using visual studio 2010 and I…

Laurence
- 7,633
- 21
- 78
- 129
0
votes
3 answers
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 setting and something about "ASP.NET application DLLs"…

Ahmad Hajou
- 1,289
- 5
- 22
- 39