VS Web Deployment Projectshttp://forums.asp.net/1020.aspx/1?VS+Web+Deployment+ProjectsGeneral discussions of VS Web Deployment ProjectsThu, 14 Mar 2013 01:49:38 -0400urn:uuid:00000000-0000-0000-0000-000000001020urn:uuid:00000000-0000-0000-0000-000005394577http://forums.asp.net/p/1906184/5394577.aspx/1?Web+Deployment+InstallerWeb Deployment Installer <p>I have a published web site and want to create an installer to do the following : 1. create a web site in IIS and not an application 2. identify default web site and replace that or create a default web site if doesn't exist 3. create a sql server database and restore the backup or attach db files I use Web setup project but I don't know how can I do above tasks.</p> 2013-05-15T10:35:22-04:002013-05-15T10:35:22.633-04:00urn:uuid:00000000-0000-0000-0000-000005388246http://forums.asp.net/p/1904708/5388246.aspx/1?ASP+NET+MVC+4+deployment+costASP.NET MVC 4 deployment cost <p>I want to start a project on ASP.NET MVC 4.0 and Razor 2 engine for a customer that already has their own servers running Microsoft-IIS 7.5 and licensed Sql Server.<br> <br> As for now I know I can use Visual Studio Express 2010/2012 as in-situ dev environment for free. Are there any other costs included in the deployment of a fully working APP?. Looking online apparently there is no cost for development, compiling and deploying the app with this tool.<br> <br> Thank you.</p> 2013-05-08T14:58:42-04:002013-05-08T14:58:42.963-04:00urn:uuid:00000000-0000-0000-0000-000005388666http://forums.asp.net/p/1904819/5388666.aspx/1?modifying+web+config+during+installationmodifying web.config during installation <p>Hello All</p> <p>I have one asp.net web project &nbsp;and i want create deployment setup (VS 2010 &gt; Setup and deployment &gt; Visual studio installer &gt; web setup project) for same. but during installation i want to take database server name input's from user and according to it I want to do modify my connection string in web.config.</p> <p>Is anybody have sample code/example or help link for same please share same with me.</p> <p>Thanks so much in advanced .</p> <p>--</p> <p>Regards,</p> <p>Atul Gaikwad</p> 2013-05-09T04:38:26-04:002013-05-09T04:38:26.76-04:00urn:uuid:00000000-0000-0000-0000-000005353840http://forums.asp.net/p/1895700/5353840.aspx/1?about+video+web+site+about video web site ? <p>Hello</p> <p>vps have 4GB ram, 100 Mbit bandwith and unlimeted trafic.</p> <p>How many users can watch video at same time ?</p> <p>Thanks</p> 2013-04-05T10:03:41-04:002013-04-05T10:03:41.81-04:00urn:uuid:00000000-0000-0000-0000-000005347039http://forums.asp.net/p/1894106/5347039.aspx/1?Generating+connection+string+in+web+config+while+loading+dll+in+applicationGenerating connection string in web.config while loading dll in application <p>Hi frnz..</p> <p>I have written a class library file and use the dll of this file in web application</p> <p>i write some code in this dll like generating connection string as well as appSettings in web.config file</p> <p>but problem is that.... i want to generate this connection string and appsettings data while adding this dll in web application instead of running the application</p> <p>just i elaborate more to better understanding...</p> <p><span>when i add dll in my application it added successfully</span><br> <span>no problem about it.</span><br> <span>when i run my application then connection string generate in web.config</span><br> <br> <span>bt what happen with this...</span><br> <span>all sessions are cleared&nbsp;</span><br> <br> <span>hence i want to generate this connection string at the time of adding this dll in application</span><br> <br> <span>so is there any event handler or loader is available which will help to get me result</span></p> <p></p> <p></p> <p></p> <p></p> 2013-03-29T06:53:00-04:002013-03-29T06:53:00.037-04:00urn:uuid:00000000-0000-0000-0000-000002789828http://forums.asp.net/p/1357350/2789828.aspx/1?Crystal+Report+deployment+Connection+string+problem+Crystal Report deployment Connection string problem <p>Hi </p> <p>I have created a crystal report by using visual studio 2005&nbsp;wizard,</p> <p>and at the time of creating set up i used merge module</p> <p>so after intallation of my application it put&nbsp; connection string of report in app.cofig</p> <p>but if i want to change server name than it doesn't reading&nbsp;modified &nbsp;connection string of report</p> <p>can any body tell me what i am&nbsp;missing</p> <p>Thanks a lot in advance&nbsp;&nbsp;</p> 2008-12-06T08:21:37-05:002008-12-06T08:21:37.1-05:00urn:uuid:00000000-0000-0000-0000-000005337577http://forums.asp.net/p/1891809/5337577.aspx/1?ASP+NET+Sites+Pages+Getting+Crossed+Displaying+Incorrect+Data+ASP.NET Sites/Pages Getting "Crossed" (Displaying Incorrect Data" <p><span style="text-decoration:underline"><strong>UPDATE</strong></span>: This has been solved. Turns out I was using the same session variable name to store some data and then moving it back to a dataset rather than making a round trip for each request. Then, the dataset was used to generate some tables and one of those was the datasource for the gridview. Since I used duplicate table names and dataset names and then compounded it with using duplicate session variable names, the session variable was used to populate the dataset in BOTH pages instead of only one.</p> <p>Sorry for the short-term question.</p> <p>---------------------------------------------------------------</p> <p>Hi, everyone:</p> <p>I'm working on supporting an ASP classic intranet site. I'm also trying to implement new solutions on that site with ASP.NET. I have Framework 4.0 installed on IIS 6.0 running on Win2K3 server SP3.</p> <p>I developed the sites in Visual Studio 2010, but I'm not a professional developer and these are my first tries at this. When finally I got the sites doing what I wanted them to do the correct way, I deployed them using the Copy Web Site option in Visual Studio. The folders containing all of my files were put into a subfolder on the server.</p> <p>When the pages load, they seem to act like ONE site, even though they're in separate folders in the directory. For clarity, the structure on the network looks like this:</p> <p>\\servername\web_directory\customer service\OpenOrders</p> <p>So, when I navigate to the URL of the page, I get the page and it loads fine. As I stated, there are TWO I've deployed, both are in the Customer Service folder. The first folder I copied was called ShipInfo. The second came about a week later. It uses the same general principles, but gets its data from another source elsewhere on the network. It lives in a folder called OpenOrders. So, one of them lives in</p> <p>\\servername\web_directory\customer service\ShipInfo</p> <p>and the other lives in</p> <p>\\servername\web_directory\customer service\OpenOrders.</p> <p>Inside those folders are the files and pages which run what Visual Studio called a web site. When I copied the files up using Visual Studio, they went fine and everything seemed to be running well.</p> <p>But today, I noticed that both sites display the same data, even though nothing has changed about the files. So now, the shipment information page shows the open order page's gridview, even though they're in separate folders. When I open the shipment info page, I see the open order gridview. When I open the open order page, I see the open order gridview.</p> <p>It's like they share a single data source, but they don't. They each have their own data access routines and access separate data sources (one comes from an Excel spreadsheet in one network share, the other gets its data from an Access database on a different network share).</p> <p>There hasn't been any change to the files except to refine one of the dropdown boxes. I don't recall this problem when I built them, and I certainly don't see this issue when I run them in the development server. But now I don't know whether they ever worked (I deployed them originally in November 2012).</p> <p>Please, anyone, help a confused and frustrated newbie figure out what went wrong! I know almost nothing about IIS, so I haven't done much, but I was able to learn enough to get the server to serve ASP.NET and ASP pages both. Like I said before, they run fine, no errors, but when they display their data, it's like they're sharing it between them somehow.</p> <p>Have I done something wrong in the way they were deployed? did I miss a configuration somewhere? did I miss doing something on the IIS server I should have done?</p> <p>HALP!</p> <p>...and, as always, thank you. :)</p> <p></p> <p>-JH</p> 2013-03-19T21:39:37-04:002013-03-19T21:39:37.87-04:00urn:uuid:00000000-0000-0000-0000-000005332660http://forums.asp.net/p/1889800/5332660.aspx/1?MSI+fails+with+error+code+1603+MSI fails with error code 1603 <p>My web application installation is intermittantly failing with error code 1603 on 2008 R2 with IIS 7 and IIS6 compatibility installed.</p> <p>Here is an excerpt from the log file:</p> <p>INFO&nbsp;&nbsp; : [03/15/2013 00:40:14:632] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Getting web folder property token...<br> INFO&nbsp;&nbsp; : [03/15/2013 00:40:14:632] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Token is '/LM/W3SVC/1/ROOT/FooSite/Services'.<br> INFO&nbsp;&nbsp; : [03/15/2013 00:40:14:632] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Key path is '/LM/W3SVC/1/ROOT/FooSite/Services'.<br> INFO&nbsp;&nbsp; : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Opening key '/LM/W3SVC/1/ROOT/FooSite/Services'.<br> INFO&nbsp;&nbsp; : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Opening key '/LM/W3SVC/1/ROOT/FooSite.<br> INFO&nbsp;&nbsp; : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Adding key '/Services'.<br> INFO&nbsp;&nbsp; : [03/15/2013 00:40:14:648] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Closing key...<br> ERROR&nbsp; : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: FAILED:&nbsp;-2147024864<br> ERROR&nbsp; : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: FAILED:&nbsp;-2147024864<br> ERROR&nbsp; : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Custom Action failed with code: '32'<br> ERROR&nbsp; : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Custom Action failed with code: '32'<br> INFO&nbsp;&nbsp; : [03/15/2013 00:40:15:163] [ApplyWebFolderProperties&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Custom Action completed with return code: '32'<br> CustomAction WEBCA_ApplyWebFolderProperties returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)</p> <p>-2147024864 translates as &quot;The process cannot access the file because it is being used by another process&quot;.</p> <p>Which file? Which process? iisreset or net stop iisadmin do not help.</p> 2013-03-15T11:43:30-04:002013-03-15T11:43:30.573-04:00urn:uuid:00000000-0000-0000-0000-000005331694http://forums.asp.net/p/1889571/5331694.aspx/1?+sign+does+not+appears+from+the+IIS+deployed+application$ sign does not appears from the IIS deployed application <p>My web application displays a pdf export from the crystal report.</p> <p>When deployed on IIS, the report pdf export displays &#36; for calculated fields as a square box in chrome.&nbsp;</p> <p>In firefox the &#36; symbol is missing.</p> <p>On the localhost the &#36; sign is correctly displayed, however not when deployed from the IIS.</p> <p>I have applied the en-US culture in the IIS globalization settings, however the issue is not fixed.</p> <p>Any ideas what settings could have gone wrong?</p> 2013-03-14T12:49:34-04:002013-03-14T12:49:34.463-04:00urn:uuid:00000000-0000-0000-0000-000005318996http://forums.asp.net/p/1886549/5318996.aspx/1?Web+Custom+Folder+asp+net+versionWeb Custom Folder asp.net version <p>I have a VS 2010 Web Setup Project. How do I set the ASP.NET version for each of the Web Custom Folders I might be adding?</p> <p></p> <p>The problem is that after I run the setup the primary &quot;Web Application Folder&quot; is installed with ASP.NET ver 4.0 which is exactly what I want but any other &quot;Web Custom Folder&quot; is installed with ASP.NET ver 2.0.&nbsp;</p> 2013-03-01T16:31:47-05:002013-03-01T16:31:47.983-05:00urn:uuid:00000000-0000-0000-0000-000005325439http://forums.asp.net/p/1888100/5325439.aspx/1?System+Configuration+Provider+ProviderException+This+property+cannot+be+set+for+anonymous+users+System.Configuration.Provider.ProviderException: This property cannot be set for anonymous users. <p>Hey!! I have created a simple web page, that is generating the error mentioned above. Can you please help me out in in??<br> <strong>Here is more with this error when displayed on browser:</strong></p> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td> <pre>Line 10: protected void Page_Load(object sender, EventArgs e) Line 11: { <span color="red" style="color:red">Line 12: Profile.preferences.Theme = &quot;Retro&quot;; </span>Line 13: this.LiteralTheme.Text = Profile.preferences.Theme; Line 14: }</pre> &lt;div&gt; <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td> <pre>[ProviderException: This property cannot be set for anonymous users.] System.Web.Profile.ProfileBase.SetInternal(String propertyName, Object value) &#43;2371783 System.Web.Profile.ProfileBase.set_Item(String propertyName, Object value) &#43;80 ProfileGrouppreferences.set_Theme(String value) &#43;36 ProfileObject.Page_Load(Object sender, EventArgs e) in c:\Users\AADIL FAROOQUI\Documents\Visual Studio 2012\WebSites\Lesson4\ProfileObject.aspx.cs:12 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) &#43;51 System.Web.UI.Control.OnLoad(EventArgs e) &#43;92 System.Web.UI.Control.LoadRecursive() &#43;54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &#43;772 </pre> &lt;div&gt;and here is the web.config file:&lt;/div&gt; &lt;div&gt; <p>&lt;configuration&gt;</p> <p>&lt;system.web&gt;<br> &lt;compilation debug=&quot;false&quot; targetFramework=&quot;4.5&quot; /&gt;<br> &lt;httpRuntime targetFramework=&quot;4.5&quot; /&gt;<br> &lt;profile&gt;<br> &lt;properties&gt;<br> &lt;group name=&quot;preferences&quot;&gt;<br> &lt;add name=&quot;Theme&quot;/&gt;<br> &lt;add name=&quot;Currency&quot;/&gt;<br> &lt;/group&gt;<br> &lt;/properties&gt;<br> &lt;/profile&gt;<br> &lt;/system.web&gt;</p> <p>&lt;/configuration&gt;</p> &lt;/div&gt; </td> </tr> </tbody> </table> &lt;/div&gt; </td> </tr> </tbody> </table> <p>&nbsp;</p> 2013-03-08T06:00:25-05:002013-03-08T06:00:25.17-05:00urn:uuid:00000000-0000-0000-0000-000005324086http://forums.asp.net/p/1887799/5324086.aspx/1?IIS+Subdomain+Host+NameIIS Subdomain Host Name <p>Hello,</p> <p>I want have this urls to my site, when you can put anything before .domain.com but only for domain.com:</p> <p>domain.com<br> a.domain.com<br> b.domain.com<br> [any].domain.com<br> ...</p> <p>IIS does not allow the host name: *.domain.com&nbsp;</p> <p>How to set this on IIS 7?</p> 2013-03-06T23:56:37-05:002013-03-06T23:56:37.7-05:00urn:uuid:00000000-0000-0000-0000-000005321533http://forums.asp.net/p/1887204/5321533.aspx/1?Setup+project+and+IISSetup project and IIS <p>Hi,</p> <p>I am looking for some suggestions on creating a setup project for a web-based application hosted on IIS. You may also refer to the following post relating to the same topic.</p> <p><a href="http://stackoverflow.com/questions/15210940/setup-project-and-iis">http://stackoverflow.com/questions/15210940/setup-project-and-iis</a></p> <p></p> <p>I have an existing application which has a few .aspx files along with few other directories. The application has lots of other non-ASP.Net files such as exes and dll's.</p> <p>I am not quite sure whether I should create a &quot;Web&quot; setup project or create a simple setup project instead?</p> <p>I am looking for some advice on this.</p> <p>Any kind of inputs are appreciated!</p> <p>Thanks.</p> 2013-03-04T21:07:04-05:002013-03-04T21:07:04.377-05:00urn:uuid:00000000-0000-0000-0000-000005283332http://forums.asp.net/p/1878226/5283332.aspx/1?I+can+t+login+into+my+Login+aspx+page+after+I+copied+it+via+VWD2008+Express+into+my+IIS+5+1+I can’t login into my Login.aspx page after I copied it via VWD2008 Express into my IIS 5.1. <pre class="prettyprint">I need to host ASP.NET website on my personal computer or on server within home pc, please help me… I am trying to run my own web site on my home PC … I an using : IIS 5.1 Windows XP Pro Microsoft SQL Server 2008 R2, Microsoft Visual Web Dev 2008 Express. I can login on Internet Explorer into my website in debugging mode via: C:\Documents and Settings\FOREST\My Documents\Visual Studio 2008\Websites\FOREST1\ http://localhost:1000/FOREST%202011%341/Login.aspx But I can’t login into my Login.aspx page after I copied it via VWD2008 Express into my IIS 5.1. Angelika auroran@yandex.ru</pre> <p></p> 2013-01-27T20:30:46-05:002013-01-27T20:30:46.233-05:00urn:uuid:00000000-0000-0000-0000-000005286947http://forums.asp.net/p/1879075/5286947.aspx/1?building+website+has+lots+of+problems+with+syswow64building website has lots of problems with syswow64 <p>I get these in my output when I build, and my site takes forrrrrreeeevvvvvverrrrrrr to finished loading.... very bad...</p> <p></p> <p>'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\mscoree.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file<br> 'WebDev.WebServer40.EXE': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file</p> 2013-01-30T15:57:54-05:002013-01-30T15:57:54.35-05:00urn:uuid:00000000-0000-0000-0000-000004088915http://forums.asp.net/p/1604360/4088915.aspx/1?Customize+Deployment+in+Visual+Studio+2008Customize Deployment in Visual Studio 2008 <p>hi all,</p> <p>&nbsp;&nbsp;&nbsp; I need to deploy my application using setup. I worked some what in setup project avaiable in 2008 like web setup and windows application setup. Now i have some customized scenario. So please read the following scenario and give a good suggestions and steps to do that..</p> <p><strong>Scenario:</strong></p> <p>&nbsp;&nbsp;&nbsp; My main application is Web application. When my setup started install this web application with and then continue to database setup. After successfull,&nbsp;&nbsp;setup continue like optional compents setup like our msdn setup. Here we have more windows services to install. Some windows services are mandatoru and some are optional like extra feature to the user. I think i show all the services with checkbox so the optional services can select by the user. After confirm each service will install one by one. The setup finished after all the services installed..</p> <p>&nbsp;Please guid me which is best to way to creat deploment project like this...</p> <p>Some of my doubts..</p> <p>&nbsp;&nbsp;&nbsp; 1. I created setup msi for each windows services by adding service project as custom action and this setup work successfully.. How can i continusly install all these services one by one from mail setup?</p> <p>&nbsp;&nbsp;&nbsp; 2. I have nearly 10 windoes services. Visul studio not have a interface with these much checkboxes. So how to cusotmize interface to add more checkboxes?</p> <p>If service setup is like addon to the main setup i am very happy because i can install services only with out main web application</p> 2010-09-20T14:00:31-04:002010-09-20T14:00:31.06-04:00urn:uuid:00000000-0000-0000-0000-000005082540http://forums.asp.net/p/1827801/5082540.aspx/1?How+to+send+parameters+to+a+WebSetup+project+Visual+Studio+2010+through+Command+prompt+How to send parameters to a WebSetup project (Visual Studio 2010) through Command prompt. <p>I have created a web Setup project. In the UI of the setup there are fields to be filled,some are text boxes some are drop down Lists boxes all( Default ones). Example Fields: Virtual Directory,Application pool etc<br> I need to set these parameters and install the setup thru Command prompt. Setup has to be a silent installation.<br> I tried using commands like /quiet /a /i etc of msiexec,But I wasn't able to send parameters and also Install the setup silently.<br> How do I send parameters thru command prompt&nbsp; and run the setup ( silent Installation) simultaneously ?</p> <p><br> Kindly help me out .</p> 2012-07-26T05:56:23-04:002012-07-26T05:56:23.3-04:00urn:uuid:00000000-0000-0000-0000-000005262109http://forums.asp.net/p/1872315/5262109.aspx/1?problem+while+publishing+website+problem while publishing website <p>I am using mysql database with .net connecter 6.5 in my web application&nbsp;</p> <p>everything is working fine while developing&nbsp;</p> <p>but while publishing the getting error as fallows&nbsp;</p> <p>Error 1 External component has thrown an exception.</p> <p>and publishing fails&nbsp;</p> <p>pls give solution on this I got stuck at this&nbsp;</p> 2013-01-07T12:48:09-05:002013-01-07T12:48:09.633-05:00urn:uuid:00000000-0000-0000-0000-000005223032http://forums.asp.net/p/1861882/5223032.aspx/1?Top+Urgent+Web+Cofig+Problem+Top+UrgentTop Urgent ***Web Cofig Problem*** Top Urgent <p>Hello experts</p> <p>I have developed a website using asp.net in Visual Studio 2010. I runs well in my local pc but when I deployed this project it gives me following error:</p> <h1>Server Error in '/' Application.</h1> <hr color="silver" size="1" width="100%"> <h2><i>Configuration Error</i></h2> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Description: </b>An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. <br> <br> <b>Parser Error Message: </b>It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. &nbsp;This error can be caused by a virtual directory not being configured as an application in IIS.<br> <br> <b>Source Error:</b> <br> <br> </span></span></p> <table bgcolor="#ffffcc" width="100%"> <tbody> <tr> <td> <pre>Line 11: &lt;customErrors mode=&quot;Off&quot;/&gt; Line 12: &lt;compilation debug=&quot;true&quot;/&gt; <span color="red" style="color:red">Line 13: &lt;authentication mode=&quot;None&quot;/&gt; </span>Line 14: &lt;membership&gt; Line 15: &lt;providers&gt;</pre> </td> </tr> </tbody> </table> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><br> <b>Source File: </b>D:\Sites\mahtelecom.com\public_html\backadmin\web.config<b> &nbsp;&nbsp; Line: </b>13 <br> <br> <br> </span></span></p> &lt;div class=&quot;expandable&quot;&gt;Show Additional Configuration Errors:&lt;/div&gt; <hr color="silver" size="1" width="100%"> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 </span></p> <p></p> <p>I searched a lot in net for the solution of this error but failed to fix the problem.</p> <p></p> <p>Can anybody pls suggest me the solution.</p> <p>You can view the error message by this link : http://mahtelecom.com/backadmin</p> <p>N:B: I used mysql as the database of this project.</p> <p></p> 2012-11-28T02:41:04-05:002012-11-28T02:41:04.697-05:00urn:uuid:00000000-0000-0000-0000-000005257591http://forums.asp.net/p/1871272/5257591.aspx/1?Deploying+a+website+with+VS+2010Deploying a website with VS 2010 <p>When deploying a website do I have to go to the target website and do anything?</p> <p>I cannot seem to get it to depoly and I suspect I must do several things on the target server for it to work.</p> <p>Thanks!</p> 2013-01-02T19:15:01-05:002013-01-02T19:15:01.597-05:00