<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'web.config'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=web.config&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'web.config'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: web.config oddity</title><link>http://forums.asp.net/thread/3580444.aspx</link><pubDate>Wed, 23 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3580444</guid><dc:creator>craigton</dc:creator><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;&lt;p&gt;Thanks for this - your link returned a 404.&lt;/p&gt;&lt;p&gt;I&amp;#39;m going to close this as my original question as to why a reference to a non-existent application works keeps getting ignored.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: web.config oddity</title><link>http://forums.asp.net/thread/3578238.aspx</link><pubDate>Tue, 22 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3578238</guid><dc:creator>craigton</dc:creator><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;&lt;p&gt;Thanks for this. My web application works perfectly well having modified the ApplicationServices connection string to point to my local/custom database and using another connection string which is not part of the default web.config that Microsoft VS2010 generates does not offer any benefits that I can see.&lt;/p&gt;&lt;p&gt;This post is simply asking if anyone knows why a seemingly illogical statement works viz&amp;nbsp;&lt;span style="color:red;background-color:inherit;padding:0px;margin:0px;border:initial none initial;"&gt;applicationName&lt;/span&gt;&lt;span style="color:black;background-color:inherit;padding:0px;margin:0px;border:initial none initial;"&gt;=&lt;/span&gt;&lt;span style="color:blue;background-color:inherit;padding:0px;margin:0px;border:initial none initial;"&gt;&amp;quot;SecurityQuickStart&amp;quot; w&lt;span class="Apple-style-span"&gt;hen no such application name exists in the solution.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Web.Config</title><link>http://forums.asp.net/thread/3575886.aspx</link><pubDate>Mon, 21 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3575886</guid><dc:creator>alagarm</dc:creator><description>&lt;p&gt;Can we create more than &amp;nbsp;one web.config in Asp.net Application?&lt;/p&gt;</description></item><item><title>Re: web.config oddity</title><link>http://forums.asp.net/thread/3576863.aspx</link><pubDate>Mon, 21 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3576863</guid><dc:creator>craigton</dc:creator><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;&lt;p&gt;Thanks for your 2 posts; yes there is a connection string called Application Services - it&amp;#39;s part of the default web.config - yes the user has the requisite database permissions.&lt;/p&gt;</description></item><item><title>Re: Web.Config</title><link>http://forums.asp.net/thread/3575916.aspx</link><pubDate>Mon, 21 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3575916</guid><dc:creator>HerryAtHotmail</dc:creator><description>&lt;p&gt;hi.&lt;/p&gt;&lt;p&gt;you can add multiple web.configs in SAME web application. but in different directoroes.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Error : Page.LoadControl is not allowed here because it does not extend class</title><link>http://forums.asp.net/thread/3575262.aspx</link><pubDate>Sun, 20 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3575262</guid><dc:creator>jason.denney</dc:creator><description>&lt;p&gt;I am getting an error that I am not sure how to resolve. &amp;nbsp;I have a C# .net website in which I have in my web.config properties set for pageBaseType and userControlBaseType to add a custom property to my pages and usercontrols. &amp;nbsp;So my pages inherit MyPage class, and the usercontrols inherit MyUserControl. &amp;nbsp;When the controls are placed within the markup of a page there isn&amp;#39;t an issue. &amp;nbsp;I run into an issue that I now have a CompositeControl that is placed within the markup of a page and inside of it does a Page.LoadControl(controlFileName) and results in an error that the control does not extend MyUserControl. &amp;nbsp;So has anyone done this before and if so what properties do you have to set in order to alter the base user control class?&lt;/p&gt;</description></item><item><title>Re: specified sql server not found</title><link>http://forums.asp.net/thread/3574081.aspx</link><pubDate>Sat, 19 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3574081</guid><dc:creator>faisale83</dc:creator><description>&lt;p&gt;Dear friend,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;let&amp;#39;s ask your provider for your database connetction string ,They will responsible for creating and provide link to you,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Then use the connection string on web.config file here is the example&lt;/p&gt;&lt;p&gt;Ex:&lt;/p&gt;&lt;p style="padding-left:30px;"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;!-- &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note: As an alternative to hand editing this file you can use the &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; web admin tool to configure settings for your application. Use&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the Website-&amp;gt;Asp.Net Configuration option in Visual Studio.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A full list of settings and comments can be found in &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; machine.config.comments usually located in &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \Windows\Microsoft.Net\Framework\v2.x\Config &lt;br /&gt;--&amp;gt;&lt;br /&gt;&amp;lt;configuration xmlns=&amp;quot;http://schemas.microsoft.com/.NetConfiguration/v2.0&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;appSettings&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/appSettings&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;connectionStringName&amp;quot; connectionString=&amp;quot;Data Source=127.0.0.1\mssql; Initial Catalog=DBname; User ID=ABC; Password=XYZ;&amp;quot; providerName=&amp;quot;System.Data.SqlClient&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;compilation debug=&amp;quot;true&amp;quot; strict=&amp;quot;false&amp;quot; explicit=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;pages&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;namespaces&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clear/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add namespace=&amp;quot;System&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add namespace=&amp;quot;System.Web.UI&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add namespace=&amp;quot;System.Web.UI.WebControls&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add namespace=&amp;quot;System.Web.UI.WebControls.WebParts&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add namespace=&amp;quot;System.Web.UI.HtmlControls&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add namespace=&amp;quot;System.Data.SqlClient&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/namespaces&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/pages&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.net&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mailSettings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;smtp deliveryMethod=&amp;quot;Network&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;network host=&amp;quot;mail.jaabsfilms.com&amp;quot; port=&amp;quot;25&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/smtp&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mailSettings&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.net&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;&lt;p style="padding-left:30px;"&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: web.config oddity</title><link>http://forums.asp.net/thread/3572986.aspx</link><pubDate>Fri, 18 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3572986</guid><dc:creator>craigton</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Thanks for this but the tables I have work perfectly well with the default web.config and also with the amended web.config and I have no wish to &amp;nbsp;change them,&lt;/p&gt;</description></item><item><title>Re: web.config oddity</title><link>http://forums.asp.net/thread/3570549.aspx</link><pubDate>Thu, 17 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3570549</guid><dc:creator>craigton</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Thanks for this and true it does not look like a valid application name yet this is the value supplied in the default web.config file and it works as long as the connection string refers to the aspnetdb database.&lt;/p&gt;</description></item><item><title>'Filename.xls' cannot be accessed. When downloading from Server</title><link>http://forums.asp.net/thread/3570925.aspx</link><pubDate>Thu, 17 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3570925</guid><dc:creator>stephen.adshead</dc:creator><description>&lt;p&gt;&amp;#39;Filename.xls&amp;#39; cannot be accessed. The file may be read-only, or you may be trying to access a read-only location. Or, the server&amp;nbsp;the document is stored on may not be responding.&lt;/p&gt;
&lt;p&gt;I have&amp;nbsp;several Excel files which my end users&amp;nbsp;can download from my ASP.net app however this has suddenly stopped working on all the Excel Spreadsheets, when you try and open the file you get the error above.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is this something that has been changed in the web.config? I have been googling the error but all posts refer to spreadsheet corruption... they cant all have become currupt surely?&lt;/p&gt;
&lt;p&gt;Thanks in advance &lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;</description></item></channel></rss>