<?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>ASP.NET AJAX Discussion and Suggestions</title><link>http://forums.asp.net/1007.aspx</link><description>This forum is the place for ASP.NET AJAX 'getting started' questions, general questions that don't fit in one of the other forums about AJAX </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/3189282.aspx</link><pubDate>Wed, 27 May 2009 01:47:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3189282</guid><dc:creator>todd.liu</dc:creator><author>todd.liu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3189282.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3189282</wfw:commentRss><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Hi Guy,&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;I suffered from this error for several days and also try to find the solution for several days. At last I found the very important feature which I omitted, the configuration file has the inherit feature. (&lt;a href="http://msdn.microsoft.com/en-us/library/ms178685.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms178685.aspx&lt;/a&gt;)&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;So when you meet this error, you need to check if the &lt;strong&gt;parent&lt;/strong&gt; virtual folder also contain the web.config which contain the conflict setting&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;For example , contains between the following setting, if yes , please delete it .&lt;/font&gt;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&amp;lt;httpModules&amp;gt;&amp;lt;&lt;span class="tag"&gt;add&lt;/span&gt;&lt;span class="attr"&gt; name=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ScriptModule&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; type=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;&lt;/span&gt;/&amp;gt;&amp;lt;/&lt;span class="tag"&gt;httpModules&lt;/span&gt;&amp;gt;&lt;/pre&gt;&amp;nbsp;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/3109215.aspx</link><pubDate>Wed, 22 Apr 2009 04:08:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3109215</guid><dc:creator>todd.liu</dc:creator><author>todd.liu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3109215.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3109215</wfw:commentRss><description>&lt;p&gt;Thanks very much .&amp;nbsp; I would like to clear some concept , :)&lt;/p&gt;
&lt;p&gt;1.creating a brand new ASP.NET site&amp;nbsp; : what&amp;#39;s the mean?&lt;/p&gt;
&lt;p&gt;2. why I need to run the application not under a Virtual dictory.&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/3104551.aspx</link><pubDate>Mon, 20 Apr 2009 12:54:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3104551</guid><dc:creator>cheetahtech</dc:creator><author>cheetahtech</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3104551.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3104551</wfw:commentRss><description>&lt;p&gt;Make sure your not running under a Virtual Directory.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Also, if that doesn&amp;#39;t seem to work.&amp;nbsp; I suggest creating a brand new ASP.NET site and taking that Web.config the new site creates and bring it over to your site while changing the name of the old web.config.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;That should fix it if nothing else works.&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/3103165.aspx</link><pubDate>Mon, 20 Apr 2009 03:26:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3103165</guid><dc:creator>todd.liu</dc:creator><author>todd.liu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3103165.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3103165</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;span class="Apple-style-span" style="FONT-SIZE:11px;"&gt;&lt;b style="MARGIN-TOP:-5px;FONT-WEIGHT:bold;COLOR:black;FONT-FAMILY:Verdana;"&gt;Parser Error Message:&amp;nbsp;&lt;/b&gt;The entry &amp;#39;ScriptModule&amp;#39; has already been added.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then, after I add a remove tag to web.config for scriptModule before the entry that adds it...... I get....&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span" style="FONT-SIZE:11px;"&gt;&lt;b style="MARGIN-TOP:-5px;FONT-WEIGHT:bold;COLOR:black;FONT-FAMILY:Verdana;"&gt;Exception Details:&amp;nbsp;&lt;/b&gt;System.InvalidCastException: Unable to cast object of type &amp;#39;System.Web.Configuration.ScriptingAuthenticationServiceSection&amp;#39; to type &amp;#39;System.Web.Configuration.ScriptingAuthenticationServiceSection&amp;#39;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been searching the net and the forums like mad, but I can&amp;#39;t figure this out.&lt;/p&gt;
&lt;p&gt;I am thinking that perhaps my configuration on the web server is screwed because of all the various flavors of .net framework, but I really have no clue.&lt;/p&gt;
&lt;p&gt;If anyone has any ideas I&amp;#39;d really appreciate any help at all....&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to get this site set up for a high scool and I&amp;#39;m getting nowhere.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/2595053.aspx</link><pubDate>Tue, 02 Sep 2008 12:53:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2595053</guid><dc:creator>jagjot</dc:creator><author>jagjot</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2595053.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2595053</wfw:commentRss><description>&lt;p&gt;Thanks i am doing what you said looks like the solution..... Thanks....&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/2595018.aspx</link><pubDate>Tue, 02 Sep 2008 12:34:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2595018</guid><dc:creator>cheetahtech</dc:creator><author>cheetahtech</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2595018.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2595018</wfw:commentRss><description>&lt;p&gt;hey jagjot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;When I upgraded to 3.5, I also was fed up with the web.config.&amp;nbsp; my solution was to create a NEW AJAX enabled website and get the Web.config file from that and move it over to my existing site.&amp;nbsp; Then I added the nessary things to it to get it up and running again.&lt;/p&gt;
&lt;p&gt;Also, just so you might be aware, you might not want to include your connection strings or emails in forums that are inside the web.config file.&amp;nbsp; It can have devestating consequences if someone wasn&amp;#39;t ethical.&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/2593403.aspx</link><pubDate>Mon, 01 Sep 2008 16:25:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2593403</guid><dc:creator>jagjot</dc:creator><author>jagjot</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2593403.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2593403</wfw:commentRss><description>&lt;p&gt;hi Billrod458,&lt;/p&gt;
&lt;p&gt;can you please help. i will die tomorrow if i cannot solve this.... i have same problem. it stsrted after installing 3.5 framework. i pasted web .config below.. i tried removing the scriptmodule but then i get (Parser Error Message: The server tag &amp;#39;asp:ScriptManager&amp;#39; is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix.) error line 0.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;please help///&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;configSections&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;lt;/configSections&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;appSettings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- attachment save path --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;attSavePath&amp;quot; value=&amp;quot;~/temp/&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- gbrwgceumf01.eu.xerox.net --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;smtpServer&amp;quot; value=&amp;quot;localhost&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Email Details: Thank you message to user --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;fromEmail&amp;quot; value=&amp;quot;&lt;a href="mailto:Welwyn.OPDU.infrastructure.support@xerox.com%22/"&gt;Welwyn.OPDU.infrastructure.support@xerox.com&amp;quot;/&lt;/a&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;fromEmailName&amp;quot; value=&amp;quot;Welwyn OPDU Infrastructure Support Team&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;strMsg&amp;quot; value=&amp;quot;Your ticket has been received, one of the staff members will review it and reply accordingly. Listed below are details of this ticket, Please make sure the Ticket ID remains in the subject at all times.&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Email Details: Thank you message to Team --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;fromEmailTeam&amp;quot; value=&amp;quot;&lt;a href="mailto:Welwyn.OPDU.infrastructure.support@xerox.com%22/"&gt;Welwyn.OPDU.infrastructure.support@xerox.com&amp;quot;/&lt;/a&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;fromEmailNameTeam&amp;quot; value=&amp;quot;Welwyn OPDU Infrastructure Support Team&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Email Details: reply by user to team --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key=&amp;quot;strreplyMessage&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;add key =&amp;quot;SqlConn&amp;quot; value =&amp;quot;RGF0YSBTb3VyY2U9MTMuMjEwLjE0MC4yNjtJbml0aWFsIENhdGFsb2c9SU1UaWNrZXRpbmc7UGVyc2lzdCBTZWN1cml0eSBJbmZvPVRydWU7VXNlciBJRD1qYWdqb3Q7UGFzc3dvcmQ9amFnam90&amp;quot;/&amp;gt; --&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/appSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;ConnectionString&amp;quot; connectionString=&amp;quot;Data Source=13.210.241.52;Persist Security Info=True;User ID=eTicketApp;Password=eTicketApp17;pooling=True;MultipleActiveResultSets=True&amp;quot; providerName=&amp;quot;System.Data.SqlClient&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;customErrors mode=&amp;quot;Off&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;!-- &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set compilation debug=&amp;quot;true&amp;quot; to insert debugging &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; symbols into the compiled page. Because this &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; affects performance, set this value to true only &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; during development.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Visual Basic options:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set strict=&amp;quot;true&amp;quot; to disallow all data type conversions &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where data loss can occur. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set explicit=&amp;quot;true&amp;quot; to force declaration of all variables.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&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;assemblies&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;Infragistics35.WebUI.WebHtmlEditor.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;Infragistics35.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add assembly=&amp;quot;Infragistics35.WebUI.UltraWebListbar.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB&amp;quot;/&amp;gt;&amp;lt;/assemblies&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/compilation&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;pages&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;namespaces&amp;gt;&lt;br /&gt;&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;lt;add namespace=&amp;quot;System&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Collections&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Collections.Generic&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Collections.Specialized&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Configuration&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Text&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Text.RegularExpressions&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Linq&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Xml.Linq&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Web&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Web.Caching&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Web.SessionState&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Web.Security&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add namespace=&amp;quot;System.Web.Profile&amp;quot;/&amp;gt;&lt;br /&gt;&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;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;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;lt;add namespace=&amp;quot;System.Web.UI.HtmlControls&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/namespaces&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;controls&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add tagPrefix=&amp;quot;asp&amp;quot; namespace=&amp;quot;System.Web.UI&amp;quot; assembly=&amp;quot;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add tagPrefix=&amp;quot;asp&amp;quot; namespace=&amp;quot;System.Web.UI.WebControls&amp;quot; assembly=&amp;quot;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/controls&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/pages&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;!--&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The &amp;lt;authentication&amp;gt; section enables configuration &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the security authentication mode used by &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASP.NET to identify an incoming user. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;authentication mode=&amp;quot;Windows&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;!--&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The &amp;lt;customErrors&amp;gt; section enables configuration &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of what to do if/when an unhandled error occurs &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; during the execution of a request. Specifically, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it enables developers to configure html error pages &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to be displayed in place of a error stack trace.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;customErrors mode=&amp;quot;RemoteOnly&amp;quot; defaultRedirect=&amp;quot;GenericErrorPage.htm&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;error statusCode=&amp;quot;403&amp;quot; redirect=&amp;quot;NoAccess.htm&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;error statusCode=&amp;quot;404&amp;quot; redirect=&amp;quot;FileNotFound.htm&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/customErrors&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;httpHandlers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;remove verb=&amp;quot;*&amp;quot; path=&amp;quot;*.asmx&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;*.asmx&amp;quot; validate=&amp;quot;false&amp;quot; type=&amp;quot;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;*_AppService.axd&amp;quot; validate=&amp;quot;false&amp;quot; type=&amp;quot;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add verb=&amp;quot;GET,HEAD&amp;quot; path=&amp;quot;ScriptResource.axd&amp;quot; type=&amp;quot;System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot; validate=&amp;quot;false&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/httpHandlers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;httpModules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add name=&amp;quot;ScriptModule&amp;quot; type=&amp;quot;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/httpModules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;system.codedom&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;compilers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;compiler language=&amp;quot;vb;vbs;visualbasic;vbscript&amp;quot; extension=&amp;quot;.vb&amp;quot; warningLevel=&amp;quot;4&amp;quot; type=&amp;quot;Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;providerOption name=&amp;quot;CompilerVersion&amp;quot; value=&amp;quot;v3.5&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;providerOption name=&amp;quot;OptionInfer&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;providerOption name=&amp;quot;WarnAsError&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/compiler&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/compilers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/system.codedom&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;!-- &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The system.webServer section is required for running ASP.NET AJAX under Internet&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Information Services 7.0.&amp;nbsp; It is not necessary for previous version of IIS.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;validation validateIntegratedModeConfiguration=&amp;quot;false&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;modules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;remove name=&amp;quot;ScriptModule&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add name=&amp;quot;ScriptModule&amp;quot; preCondition=&amp;quot;managedHandler&amp;quot; type=&amp;quot;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/modules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;handlers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;remove name=&amp;quot;WebServiceHandlerFactory-Integrated&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;remove name=&amp;quot;ScriptHandlerFactory&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;remove name=&amp;quot;ScriptHandlerFactoryAppServices&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;remove name=&amp;quot;ScriptResource&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add name=&amp;quot;ScriptHandlerFactory&amp;quot; verb=&amp;quot;*&amp;quot; path=&amp;quot;*.asmx&amp;quot; preCondition=&amp;quot;integratedMode&amp;quot; type=&amp;quot;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add name=&amp;quot;ScriptHandlerFactoryAppServices&amp;quot; verb=&amp;quot;*&amp;quot; path=&amp;quot;*_AppService.axd&amp;quot; preCondition=&amp;quot;integratedMode&amp;quot; type=&amp;quot;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add name=&amp;quot;ScriptResource&amp;quot; preCondition=&amp;quot;integratedMode&amp;quot; verb=&amp;quot;GET,HEAD&amp;quot; path=&amp;quot;ScriptResource.axd&amp;quot; type=&amp;quot;System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/handlers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;runtime&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;assemblyBinding xmlns=&amp;quot;urn:schemas-microsoft-com:asm.v1&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;assemblyIdentity name=&amp;quot;System.Web.Extensions&amp;quot; publicKeyToken=&amp;quot;31bf3856ad364e35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;bindingRedirect oldVersion=&amp;quot;1.0.0.0-1.1.0.0&amp;quot; newVersion=&amp;quot;3.5.0.0&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;assemblyIdentity name=&amp;quot;System.Web.Extensions.Design&amp;quot; publicKeyToken=&amp;quot;31bf3856ad364e35&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;bindingRedirect oldVersion=&amp;quot;1.0.0.0-1.1.0.0&amp;quot; newVersion=&amp;quot;3.5.0.0&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/dependentAssembly&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/assemblyBinding&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/runtime&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/2233633.aspx</link><pubDate>Fri, 14 Mar 2008 16:52:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2233633</guid><dc:creator>cheetahtech</dc:creator><author>cheetahtech</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2233633.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2233633</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I agree, thank you very much for that post!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/2070080.aspx</link><pubDate>Thu, 20 Dec 2007 09:57:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2070080</guid><dc:creator>krishnaveni</dc:creator><author>krishnaveni</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2070080.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2070080</wfw:commentRss><description>&lt;p&gt;This suggest is not working for me again and again the same error only i am getting is there any other solution&lt;/p&gt;
&lt;p&gt;please let me know soon.......&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/1855945.aspx</link><pubDate>Mon, 13 Aug 2007 21:50:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1855945</guid><dc:creator>scampione</dc:creator><author>scampione</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1855945.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1855945</wfw:commentRss><description>&lt;p&gt;That was an excellent post.&amp;nbsp; Thank you for your help !&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sam&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/1577228.aspx</link><pubDate>Tue, 13 Feb 2007 21:46:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1577228</guid><dc:creator>fizzystutter</dc:creator><author>fizzystutter</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1577228.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1577228</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Excellent, thanks for the heads up.&lt;br /&gt;&lt;br /&gt;James&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/1577198.aspx</link><pubDate>Tue, 13 Feb 2007 21:27:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1577198</guid><dc:creator>billrob458</dc:creator><author>billrob458</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1577198.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1577198</wfw:commentRss><description>&lt;p&gt;This can happen if there are two HttpModules named "ScriptModule".&amp;nbsp; This can mysteriously happen if you are running a virtual directory under an asp application that already has the module defined.&amp;nbsp; You can either remove the HttpModule declaration &lt;strong&gt;&amp;lt;add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;&lt;/strong&gt; from the VD web.config, or all a remove node&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;remove name="ScriptModule" /&amp;gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;just before adding it back.&lt;/p&gt;</description></item><item><title>Re: Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/1577011.aspx</link><pubDate>Tue, 13 Feb 2007 19:35:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1577011</guid><dc:creator>fizzystutter</dc:creator><author>fizzystutter</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1577011.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1577011</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;I have exactly the same happening on my server, does anyone have a fix for this ?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;James</description></item><item><title>Parser Error Message: The entry 'ScriptModule' has already been added.</title><link>http://forums.asp.net/thread/1573943.aspx</link><pubDate>Sun, 11 Feb 2007 22:22:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1573943</guid><dc:creator>Verdox</dc:creator><author>Verdox</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1573943.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1573943</wfw:commentRss><description>&lt;p&gt;On my development system everything is running fine, when i publish to my beta server (SBS 2003 - *no* VS installed) I get the following error:&lt;/p&gt;
&lt;p&gt;Parser Error Message: The entry 'ScriptModule' has already been added.&lt;/p&gt;
&lt;p&gt;Removing this line resolves the issue but then presents me with various errors relating to not being able to load System.Web.Extensions... If i can understand why the first issue is occuring this would help! Any clues?&lt;/p&gt;</description></item></channel></rss>