<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP Experts &#187; VSTS</title>
	<atom:link href="http://www.aspexperts.com/tag/vsts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Tip #104:  Did you know … How to view text for the ‘hint’ buttons on the Publish Web Dialog?</title>
		<link>http://www.aspexperts.com/tip-104-did-you-know-%e2%80%a6-how-to-view-text-for-the-%e2%80%98hint%e2%80%99-buttons-on-the-publish-web-dialog</link>
		<comments>http://www.aspexperts.com/tip-104-did-you-know-%e2%80%a6-how-to-view-text-for-the-%e2%80%98hint%e2%80%99-buttons-on-the-publish-web-dialog#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:00:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[One-Click Publish]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[publish]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[VS 2010]]></category>
		<category><![CDATA[VSTS]]></category>
		<category><![CDATA[VWD]]></category>
		<category><![CDATA[Web Deployment]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After the Beta 2 release of Visual Studio 2010, the Publish Web Dialog was modified to include two information buttons associated with the Service URL and Site/application text boxes. (See Figure 1) Figure 1 – New information (‘hint’) buttons (see circled...(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/04/26/tip-104-did-you-know-how-to-view-text-associated-with-the-hint-informational-buttons-on-the-publish-web-dialog.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7461184" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>After the Beta 2 release of Visual Studio 2010, the Publish Web Dialog was modified to include two information buttons associated with the Service URL and Site/application text boxes. (See Figure 1) Figure 1 – New information (‘hint’) buttons (see circled&#8230;(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/04/26/tip-104-did-you-know-how-to-view-text-associated-with-the-hint-informational-buttons-on-the-publish-web-dialog.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7461184" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tip-104-did-you-know-%e2%80%a6-how-to-view-text-for-the-%e2%80%98hint%e2%80%99-buttons-on-the-publish-web-dialog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip#100: Did you know… How to view ASP.NET trace information?</title>
		<link>http://www.aspexperts.com/tip100-did-you-know%e2%80%a6-how-to-view-asp-net-trace-information</link>
		<comments>http://www.aspexperts.com/tip100-did-you-know%e2%80%a6-how-to-view-asp-net-trace-information#comments</comments>
		<pubDate>Sat, 19 Dec 2009 00:24:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Anh Phan]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[visual Studio 2008 sp1]]></category>
		<category><![CDATA[VSTS]]></category>
		<category><![CDATA[VWD]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did you know… How to enable Page Level Tracing for your ASP.NET pages? for more information. With the tracing enabled, you can view the trace output in a trace...(<a href="http://blogs.msdn.com/webdevelopertips/archive/2009/12/18/tip-100-did-you-know-how-to-view-asp-net-trace-information.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7284138" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did you know… How to enable Page Level Tracing for your ASP.NET pages? for more information. With the tracing enabled, you can view the trace output in a trace&#8230;(<a href="http://blogs.msdn.com/webdevelopertips/archive/2009/12/18/tip-100-did-you-know-how-to-view-asp-net-trace-information.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7284138" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tip100-did-you-know%e2%80%a6-how-to-view-asp-net-trace-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

