My posts tagged with "Visual Studio"(RSS)

Tip #17: Did you know... How to remote debug WAPs that are using IIS?

If you want to work on an web application project using IIS that is sitting on another server, you can use the remote debugger and the web property pages in Visual Studio 2008 SP1. First, open your web application project on the server (e.g. \\server...

Tip #16: Did you know… How to change the default format settings for CSS Editor?

There is a Tools –>Options setting under Text Editor –> CSS –> Format Node which helps you change the default CSS Format settings. This dialog gives you the flexibility of setting the default CSS Formatting styles in any of    ...

Tip #14: Did you know…How to enable debugging of your Web Site?

To run a page in Debug mode you will have to choose Debug –> Start Debugging or just press F5 . Debugging support is not enabled by default and if you have not run the debugger before on this web site, you will need to configure it. This is internally...

Tip #12: Did you know..How to create an IIS Virtual Directory from within Visual Web Developer?

Here are the steps on how to create a Local IIS Virtual Directory.To start with you should have IIS installed on your box. Step1: Go to File Menu->Click on New Web Site. Step2: Click on the Browse button in the New Web Site dialog. This will bring...

Tip #11 Did you know… New Style builder can be invoked from various other tool windows in Visual Web Developer.

Tip#10 spoke about the New Style Builder Dialog. There are various other entry points to this dialog. You can invoke it from the following places from the IDE:  CSS Properties Tool Window: Bring up the CSS properties dialog by selecting View –>CSS...

Tip #10 Did you know… Visual Web Developer 2008 has a New Style Builder Dialog?

Visual Studio 2008 has a New Style builder dialog. This dialog box helps you design new styles and also preview it at the same time. Using this dialog, you can create a style which can live in current page, an existing external style sheet or a new external...

Tip #9 Did you know … You can also register your ASP.NET Web User Controls in Web.config?

In Tip#8 we saw how to create a Web User control, register a Web User Control and use the Web User control in your page. Note that VS added a @Register directive right at the top of the page on drag drop of the user control on to your page. But in future...

Tip #8 Did you know … How to create an ASP.NET Web User Control and include it in your web page?

Creating an ASP.NET Web User Control is as simple as creating an ASP.NET Page using  Visual Web Developer. Here  are the steps: 1. Open up an existing Website to which you want to add the user control. 2. Right Click on the Website context menu...

« Previous  1 2 3 4 5  Next »

Microsoft Communities