<?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>VS Web Deployment Projects</title><link>http://forums.asp.net/1020.aspx</link><description>General discussions of VS Web Deployment Projects</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>How to install assembly in the GAC using MSI </title><link>http://forums.asp.net/thread/3527822.aspx</link><pubDate>Mon, 23 Nov 2009 12:36:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3527822</guid><dc:creator>maverickhyd</dc:creator><author>maverickhyd</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3527822.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3527822</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How to install assembly in the GAC using MSI Installer?&lt;/p&gt;
&lt;p&gt;what steps i need to fallow?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Bug? DirectoryEntry returns different physical path in Windows Installer (Windows XP)</title><link>http://forums.asp.net/thread/3519278.aspx</link><pubDate>Wed, 18 Nov 2009 08:58:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3519278</guid><dc:creator>VirtualSurfer</dc:creator><author>VirtualSurfer</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3519278.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3519278</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I just found&amp;nbsp;an odd thing when trying to get a physical path of a virtual directory in Windows Installer (in the Install() custom action).&lt;br /&gt;For some reason the same code returns always &amp;quot;c:\inetpub\wwwroot&amp;quot; instead of &amp;quot;c:\inetpub\wwwroot\MyWebApplication&amp;quot;&lt;br /&gt;if I&amp;#39;ll run the code via a Windows Installer on XP. But if&amp;nbsp;I&amp;#39;ll run the code via a Windows Form application (on XP)&amp;nbsp;I&amp;#39;ll get the correct&lt;br /&gt;full path &amp;quot;c:\inetpub\wwwroot\MyWebApplication&amp;quot;. However, to&amp;nbsp;my surprise&amp;nbsp;the same&amp;nbsp;Windows Installer code works&amp;nbsp;on Windows Server 2008.&lt;/p&gt;
&lt;p&gt;So what might be the reason that this&amp;nbsp;code doesn&amp;#39;t work&amp;nbsp;via the Windows Installer on XP? Some kind of security issue or bug?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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; System.DirectoryServices.DirectoryEntry IISAdmin = new System.DirectoryServices.DirectoryEntry(&amp;quot;IIS://localhost/W3SVC/1/Root&amp;quot;);&lt;br /&gt;&lt;br /&gt;strIISAdmin = &amp;quot;&amp;quot;;&lt;br /&gt;&lt;br /&gt;foreach (System.DirectoryServices.DirectoryEntry vd in IISAdmin.Children)&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; {&lt;br /&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (vd.Name == VDName)&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;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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string strIISAdmin = vd.Properties[&amp;quot;Path&amp;quot;][0].ToString();&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&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; }&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Installer doesnot uninstall previous version</title><link>http://forums.asp.net/thread/3054471.aspx</link><pubDate>Wed, 01 Apr 2009 10:47:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3054471</guid><dc:creator>amita.deo</dc:creator><author>amita.deo</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3054471.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3054471</wfw:commentRss><description>&lt;p&gt;I have a setup project which gives me a .msi file&lt;/p&gt;
&lt;p&gt;When I try to install this on a machine which already had installed its earlier version...it gives me an error and asks me to remove it from Add/Remove programs.&lt;/p&gt;
&lt;p&gt;I have enabled the RemovePreviousVersions to RemovePreviousVersions=true&lt;/p&gt;
&lt;p&gt;What should i do, so that the installer either repairs or uninstalls and reinstalls it automatically?&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Amita.&lt;/p&gt;</description></item><item><title>VS 2008 WebSetup : new option for application pools ?</title><link>http://forums.asp.net/thread/2332188.aspx</link><pubDate>Thu, 01 May 2008 15:21:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2332188</guid><dc:creator>zheos</dc:creator><author>zheos</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2332188.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=2332188</wfw:commentRss><description>&lt;p&gt;Hello there ! Im using Visual Studio 2008 and im trying to make a websetup for an application. I saw a new thing since VS2005, with a MSI created by VS2008 i can now &amp;quot;select&amp;quot; an application pool for the installation. By default, this setting is set to &amp;quot;DefaultAppPool&amp;quot;. My question is simple, is there any way to DISABLE this ? I mean, i dont want my user to CHOSE an application pool, my setup will create one for him in the custom actions. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;For now my problem is that the MSI assign the application pool AFTER the custom actions (in wich i create a assign a predefined pool by calling a own made dll), by doing this after the custom actions, it will make a &amp;quot;undo&amp;quot; to what i did to the application pool. Ie : i set the application pool to MyAppPoolTest in the custom actions but if the user select &amp;quot;DefaultAppPool&amp;quot; at the beginning of the msi , it will END with &amp;quot;&amp;quot;DefaultAppPool&amp;quot;, whatever i did in the custom actions. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;If there is no way to disable it, maybe there&amp;#39;s some text somewhere that explain this new &amp;quot;feature&amp;quot; so i will understand it a bit more, or maybe one of you have some clue about what i should do. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thankx.&lt;/p&gt;</description></item><item><title>How to avoid WDP copy all to Source Directory (also SVN!!)</title><link>http://forums.asp.net/thread/3037231.aspx</link><pubDate>Wed, 25 Mar 2009 15:40:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3037231</guid><dc:creator>theDog</dc:creator><author>theDog</author><slash:comments>9</slash:comments><comments>http://forums.asp.net/thread/3037231.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3037231</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi!&lt;/p&gt;&lt;p&gt;i see that Build WDP is very slow because it copies the entire source folder to a folder called &amp;quot;Source&amp;quot; at the same level of &amp;quot;Release&amp;quot;&amp;nbsp; folder.&lt;/p&gt;&lt;p&gt;i would like to avoid that it copies&lt;/p&gt;&lt;p&gt;1) All SVN folders and files&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2) some unuseful folders as css and images.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the tag known Excludefrombuild don&amp;#39;t resolve the problem! &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas or solutions?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unable to start debugging on the web server - VS 2005 Error</title><link>http://forums.asp.net/thread/1739622.aspx</link><pubDate>Tue, 05 Jun 2007 08:44:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1739622</guid><dc:creator>vaassu</dc:creator><author>vaassu</author><slash:comments>7</slash:comments><comments>http://forums.asp.net/thread/1739622.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1739622</wfw:commentRss><description>&lt;p&gt;Hi, Though it seems very common error, could not able to find any solution.&lt;/p&gt;
&lt;p&gt;Error:&lt;/p&gt;
&lt;p&gt;Whenever i create and run any new or existing web application/service, i&amp;#39;m getting following error message&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;u&gt;Unable to start debugging on the web server. The underlying connection was closed: An unexpected error occurred on a receive.&lt;/u&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;as it ate my time, finally i repaired my Visual studio 2005. now i&amp;#39;m getting the error&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;u&gt;Unable to start debugging on the web server. The debug request could not be processed by the server due to invalid syntax.&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Following things may be useful to give solution&lt;/p&gt;
&lt;p&gt;1. My HTTP Keeps-alive property is disabled. I tried with enabled also.&lt;/p&gt;
&lt;p&gt;2. Both windows and anonymous authentication are enabled for my web page&lt;/p&gt;
&lt;p&gt;3. IIS 6 and Windows 2003 server i&amp;#39;m using&lt;/p&gt;
&lt;p&gt;4. My connection timeout is 120 secs. I tried till 2000 seconds.&lt;/p&gt;
&lt;p&gt;5. I&amp;#39;m trying just simple &amp;quot;helloworld&amp;quot; web service. nothing else.&lt;/p&gt;
&lt;p&gt;could anyone helpme out?&lt;/p&gt;</description></item><item><title>web set up project</title><link>http://forums.asp.net/thread/3478014.aspx</link><pubDate>Mon, 26 Oct 2009 20:18:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3478014</guid><dc:creator>rakesh2kv</dc:creator><author>rakesh2kv</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3478014.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3478014</wfw:commentRss><description>&lt;p&gt;I see red line underneath the primary output projects i added to the web set up. What does red lines mean? Is it an error. The build succeds though&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Web Deployment Project 2008 not compiling with v.3.5</title><link>http://forums.asp.net/thread/3484612.aspx</link><pubDate>Thu, 29 Oct 2009 23:09:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3484612</guid><dc:creator>Yihuey</dc:creator><author>Yihuey</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3484612.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3484612</wfw:commentRss><description>&lt;p&gt;I&amp;nbsp;added a WDP to my web application. The application is running in VS 2008 and has the target framework &amp;nbsp;set to be 3.5. But when I&amp;nbsp;build the deployment project, I saw the following output in the output window.&lt;/p&gt;
&lt;p&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /HSD.CMS.csproj -p &amp;quot;C:\Client Management System 2008\HSD.CMS&amp;quot; -f .\TempBuildDir\&lt;/p&gt;
&lt;p&gt;Did I miss anything? How do I change it to make it to use the compiler under v3.5? &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>VS 2005 Web Deployment Project download page is broken</title><link>http://forums.asp.net/thread/3417111.aspx</link><pubDate>Mon, 21 Sep 2009 17:33:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3417111</guid><dc:creator>sgriggs</dc:creator><author>sgriggs</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3417111.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3417111</wfw:commentRss><description>&lt;p&gt;Anyone know what happened to the VS 2005 Web Deployment project download page?&amp;nbsp; It is saying it has been removed.&amp;nbsp; Has it&amp;nbsp;truly been removed and is now unsuported or is it just a problem with the site?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/asp.net/aa336619.aspx"&gt;http://msdn.microsoft.com/en-us/asp.net/aa336619.aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Shane&lt;/p&gt;</description></item><item><title>Windows installer doesn't remove the physical application directory when uninstalling a web application</title><link>http://forums.asp.net/thread/3479793.aspx</link><pubDate>Tue, 27 Oct 2009 15:33:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3479793</guid><dc:creator>VirtualSurfer</dc:creator><author>VirtualSurfer</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3479793.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3479793</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;if I&amp;#39;ll install the web application in a different place (e.g.&amp;nbsp;c:\temp)&amp;nbsp;instead of the default c:\Inetpub\wwwroot, the installer won&amp;#39;t remove the application root&amp;nbsp;directory (all subdirectories and files are removed however) when uninstalling the application. What might cause this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;pre class="c-sharp" name="code"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="c-sharp" name="code"&gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Getting error when deploying website in vs-2008</title><link>http://forums.asp.net/thread/3473128.aspx</link><pubDate>Fri, 23 Oct 2009 05:47:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3473128</guid><dc:creator>imran_khan</dc:creator><author>imran_khan</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3473128.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3473128</wfw:commentRss><description>&lt;p&gt;&lt;i&gt;&lt;b&gt;I checked the detailed output. Here is what I get. Any 
clue?&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;Using &amp;quot;ToggleDebugCompilation&amp;quot; task from assembly &amp;quot;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.Tasks.dll&amp;quot;.&lt;br /&gt;&lt;br /&gt;Task &amp;quot;ToggleDebugCompilation&amp;quot;&lt;br /&gt;&lt;br /&gt;Updating Web.config &amp;lt;compilation&amp;gt; element debug attribute to &amp;#39;False&amp;#39;.&lt;br /&gt;&lt;br /&gt;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(639,7): error : Section or group name &amp;#39;system.web.extensions&amp;#39; is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\Documents and Settings\pvakil0\Desktop\MyProjects\MyProject\Release\web.config line 4)&lt;br /&gt;&lt;br /&gt;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(639,7): error MSB4018: The &amp;quot;ToggleDebugCompilation&amp;quot; task failed unexpectedly.&lt;br /&gt;&lt;br /&gt;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(639,7): error MSB4018: System.ArgumentNullException: Parameter &amp;quot;message&amp;quot; cannot be null.&lt;br /&gt;&lt;br /&gt;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(639,7): error MSB4018: at Microsoft.Build.Shared.ErrorUtilities.VerifyThrowArgumentNull(Object parameter, String parameterName, String resourceName)&lt;br /&gt;&lt;br /&gt;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(639,7): error MSB4018: at Microsoft.Build.Utilities.TaskLoggingHelper.LogMessage(MessageImportance importance, String message, Object[] messageArgs)&lt;br /&gt;&lt;br /&gt;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(639,7): error MSB4018: at Microsoft.WebDeployment.Tasks.ToggleDebugCompilation.Execute()&lt;br /&gt;&lt;br /&gt;C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(639,7): error MSB4018: at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean&amp;amp; taskResult)&lt;br /&gt;&lt;br /&gt;Done executing task &amp;quot;ToggleDebugCompilation&amp;quot; -- FAILED.&lt;br /&gt;&lt;br /&gt;Done building target &amp;quot;CopyToOutputDir&amp;quot; in project &amp;quot;MyProject.wdproj&amp;quot; -- FAILED.&lt;br /&gt;&lt;br /&gt;Done building project &amp;quot;MyProject.wdproj&amp;quot; -- FAILED.&lt;br /&gt;&lt;br /&gt;Build FAILED.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Regard&lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;i&gt;&lt;b&gt;Imrankhan&lt;/b&gt;&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>aspnet_compiler.exe error</title><link>http://forums.asp.net/thread/3477822.aspx</link><pubDate>Mon, 26 Oct 2009 18:05:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3477822</guid><dc:creator>JuliaJuliaBell</dc:creator><author>JuliaJuliaBell</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3477822.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3477822</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have been given a batch file by the developer that compiles a website. This works fine when I&amp;nbsp;run it locally on the server, but errors when I run it on my machine. The offending line seems to be as follows:&lt;/p&gt;
&lt;p&gt;C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v&lt;br /&gt;/PortalWebApp.csproj -p V:\MyApp\PortalWebApp\PortalWebApp -u -f .\TempBuild&lt;br /&gt;Dir\ -keyfile &amp;quot;V:\MyApp\Shared Assets\Corp.snk&amp;quot; -errorstack&lt;br /&gt;Utility to precompile an ASP.NET application&lt;br /&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/p&gt;
&lt;p&gt;error ASPRUNTIME: Could not load file or assembly &amp;#39;App_Licenses, Version=0.0.0.0&lt;br /&gt;, Culture=neutral, PublicKeyToken=null&amp;#39; or one of its dependencies. The paramete&lt;br /&gt;r is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))&lt;/p&gt;
&lt;p&gt;[ArgumentException]: The parameter is incorrect. (Exception from HRESULT: 0x8007&lt;br /&gt;0057 (E_INVALIDARG))&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;[FileLoadException]: Could not load file or assembly &amp;#39;App_Licenses, Version=0.0.&lt;br /&gt;0.0, Culture=neutral, PublicKeyToken=null&amp;#39; or one of its dependencies. The param&lt;br /&gt;eter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase,&lt;br /&gt;Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark, Boo&lt;br /&gt;lean throwOnFileNotFound, Boolean forIntrospection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, E&lt;br /&gt;vidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark, Bool&lt;br /&gt;ean throwOnFileNotFound, Boolean forIntrospection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence&lt;br /&gt;&amp;nbsp;assemblySecurity, StackCrawlMark&amp;amp; stackMark, Boolean forIntrospection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence as&lt;br /&gt;semblySecurity, StackCrawlMark&amp;amp; stackMark, Boolean forIntrospection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.Assembly.Load(String assemblyString)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.BuildManager.LoadLicensesAssemblyIfExists()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.BuildManager.Initialize()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.BuildManager.InitializeBuildManager()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)&lt;/p&gt;
&lt;p&gt;[HttpException]: Could not load file or assembly &amp;#39;App_Licenses, Version=0.0.0.0,&lt;br /&gt;&amp;nbsp;Culture=neutral, PublicKeyToken=null&amp;#39; or one of its dependencies. The parameter&lt;br /&gt;&amp;nbsp;is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.ClientBuildManager.EnsureHostCreated()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.ClientBuildManager.PrecompileApplication(ClientBuil&lt;br /&gt;dManagerCallback callback, Boolean forceCleanBuild)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.ClientBuildManager.PrecompileApplication(ClientBuil&lt;br /&gt;dManagerCallback callback)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.Precompiler.Main(String[] args)&lt;/p&gt;
&lt;p&gt;I&amp;#39;m running Visual Studio 2008 (v9.0.30729.1)&amp;nbsp;and Microsoft Web Deployment Projects 2008 (v9.0.21022) on Vista. The server is running Windows Server 2008 with the same versions of VS and Web Deployment Projects. &lt;/p&gt;
&lt;p&gt;Can anyone give me&amp;nbsp;any advice about traoubleshooting this?&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>How can i make a Executable of my web projects....</title><link>http://forums.asp.net/thread/3473923.aspx</link><pubDate>Fri, 23 Oct 2009 14:22:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3473923</guid><dc:creator>morkie28</dc:creator><author>morkie28</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3473923.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3473923</wfw:commentRss><description>&lt;p&gt;Hello,

