Questions tagged [aspnet-development-server]

22 questions
0
votes
1 answer

How can I activate "Use Visual Studio Development Server" options on Visual Studio 2013?

I want to clear Solution Virtual Path on Visual Studio 2013 but I can't find "Use Visual Studio Development Server" options when right click on Solution like in Visual Studio 2012. Can you help me? Thank you.
0
votes
0 answers

Create profile and view table for each role or user?

I have big table in SQL srver and users categorized to groups I need to create a profile for each user each user can add, update, edit a view table from the real big table before the user exit,the data will be saved in the big table
0
votes
1 answer

Install Microsoft WebDevServer?

At some point, I accidentally uninstalled the development server used to run and test my project's website on my machine. I have tried repairing all instances of visual studio I have installed, as well as repairing all version of .Net Frameworks…
0
votes
2 answers

Exporting Gridview To Excel Succeeds But File Is Corrupt?

I need to programmatically create an Excel spreadsheet with 3 worksheets. For Sheet1, I'm trying to Export a Gridview...with all its formatting...and doing it without using Http.Response, because that technique forces a file 'Save/Save As' requester…
Joe
  • 1
  • 1
0
votes
0 answers

Visual Studio Development Server - CSS is lost. On IIS Server is working

When I'm using Visual Studio Development Server (http://localhost:64217/application) CSS gets lost and Chrome is showing the following warnings and errors: Resource interpreted as Stylesheet but transferred with MIME type text/html: Uncaught…
Anton Belev
  • 11,963
  • 22
  • 70
  • 111
-1
votes
1 answer

Sending Email works fine with IIS Express(Development Server), but fails with IIS

This works fine when I run the application locally- basically on IIS Express (formerly known as Development Server). But if I publish to IIS, it does not work. Tried two different IIS on two different machine. I don't know how to get any log…
Jude
  • 2,353
  • 10
  • 46
  • 70
-1
votes
1 answer

asp.net development server port not same as web application port

When i run my asp.net web application on VS2008 SP1, it starts ASP.NET development server with port 1257 but web application is trying to be browsed on localhost:1559. So my web application can not be browsed by the explorer because the url is…
Fer
  • 1,962
  • 7
  • 29
  • 58
1
2