<?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>IT&#38;C Solutions &#187; ASP.NET</title>
	<atom:link href="http://www.itcsolutions.eu/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to deploy .NET applications that use modules/libraries with different version than the development ones</title>
		<link>http://www.itcsolutions.eu/2010/09/11/how-to-deploy-net-applications-that-use-moduleslibraries-with-different-version-than-the-development-ones/</link>
		<comments>http://www.itcsolutions.eu/2010/09/11/how-to-deploy-net-applications-that-use-moduleslibraries-with-different-version-than-the-development-ones/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 18:34:02 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C sharp (C#)]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1553</guid>
		<description><![CDATA[Because with new versions of connectors or another external libraries there may be some compatibility issues, developers of .NET applications may find themselves in the next situation on developer machine they are forced to install these new versions of the external libraries or modules on the client machine, with different software or hardware configuration, there are [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/09/11/how-to-deploy-net-applications-that-use-moduleslibraries-with-different-version-than-the-development-ones/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to connect to MySQL database from Visual Studio VS2010 &#8211; problems with NET connectors</title>
		<link>http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/</link>
		<comments>http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:17:35 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C sharp (C#)]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1543</guid>
		<description><![CDATA[The application connects to a MySQL database and after porting it to VS2010, the IDE does not show the connection to the MySQL in Server Explorer. Also when trying to add the data connection, in the Choose Data Source window it does not show the MySQL Database.]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Solution for HTTP Error 500.21 &#8211; Internal Server Error &#8211; Bad module &#8220;ManagedPipelineHandler&#8221; on IIS 7.5</title>
		<link>http://www.itcsolutions.eu/2010/09/06/solution-for-http-error-500-21-internal-server-error-bad-module-managedpipelinehandler-on-iis-7-5/</link>
		<comments>http://www.itcsolutions.eu/2010/09/06/solution-for-http-error-500-21-internal-server-error-bad-module-managedpipelinehandler-on-iis-7-5/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 20:28:52 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1539</guid>
		<description><![CDATA[This problem has been encountered after the production server has been upgraded to Windows Sever 2008 R2 and the ASP.NET solution has been moved on the .NET 4.0 platform. The ASP.NET application was put to run in a ASP.NET v4.0 with Integrated Managed Pipeline application pool. The application was updated using Visual Studio 2010.After installing the necessary IIS [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/09/06/solution-for-http-error-500-21-internal-server-error-bad-module-managedpipelinehandler-on-iis-7-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to read application settings from the Web.config file of an ASP.NET Website</title>
		<link>http://www.itcsolutions.eu/2009/12/28/how-to-read-application-settings-from-the-web-config-file-of-an-asp-net-website/</link>
		<comments>http://www.itcsolutions.eu/2009/12/28/how-to-read-application-settings-from-the-web-config-file-of-an-asp-net-website/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 21:06:59 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1001</guid>
		<description><![CDATA[There are many situations, in the development of an ASP.NET application, when particular values must be made visible from different Web Forms or code routines. These values can represent: -    global values or keys associated with an application setting; -    connections strings for databases -    passwords and hash values -    URLs for Web Services The [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/12/28/how-to-read-application-settings-from-the-web-config-file-of-an-asp-net-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solutie pentru problema accesarii localhost in Firefox</title>
		<link>http://www.itcsolutions.eu/2009/07/22/solutie-pentru-problema-accesarii-localhost-in-firefox/</link>
		<comments>http://www.itcsolutions.eu/2009/07/22/solutie-pentru-problema-accesarii-localhost-in-firefox/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:59:31 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=541</guid>
		<description><![CDATA[Daca dezoltarea de pagini Web are loc pe masina locala si nu pe un server aflat la distanta, atunci testarea acestora nu necesita transferul lor pe server. Pentru a accesa paginiile printr-un browser se utilizeaza URL-ul serverului Web local (IIS, Apache, Tomcat), care este http://localhost. Daca se utilizeaza  Microsoft IE nu există nici o problemă, [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/07/22/solutie-pentru-problema-accesarii-localhost-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution for localhost problem in Firefox</title>
		<link>http://www.itcsolutions.eu/2009/07/22/solution-for-localhost-problem-in-firefox/</link>
		<comments>http://www.itcsolutions.eu/2009/07/22/solution-for-localhost-problem-in-firefox/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:28:19 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=528</guid>
		<description><![CDATA[If you develop Web sites on your local machine and not on a remote server then you want to test them. For that, it is used the URL of your local Web server (IIS, Apache, Tomcat) which is http://localhost. When using Microsoft IE there is no problem but for Firefox, because some security issues, the [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/07/22/solution-for-localhost-problem-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install IIS on Windows 7 and Vista</title>
		<link>http://www.itcsolutions.eu/2009/07/15/how-to-install-iis-on-windows-7-and-vista/</link>
		<comments>http://www.itcsolutions.eu/2009/07/15/how-to-install-iis-on-windows-7-and-vista/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 10:50:35 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=463</guid>
		<description><![CDATA[This solution describes installation of IIS 7 (Internet Information Services) on Windows 7 Ultimate, Vista using the Windows Features Wizard. An alternative to this solution is to use Microsoft Web Platform Installer (Web PI). It is available at http://www.microsoft.com/web/downloads/platform.aspx.  The Microsoft Web Platform Installer 2.0 (Web PI) is a free tool that makes it simple [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/07/15/how-to-install-iis-on-windows-7-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solutie pentru &#8220;A potentially dangerous Request.Form value was detected from the client…&#8221;</title>
		<link>http://www.itcsolutions.eu/2009/06/23/solutie-pentru-a-potentially-dangerous-requestform-value-was-detected-from-the-client%e2%80%a6/</link>
		<comments>http://www.itcsolutions.eu/2009/06/23/solutie-pentru-a-potentially-dangerous-requestform-value-was-detected-from-the-client%e2%80%a6/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:24:16 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=282</guid>
		<description><![CDATA[Aceasta eroare este intalnita in cazul aplicatiilor Web, dezvoltate cu tehnologie ASP.NET. In momentul in care pagina revine la server pentru a fi prelucrata este generata o exceptie de tipul &#91;HttpRequestValidationException &#40;0x80004005&#41;: A potentially dangerous Request.Form value was detected from the client &#40;…&#41;.&#93; care implicit nu este gestionata la nivel de pagina sau aplicatie Web. [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/23/solutie-pentru-a-potentially-dangerous-requestform-value-was-detected-from-the-client%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solution for &#8220;A potentially dangerous Request.Form value was detected from the client…&#8221;</title>
		<link>http://www.itcsolutions.eu/2009/06/23/solution-for-a-potentially-dangerous-requestform-value-was-detected-from-the-client%e2%80%a6/</link>
		<comments>http://www.itcsolutions.eu/2009/06/23/solution-for-a-potentially-dangerous-requestform-value-was-detected-from-the-client%e2%80%a6/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:07:04 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=273</guid>
		<description><![CDATA[This error is encountered in the case of Web applications which are developed with ASP.NET technology. When the page returns to the server to be processed it is generated an exception like this one 1 2 &#91;HttpRequestValidationException &#40;0x80004005&#41;: A potentially dangerous Request.Form value was detected from the client &#40;…&#41;.&#93; which, by default is not managed [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/23/solution-for-a-potentially-dangerous-requestform-value-was-detected-from-the-client%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identificarea unui dispozitiv (browser) mobil intr-un site Web</title>
		<link>http://www.itcsolutions.eu/2009/06/12/identificarea-unui-dispozitiv-browser-mobil-intr-un-site-web/</link>
		<comments>http://www.itcsolutions.eu/2009/06/12/identificarea-unui-dispozitiv-browser-mobil-intr-un-site-web/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 11:02:28 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=158</guid>
		<description><![CDATA[Acest material ofera o solutie pentru redirectarea cererii HTTP facuta de browser-ul unui dispozitiv mobil catre o versiune a site-ului destinata dispozitivelor cu caracteristici limitate (dimensiune, resurse multimedia).Soluţia problemei constă în dezvoltarea de versiuni diferite ale aplicaţiei Web sau sunt implementate rutine ce genereaza dinamic continut, utilizand tehnologia ASP.NET framework 2.0, 3.0, 3.5 si Visual [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/12/identificarea-unui-dispozitiv-browser-mobil-intr-un-site-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

