Questions tagged [visual-web-developer]

Visual Web Developer Express is a freeware web development tool, with the role of former ASP.NET Web Matrix, that allows developers to evaluate the web development and editing capabilities of the other Visual Studio 2005/2008/2010 editions at no charge.

Express Editions were conceived beginning with Visual Studio 2005. The idea of Express editions is to provide streamlined, easy-to-use and easy-to-learn IDEs for users other than professional software developers, such as hobbyists and students.

433 questions
2
votes
1 answer

Live-server Visual Studio Code browser won't auto update

I'm pretty new to web developing and very new to VS code. I'm trying to use live-server to be able to get the html in the browser to update without having to refresh the browser. I can't get it to work and I have been googling and trying stuff out…
2
votes
1 answer

Should i install all of the workload and indvidual tools in visual studio 2017

i downloaded visual studio 2017 to start working , then i noticed the workloads and the individual tools should be installed , i marked them all and he total installing size was 80+ GB which will takes days and even weeks to be installed completely…
2
votes
1 answer

My ng-click and ng-if do not work after hosting

Friends, I am building a MEAN stack application. * I have hosted the application at Heroku and database from mLab. When I run it at localhost everything is fine. Whenever I run it at localhost everything goes fine each and every script runs…
Ashish sah
  • 755
  • 9
  • 17
2
votes
2 answers

My webpage is not acting responsively

This code is of a simple background image but shows 3 images when seen through the mobile browser body { background-image: url('image-1.jpg'); width: 500px; height: 600px; position: relative; -webkit-background-size: cover; -moz-background-size:…
2
votes
2 answers

Why does Visual Web Developer 2008/2010 no longer debug silverlight apps in Firefox?

Suddenly today Visual Web Developer does not allow me to debug Silverlight applications. This happens in 2008 and 2010 versions. It gives no error message, just ignores all break points. It can still debug ASP.NET applications. Is anyone else…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
2
votes
1 answer

ASP.NET default login, getting user ID session value

I've used the built-in wizard in Visual Web Developer 2008 to create a simple login system. I'd like to get hold of the logged in user's ID, but I'm not sure how. Peeking in the ASPNETDB.MDF in the table aspnet_Users, the column appears to be called…
pastapockets
  • 1,088
  • 2
  • 13
  • 20
2
votes
1 answer

VWD 2008 Express : where can i set absolute positioning as a default?

So when I used Visual Web Developer 2005 Express edition, in the ribbon there was a menu option for "Layout", which you could go through and select positioning and set absolute to default. I am using Visual Web Developer 2008 Express now, and I see…
Justin
  • 4,461
  • 22
  • 87
  • 152
2
votes
1 answer

How can I set up an ASP .NET MVC application with NUnit unit tests in Visual Web Developer 2010 Express?

I understand that the Express edition doesn't template unit test projects... but being a complete newbie to Microsoft dev tools, I can't figure out how to set up the necessary things manually either. So could someone please walk me through how to…
Andrew McGregor
  • 31,730
  • 2
  • 29
  • 28
2
votes
2 answers

How can I make a release build with Visual Web Developer 2010?

In web developer express 2008 there was a Build option in the menu. In web developer express 2010 it is not in the menu anymore, and under the Debug menu option I can only make a Debug build. What is the new way to make a build release in 2010? alt…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
2
votes
1 answer

Cannot connect to SQL Server Database

I cannot connect to SQL Server Database. I am trying to setup Membership with roles on my website using the MSDN Tutorial. It used to work only locally on my machine, however after following advice given on different forums, and on stackoverflow,…
jay_t55
  • 11,362
  • 28
  • 103
  • 174
2
votes
2 answers

Invalid Object Name from LINQ-to-SQL

I have an SQL Server database and I have just added a new table:- CREATE TABLE [dbo].[my_table]( [my_primary_key] [int] NOT NULL, [my_data_value] [int] NULL, PRIMARY KEY CLUSTERED ( [my_primary_key] ASC )WITH (PAD_INDEX = OFF,…
Brian Hooper
  • 21,544
  • 24
  • 88
  • 139
2
votes
1 answer

Creating .MDF With SQL 2008 EXPRESS/ Visual Web Developer 2008

I am trying to create a login function with SQL server 2008 express and Visual Web Developer 2008 Express. I tried Using a Login status and Login controll / Running the page without debugging and then attempting to login. I was told this would…
ModS
  • 806
  • 2
  • 15
  • 28
2
votes
3 answers

Visual Web Developer Replace Inner HTML With New HTML

I have made a web page to display a graphic and then allow the user to enter some comments underneath it. The user is prompted for input and I am trying to store each comment in a List and then display the list as an ordered HTML list. Here is the…
Kevin
  • 1,252
  • 6
  • 32
  • 50
2
votes
1 answer

How to Show Trend Lines in Visual Web Developer

I have just started to work with Microsoft Visual Web Developer 2010 Express. I have seen examples of charts that show trend lines but I can't find any way to do this myself. I am using C#. Any advice is appreciated. Regards.
Kevin
  • 1,252
  • 6
  • 32
  • 50
1
vote
1 answer

Programmatically building tables in Visual Web Developer C#

In my website I have an empty ASP table on a page like this: I then run…
deed02392
  • 4,799
  • 2
  • 31
  • 48