I have a web based project in ASP.NET with visual basic. I need to make its executable file to be pass in school.

&lt;/p&gt;&lt;p&gt;Anyone can Help to how to make exe of a web based project...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>deployment options of asp.net 2.0 from VS2005/2008? </title><link>http://forums.asp.net/thread/3471407.aspx</link><pubDate>Thu, 22 Oct 2009 10:24:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3471407</guid><dc:creator>guenavan</dc:creator><author>guenavan</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3471407.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3471407</wfw:commentRss><description>&lt;p&gt;My shared webhosting provider provides asp.net 2.0 (and 1.1).&lt;/p&gt;
&lt;p&gt;I want to deploy asp.net 2.0 webapps from VS2005 or 2008 to my shared webhosting site (so far, I was using FTP &amp;quot;manually&amp;quot;).&lt;br /&gt;Now I received the following answer from my webhoster:&lt;br /&gt;&amp;quot;I am sorry that FrontPage Extensions are no more available because they are obsolete&amp;nbsp;now, as Microsoft itself has cancelled it. Therefore, its license is not available now.&amp;quot;&lt;br /&gt;&lt;br /&gt;It seems that I am also obsolete.&lt;br /&gt;What are current options to deply webapps from Visual Studio 2005 and 2008?&lt;/p&gt;
&lt;p&gt;I googled a little but that took too much time and too old options (which I already knew). &lt;br /&gt;This seems to be quite common problem and I ask your time to share me with your exp, links and knowledge.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Vs.net 2008 - web setup project - PDF files not getting included...</title><link>http://forums.asp.net/thread/2581810.aspx</link><pubDate>Tue, 26 Aug 2008 21:00:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2581810</guid><dc:creator>v_sreedhar@hotmail.com</dc:creator><author>v_sreedhar@hotmail.com</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/2581810.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=2581810</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I created a web setup (not web deployment) project in VS.net 2008; I noticed that PDF files in a folder is not getting added part of the websetup output. In the same folder, I have images, text files, they are all included.&lt;/p&gt;
&lt;p&gt;Does any one know, how to include PDF Files and other files, part of the websetup project?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sreedhar&lt;/p&gt;</description></item><item><title>Referencing compiled assembly in Web deployment project</title><link>http://forums.asp.net/thread/3459142.aspx</link><pubDate>Thu, 15 Oct 2009 05:01:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3459142</guid><dc:creator>jj011185</dc:creator><author>jj011185</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3459142.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3459142</wfw:commentRss><description>&lt;p&gt;Hi all, I&amp;#39;m kinna having a hard time referencing the assembly compiled by the Web Deployment Project.&lt;/p&gt;&lt;p&gt;see, I have a website project with a usercontrol and wanted to re use this in another website, so I compiled the project using web deployment project using this option&lt;/p&gt;&lt;p&gt;-&amp;gt; Create a separate assembly for each page and control output.&lt;/p&gt;&lt;p&gt;so I have these as a result after i built it.&lt;/p&gt;&lt;p&gt;the usercontrol has this default namespace &lt;i&gt;&amp;quot;IAmAUserControl.UserControls&amp;quot;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="c-sharp"&gt;App_Web_default.aspx.cdcab7d2.dll                          -&amp;gt; default.aspx
App_Web_iamausercontrol.ascx.6bb32623.dll           -&amp;gt;  iamausercontrol.ascx
default.aspx.cdcab7d2.compiled
iamausercontrol.ascx.6bb32623.compiled
IAmAUserControl.dll
IAmAUserControl.pdb&lt;/pre&gt;now here are my questions.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;1. if i wanted to re-use the iamausercontrol.ascx control which files do i need to copy to the other web app&amp;#39;s bin directory?&lt;/p&gt;&lt;p&gt;2. Do I still need to reference the IAmAUserControl.dll to my second web project?&lt;/p&gt;&lt;p&gt;3. How do I place the reference tags in the web.config file.&lt;/p&gt;&lt;p&gt;would it be like so?&lt;/p&gt;&lt;p&gt;&amp;lt;%@ Register Assembly=&amp;quot;App_Web_iamausercontrol.ascx.6bb32623&amp;quot; Namespace=&amp;quot;ASP.usercontrols_iamausercontrol_ascx&amp;quot; TagName=&amp;quot;iamausercontrol&amp;quot; TagPrefix=&amp;quot;mycontrol&amp;quot; %&amp;gt;&lt;/p&gt;&lt;p&gt;I can&amp;#39;t seem to figure out the namespace to use.&lt;/p&gt;&lt;p&gt;Any help would be great. thanks.&lt;/p&gt;</description></item><item><title>how to hide aspx.c# or vb</title><link>http://forums.asp.net/thread/3457594.aspx</link><pubDate>Wed, 14 Oct 2009 11:17:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3457594</guid><dc:creator>sjpk_2003</dc:creator><author>sjpk_2003</author><slash:comments>7</slash:comments><comments>http://forums.asp.net/thread/3457594.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3457594</wfw:commentRss><description>&lt;p&gt;i have build a web deployment project when i install it i can able to see the action code file ie,aspx.vb or aspx.c# as well as design file aspx file.&amp;nbsp;infact if this web site is published ordinarily all the action code files are hidden, when i build the deployment project and install ,these files are not hiding ,if this is visible, client can easily able to read the code wat is inside .....is &amp;nbsp;there&amp;nbsp; any solution..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Jeyanth&lt;/p&gt;</description></item><item><title>Web Setup run into different server problem</title><link>http://forums.asp.net/thread/3454928.aspx</link><pubDate>Tue, 13 Oct 2009 03:31:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3454928</guid><dc:creator>GAYATHRIPAMINESH</dc:creator><author>GAYATHRIPAMINESH</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3454928.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3454928</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;1) It always choose the default.aspx to display, if the page is not exist it always shows :&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;quot;Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.&amp;quot;&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2) How to set the connection string in websetup file?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the page involve database connection, it totally gives &lt;b&gt;&amp;quot;Server Error&amp;quot;&lt;/b&gt;, and the page cannot be viewed at all.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please help me with the problem i&amp;#39;m facing.. I will appreciate your help.. &lt;/p&gt;&lt;p&gt;Thank you in advance..&lt;/p&gt;&lt;p&gt;Regards : pam&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Web Setup Cannot Run in different server</title><link>http://forums.asp.net/thread/3454939.aspx</link><pubDate>Tue, 13 Oct 2009 03:40:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3454939</guid><dc:creator>GAYATHRIPAMINESH</dc:creator><author>GAYATHRIPAMINESH</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3454939.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3454939</wfw:commentRss><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;1) It always choose the default.aspx to display, if the page is not exist it always shows :&lt;br /&gt;&lt;br /&gt;&amp;quot;Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.&amp;quot;&lt;br /&gt;&lt;br /&gt;2) How to set the connection string in websetup file?&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the page involve database connection, it totally gives &amp;quot;Server Error&amp;quot;, and the page cannot be viewed at all.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please help me with the problem i&amp;#39;m facing.. I will appreciate your help..&lt;br /&gt;&lt;br /&gt;Thank you in advance..&lt;br /&gt;&lt;br /&gt;Regards : pam&lt;/p&gt;</description></item><item><title>Centered Image in VWD but not in IE</title><link>http://forums.asp.net/thread/3441478.aspx</link><pubDate>Mon, 05 Oct 2009 18:02:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3441478</guid><dc:creator>therod0308</dc:creator><author>therod0308</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3441478.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3441478</wfw:commentRss><description>&lt;p&gt;Just&amp;nbsp;tested a new webpage with VWD 2008.&amp;nbsp; It has a centered background image that displays fine&amp;nbsp;in localhost in both Firefox and IE.&amp;nbsp; Also works fine with Firefox when uploaded to web host.&amp;nbsp; IE, however is not centered.&amp;nbsp; The background image in IE is left justified online but centered in localhost.&lt;/p&gt;
&lt;p&gt;Anyone know what might be the problem?&lt;/p&gt;</description></item><item><title>Visual Studios locks .MDF file when using Web Deployment Project</title><link>http://forums.asp.net/thread/3437377.aspx</link><pubDate>Fri, 02 Oct 2009 13:35:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3437377</guid><dc:creator>kshill</dc:creator><author>kshill</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3437377.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3437377</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using Visual Studio 2008 and Web Deployment Projects to develop an ASP.NET web site.&lt;br /&gt;The site uses a LinqDataSource to connect to a database within a database file (.mdf) on my local machine (a different source will be used in the release)&lt;br /&gt;When I run my website for testing the link works correctly and everything appears kosher but when I stop the debugger and attempt to rebuild the project in VS2008 I get this error from the compiler:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The process cannot access the file &amp;#39;&amp;lt;filepath&amp;gt;.mdf&amp;#39; because it is being used by another process.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To build my project again I&amp;#39;m forced to exit VS2008 and re-start it.&amp;nbsp; Obviously, this is very inconvenient.&amp;nbsp; What could I be doing wrong?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>Data at the root level is invalid. Line 1, position 1</title><link>http://forums.asp.net/thread/1270047.aspx</link><pubDate>Thu, 27 Apr 2006 15:31:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1270047</guid><dc:creator>fsflier</dc:creator><author>fsflier</author><slash:comments>32</slash:comments><comments>http://forums.asp.net/thread/1270047.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1270047</wfw:commentRss><description>&lt;p&gt;A C# ASP.NET program under development (VS 2005) works fine in the development box, using the virtual localhost server.&lt;br /&gt;Once I tried to "Publish" the site, pressing the [Build-&amp;gt;Publish Web Site] menu option, it compiles and gives the following error:&lt;/p&gt;
&lt;p&gt;"Data at the root level is invalid. Line 1, position 1."&lt;/p&gt;
&lt;p&gt;The compilation fails at line 1, the line containing the [xml version="1.0" encoding="utf-8"] declaration.&lt;br /&gt;The simplied web.config file is shown below. As you can see it has nothing out of the ordinary.&lt;/p&gt;
&lt;blockquote dir=ltr&gt;
&lt;p&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;br /&gt;&amp;lt;configuration xmlns="&lt;a href="http://schemas.microsoft.com/.NetConfiguration/v2.0"&gt;http://schemas.microsoft.com/.NetConfiguration/v2.0&lt;/a&gt;"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; blah blah...&lt;br /&gt;&amp;nbsp; &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;appSettings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; blah blah...&lt;br /&gt;&amp;nbsp; &amp;lt;/appSettings&amp;gt;&lt;br /&gt;&amp;nbsp; blah blah...&lt;br /&gt;&amp;nbsp; blah blah...&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I have googled and found a few entries on this error, most of them talking about SOAP and web services (not what I'm doing here), and none of them have helped.&lt;/p&gt;
&lt;p&gt;I tried to recompile taking out the encoding=utf-8 section and also taking out the xmlns definition buit I still get the same error.&lt;/p&gt;
&lt;p&gt;Any ideas to try next?&lt;/p&gt;
&lt;p&gt;TIA&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>PACKAGING A PROJECT</title><link>http://forums.asp.net/thread/3432678.aspx</link><pubDate>Wed, 30 Sep 2009 07:42:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3432678</guid><dc:creator>marangajared</dc:creator><author>marangajared</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3432678.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=3432678</wfw:commentRss><description>&lt;p&gt;I have developed a Payment system and I need to create a setup for installation. How do I go about it?&lt;/p&gt;&lt;p&gt;I used C# at some point but in general, it is in ASP.NET (Within Webdeveloper.) Also on VS 2008.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please help!!!!!!!!!!!!!!!!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Website Deployment Tutorials</title><link>http://forums.asp.net/thread/2715829.aspx</link><pubDate>Thu, 30 Oct 2008 23:38:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2715829</guid><dc:creator>VII-Twilight</dc:creator><author>VII-Twilight</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2715829.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=2715829</wfw:commentRss><description>&lt;p&gt;Hi I&amp;#39;m using Visual Web developer 2008, And I was wondering where I can find tutorials about website deployment.&lt;/p&gt;
&lt;p&gt;Thnx in advance&lt;/p&gt;</description></item><item><title>Where is the connection string for the ASPNETDB.mdf</title><link>http://forums.asp.net/thread/1523680.aspx</link><pubDate>Tue, 09 Jan 2007 03:31:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1523680</guid><dc:creator>Jackxxx</dc:creator><author>Jackxxx</author><slash:comments>12</slash:comments><comments>http://forums.asp.net/thread/1523680.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1523680</wfw:commentRss><description>&lt;p&gt;I have a file system project that I moved from the VS Web server to IIS now it will not run; I receive the following message:&lt;/p&gt;
&lt;p&gt;An attempt to attach an auto-named database for file C:\Documents and Settings\Server\My Documents\Visual Studio 2005\WebSites\MyProject\App_Data\aspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.&lt;/p&gt;
&lt;p&gt;The file is in the App_Data folder of my project, and it is the only one on the system.&lt;/p&gt;
&lt;p&gt;Does anyone know where this database keeps its connection string? It is not in my web config file.&lt;/p&gt;
&lt;p&gt;Any help is appreciated.&lt;/p&gt;</description></item></channel></rss>