<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>how to encrypt connection string inside web.config file in asp.net &#8211; Amazing Things</title>
	<atom:link href="https://www.amazingthings.in/tag/how-to-encrypt-connection-string-inside-web-config-file-in-asp-net/feed" rel="self" type="application/rss+xml" />
	<link>https://www.amazingthings.in</link>
	<description>Amazing Things is for Everyone. Everything which is amazing. Amazing wallpapers, entertainment, creativity, technology updates &#38; knowledge.</description>
	<lastBuildDate>Sun, 03 Mar 2013 17:03:45 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>

<image>
	<url>https://i0.wp.com/www.amazingthings.in/wp-content/uploads/2017/12/AmazingThings.png?fit=32%2C32&#038;ssl=1</url>
	<title>how to encrypt connection string inside web.config file in asp.net &#8211; Amazing Things</title>
	<link>https://www.amazingthings.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">44718163</site>	<item>
		<title>Encrypt Connection String in Asp.net</title>
		<link>https://www.amazingthings.in/encrypt-connection-string-in-aspnet.html</link>
					<comments>https://www.amazingthings.in/encrypt-connection-string-in-aspnet.html#respond</comments>
		
		<dc:creator><![CDATA[Vinayak Bamane]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 17:03:45 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[how to encrypt connection string in asp.net]]></category>
		<category><![CDATA[how to encrypt connection string inside web.config file in asp.net]]></category>
		<guid isPermaLink="false">http://www.amazingthings.in/?p=2380</guid>

					<description><![CDATA[<p>How to encrypt Connection string in Web.Config file using Asp.Net While developing web projects we generally keep our Connection String under the Web.config, which get stored in plain text format which anybody can read. Connection String contains database connections, username, password etc. which is threat to your secured data. The best idea is to keep [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.amazingthings.in/encrypt-connection-string-in-aspnet.html">Encrypt Connection String in Asp.net</a> appeared first on <a rel="nofollow" href="https://www.amazingthings.in">Amazing Things</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong style="color: #ff9900; font-family: georgia, palatino; font-size: medium;">How to encrypt Connection string in Web.Config file using Asp.Net</strong></p>
<p><span style="font-family: georgia, palatino; font-size: medium;">While developing web projects we generally keep our Connection String under the Web.config, which get stored in plain text format which anybody can read. Connection String contains database connections, username, password etc. which is threat to your secured data.</span></p>
<p><span style="font-family: georgia, palatino; font-size: medium;">The best idea is to keep our connection string in encrypted format which is not easily readable and which makes your connection string safe.</span></p>
<p><span style="font-family: georgia, palatino; font-size: medium;"><strong>HOW TO ENCRYPT CONNECTION STRING</strong></span></p>
<p><span style="font-family: georgia, palatino; font-size: medium;">1. First Create web project in asp.net, then add connection details to web.config file.</span></p>
<p><span style="font-family: georgia, palatino; font-size: medium;">2. Go to Start &gt;&nbsp;&nbsp;All Programs &gt;&gt; Microsoft visual studio 2008 &gt;&gt; Visual Studio Tools &gt;&gt; Visual Studio 2012 Command Prompt</span></p>
<p><span style="font-family: georgia, palatino; font-size: medium;">After Opening Command prompt type following command&nbsp;aspnet_regiis.exe -pef &#8220;connectionStrings&#8221;&nbsp;&#8220;C:\VisualStudio2008\Authorization&#8221;</span></p>
<p><span style="font-family: georgia, palatino; font-size: medium;">After that you will get a message stating &#8220;Encrypting configuration section… Succeeded!&#8221;.</span></p>
<p><span style="font-family: georgia, palatino; font-size: medium;">Now when you will open your web.config file you will find encrypted connection string.</span></p>
<p>The post <a rel="nofollow" href="https://www.amazingthings.in/encrypt-connection-string-in-aspnet.html">Encrypt Connection String in Asp.net</a> appeared first on <a rel="nofollow" href="https://www.amazingthings.in">Amazing Things</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.amazingthings.in/encrypt-connection-string-in-aspnet.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2380</post-id>	</item>
	</channel>
</rss>
