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
3
votes
7 answers

Why doesn't the text change color when I edit the css page?

I created a new web application in visual web developer. I saw that the title of "Site.Master" (in code) is:

My ASP.NET Application

So I opened "Site.css" and added: h1 { font-size: 1.6em; …
ispiro
  • 26,556
  • 38
  • 136
  • 291
3
votes
3 answers

Run a callback on bound fields of a Gridview

I want to process a field retrieved from the database for a Gridview to check to see if the information in it is a hyperlink. If it is, I want to generate a link from it, otherwise just leave it as raw text. At the moment the field in the Gridview…
deed02392
  • 4,799
  • 2
  • 31
  • 48
3
votes
1 answer

Error while installing social plugin angularx-social-login in angular app

Error while installing angular social login npm install --save angularx-social-login getting the following error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree
3
votes
2 answers

How to host a website on the Internet using Visual Web Developer

I just started working with ASP.NET from last two weeks and I created a website on Visual web developer.I'm trying to put my website on the net.I tried to find it through google but it's very confusing and incomplete.Please can anybody tell me how…
Naresh
  • 657
  • 3
  • 16
  • 35
3
votes
2 answers

Auto Sign in to Tableau Server through Iframe

I am attempting embed a guest user's login to my Tableau Server's application. The embed code looks like the following. I know that I need some sort of jQuery that will pass a username and a password to the div, I am just not quite sure how to do…
Stephen Strosko
  • 597
  • 1
  • 5
  • 18
3
votes
2 answers

Router path not functioning properly?

For some reason my Router isn't working properly. The first Route path above the Switch is working but the two below it aren't. When I try to follow that path on the browser it wont work. I've been looking for a while on the internet, so you guys…
KeithNolo
  • 145
  • 2
  • 14
3
votes
2 answers

Unexpected error when trying to connect to database in Visual Studio 2010

The problem: In Visual Studio 2010 Professional I choose Server Explorer and right-click on Data Connections to choose "Add Connection". Then I get this error: An unexpected error occurred in the .NET Framework Data Provider for Microsoft SQL…
3
votes
2 answers

What is the purpose of the vwd.webinfo file in an ASP.Net Website Project?

I have an ASP.Net 2.0 web project, which is setup as a Web Site (a file system web site I believe, though not sure). One file that keeps changing very often, on its own, is the vwd.webinfo file. It is located in the root folder of the project, and…
Saajid Ismail
  • 8,029
  • 11
  • 48
  • 56
3
votes
1 answer

Static web project in Visual Web Developer Express

I am about to develop a sort of web application using only static files (eg. html, js & css). Is there a way to start this sort of project in Visual Web Developer Express? I want to have all the niceties with intellisense, sulution explorer and…
Karl Johan
  • 4,012
  • 1
  • 25
  • 36
3
votes
1 answer

Profile service is not available in code in Page_Load within ASP.NET Web Projects

Profile that is used for ASP.NET Profile Service is not available in Page code behind files like in Page_Load. It may be just a problem with Visual Studio installation/configuration, but as another problem, classes placed in App_Code in not seen in…
Afshar Mohebi
  • 10,479
  • 17
  • 82
  • 126
3
votes
1 answer

web developer 2010

Hey....where is the "web service" type of project? i see "web site" but not "web service". Any idea? TY
Itay.B
  • 3,991
  • 14
  • 61
  • 96
3
votes
2 answers

How to publish website using Vis Studio Web Developer Express Edition

In the MSDN Documentation is says: "Note: The Publish Web Site utility is not available in Visual Web Developer Express edition." That being said, does that mean that I can not upload my website to my server to be viewable online unless I purchase…
jay_t55
  • 11,362
  • 28
  • 103
  • 174
3
votes
5 answers

Customizing the cassini webserver

Currently the local webserver exectutes at http://localhost:51377 Is there any option of customizing the web server in order executing under http://192.168.1.2:51377 (where 192.168.1.2 is my static intranet ip address)
OrElse
  • 9,709
  • 39
  • 140
  • 253
3
votes
1 answer

Why can't I use the increase/decrease horizontal spacing buttons on the layout toolbar in VS 2010?

I'm trying to learn ASP.NET/C# by following a few simple tutorials (that use Web Developer 2005 in the videos) and I'm trying to drag out a label and a button on the designer canvas and align them using the controls on the layout toolbar but they're…
GrowinMan
  • 4,891
  • 12
  • 41
  • 58
2
votes
2 answers

Use currently logged-in user in query

I am using VisualWebDeveloperExpress2008 with Access as the membership provider. I have some cases where I want users to edit their own data. This would involve a query where the UserId should equal the UserID of the user who is using the site. I…
1 2
3
28 29