<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'Deployment'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Deployment&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Deployment'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Web Application Deployment with Multiple Web Applications.</title><link>http://forums.asp.net/thread/3573162.aspx</link><pubDate>Fri, 18 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3573162</guid><dc:creator>wakishi</dc:creator><description>&lt;p&gt;I have a website that I would like to deploy.&lt;/p&gt;
&lt;p&gt;In that website, there are a few class libraries, main web application, and other child web applications.&lt;/p&gt;
&lt;p&gt;so it&amp;#39;s like this.&lt;/p&gt;
&lt;p&gt;lib1&lt;/p&gt;
&lt;p&gt;lib2&lt;/p&gt;
&lt;p&gt;main app&lt;/p&gt;
&lt;p&gt;sub app&lt;/p&gt;
&lt;p&gt;sub app&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Each sub app&amp;#39;s are separate project and each are virtual directory applications under the main application. &lt;/p&gt;
&lt;p&gt;I followed these two links below to teach myself and kind of got a idea that I have to create each Web Deployment Project for each web applications. MSDN site briefly talks about how I should use msbuild &amp;lt;ItemGroup&amp;gt; tag to merge the multiple applications together, but doesn&amp;#39;t give me enough clue on which deployment project I should write this (prob. main?) or how I can translate the nested IIS structure, etc.&amp;nbsp; I read about msbuild but I&amp;nbsp;still have no clue.&amp;nbsp;&amp;nbsp;Each&amp;nbsp;deployment projects deploy successfully without the nesting relationship though.&amp;nbsp; e.g. I can&amp;nbsp;deploy mailApp.vbproj_deploy and subApp.vbproj_deploy&amp;nbsp;separately and appears under IIS fine. But that&amp;#39;s not what I really would like to do..&lt;/p&gt;
&lt;p&gt;Could someone&amp;nbsp;tell me how I could possibly achieve this?&amp;nbsp; Any help would be appreciated.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa479568.aspx"&gt;http://msdn.microsoft.com/en-us/library/aa479568.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>License file for my project</title><link>http://forums.asp.net/thread/3558085.aspx</link><pubDate>Thu, 10 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3558085</guid><dc:creator>Pratap09</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I want to add a license file in my C# project...&lt;/p&gt;&lt;p&gt;How i add license file in my project..&lt;/p&gt;&lt;p&gt;Please help me..&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;</description></item><item><title>Re: Collapsible extender working locally, but working in the remote server</title><link>http://forums.asp.net/thread/3539992.aspx</link><pubDate>Mon, 30 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3539992</guid><dc:creator>jclark434175</dc:creator><description>&lt;p&gt;Make sure that the AjaxControlToolkit.dll is being built with your ASP.NET web project/website. It must be in the BIN folder when deployed. Check your remote server&amp;#39;s file path to the dll ~ &amp;quot;C:\Websites\YourSite\Bin\AjaxControlToolkit.dll&amp;quot;. If its there then you should be good to go, otherwise you may need to copy it there.&lt;/p&gt;&lt;p&gt;Hope this helps&lt;img src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif" alt="Cool" title="Cool" border="0" /&gt;&lt;/p&gt;</description></item><item><title>Hosting in Localhost</title><link>http://forums.asp.net/thread/3529737.aspx</link><pubDate>Tue, 24 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3529737</guid><dc:creator>firingnow</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;i have my application written in .net 3.5, My IIS is of version 5.1.&lt;br /&gt;When i tried to host my application in IIS(5.1) by creating a virtual directory and specifying the path of the application folder (which is in D drive in my machine). When i tried to browse the start page i&amp;#39;m getting &amp;#39;oops link broken&amp;#39; error.. i dono how is this happening.. kindly help..&lt;/p&gt;</description></item><item><title>running activex control</title><link>http://forums.asp.net/thread/3506374.aspx</link><pubDate>Wed, 11 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3506374</guid><dc:creator>myms.net</dc:creator><description>&lt;p&gt;whenever we visit some multimedia site we see that in order to play video/mp3 file we need to install some plugins/ software from web, which needs our permission to run those activex control. How can I implement that feature in my website. For example i have divx activex control as we find in movie site, how the user of my site will be able to use that DivX to get installed in their machines.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Cannnot access .svc on a RESTFul WCF Service deployed on local IIS WebServer</title><link>http://forums.asp.net/thread/3482312.aspx</link><pubDate>Wed, 28 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3482312</guid><dc:creator>praticalCoder</dc:creator><description>&lt;p&gt;&lt;br /&gt;Hey Guys n Gals,&lt;br /&gt;&lt;br /&gt;I need help, I&amp;#39;m new to the WCF world having recently made the transition from SOAP Webservices.&lt;br /&gt;&lt;br /&gt;The WCF service works well when I run in from the VS2008 ASP.NET Development Server i.e. Debug Mode. The problem comes when I try to access the service via IIS.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve setup a website on my local IIS Webserver hosted on port 8082 (http://localhost:8082) and have created a VirtualDirectory (1.0) that points to the physical directory that contains my WCF Service code. The Website is setup to do ASP.NET 2.0.50727. I can get to the landing page and also an assortment of .aspx pages but when I try to access the Service.svc, the browser never gets there and just sits idling.&lt;br /&gt;&lt;br /&gt;http://localhost:8082/1.0/Service.svc&lt;br /&gt;&lt;br /&gt;My question is what setup am I missing to get the service to work from inside IIS since I already know it works under the development server.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m attaching part of my web.config if that would help.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="c-sharp"&gt;&amp;lt;system.serviceModel&amp;gt;
    &amp;lt;services&amp;gt;
        &amp;lt;service name=&amp;quot;Service1&amp;quot; behaviorConfiguration=&amp;quot;Service1Behavior&amp;quot;&amp;gt;
            &amp;lt;!-- Service Endpoints --&amp;gt;
            &amp;lt;endpoint address=&amp;quot;&amp;quot; binding=&amp;quot;wsHttpBinding&amp;quot; contract=&amp;quot;IService1&amp;quot;&amp;gt;
                &amp;lt;!--
          Upon deployment, the following identity element should be removed or replaced to reflect the
          identity under which the deployed service runs.  If removed, WCF will infer an appropriate identity
          automatically.
      --&amp;gt;
                &amp;lt;identity&amp;gt;
                    &amp;lt;dns value=&amp;quot;localhost&amp;quot;/&amp;gt;
                &amp;lt;/identity&amp;gt;
            &amp;lt;/endpoint&amp;gt;
            &amp;lt;endpoint address=&amp;quot;mex&amp;quot; binding=&amp;quot;mexHttpBinding&amp;quot; contract=&amp;quot;IMetadataExchange&amp;quot;/&amp;gt;
        &amp;lt;/service&amp;gt;
    &amp;lt;/services&amp;gt;
    &amp;lt;behaviors&amp;gt;
        &amp;lt;serviceBehaviors&amp;gt;
            &amp;lt;behavior name=&amp;quot;Service1Behavior&amp;quot;&amp;gt;
                &amp;lt;!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment --&amp;gt;
                &amp;lt;serviceMetadata httpGetEnabled=&amp;quot;true&amp;quot;/&amp;gt;
                &amp;lt;!-- To receive exception details in faults for debugging purposes, set the value below to true.  Set to false before deployment to avoid disclosing exception information --&amp;gt;
                &amp;lt;serviceDebug includeExceptionDetailInFaults=&amp;quot;true&amp;quot;/&amp;gt;
            &amp;lt;/behavior&amp;gt;
        &amp;lt;/serviceBehaviors&amp;gt;
    &amp;lt;/behaviors&amp;gt;
&amp;lt;/system.serviceModel&amp;gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Please help me with GridView Database string.</title><link>http://forums.asp.net/thread/3475203.aspx</link><pubDate>Sat, 24 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3475203</guid><dc:creator>moinuddin</dc:creator><description>&lt;p&gt;Please help me if you know the &lt;strong&gt;solution. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve created a new web application in visual studio. Added a&amp;nbsp;sql database from new items option. Created a table and droped&amp;nbsp;that table in Default.aspx.&lt;/p&gt;
&lt;p&gt;When compiled, there was no errors and&amp;nbsp;got perfect output. But now when i hosted that web&amp;nbsp;application on a hosting server i&amp;#39;m getting this error.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; 
&lt;h1&gt;Server Error in &amp;#39;/&amp;#39; Application. 
&lt;hr /&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;Failed to generate a user instance of SQL Server due to failure in retrieving the user&amp;#39;s local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.&lt;/i&gt; &lt;/h2&gt;&lt;/span&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: &lt;/b&gt;System.Data.SqlClient.SqlException: Failed to generate a user instance of SQL Server due to failure in retrieving the user&amp;#39;s local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/code&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;b&gt;Stack Trace:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;pre&gt;[SqlException (0x80131904): Failed to generate a user instance of SQL Server due to failure in retrieving the user&amp;#39;s local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4844759
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
   System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +35
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +144
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +342
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +4859187
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +499
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.SqlClient.SqlConnection.Open() +122
   System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState&amp;amp; originalState) +31
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +112
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +92
   System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1297
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +19
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
   System.Web.UI.WebControls.GridView.DataBind() +4
   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
   System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +72
   System.Web.UI.Control.EnsureChildControls() +87
   System.Web.UI.Control.PreRenderRecursiveInternal() +44
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
&lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working on, Microsoft Windows XP-2,&amp;nbsp;Microsoft Visual Studio 2005 pro and SQL Server 2005. &lt;/p&gt;
&lt;p&gt;My question, Do i need to do more. Like &lt;/p&gt;
&lt;p&gt;1) Deploying or&lt;/p&gt;
&lt;p&gt;2) Changing any database string etc..,&lt;/p&gt;
&lt;p&gt;If this is the case I don&amp;#39;t know how to do it.&lt;/p&gt;
&lt;p&gt;One more thing I would like to add. I&amp;#39;m using reseller&amp;#39;s hosting. Where I&amp;#39;ve number of folders and I&amp;#39;m confused where to place my web application.&lt;/p&gt;
&lt;p&gt;Please, Please, Please help me out....&lt;/p&gt;</description></item><item><title>ActiveDirectoryMembershipProvider error on deploy to IIS 7</title><link>http://forums.asp.net/thread/3470548.aspx</link><pubDate>Wed, 21 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3470548</guid><dc:creator>tjward2</dc:creator><description>&lt;p&gt;I&amp;#39;ve created a&amp;nbsp;web project which uses the ActiveDirectoryMembershipProvider to connect to&amp;nbsp;ADAM which I use as my user store.&amp;nbsp; Everything works perfectly when running through Visual Studio 2008.&amp;nbsp; I&amp;#39;ve deployed my site to IIS 7 and&amp;nbsp;when I try to log in I get the following error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Configuration Error &lt;br /&gt;Description: 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. &lt;/p&gt;
&lt;p&gt;Parser Error Message: The container specified in the connection string does not exist.&lt;/p&gt;
&lt;p&gt;Source Error: &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Line 55: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;add connectionStringName=&amp;quot;ADAMServer&amp;quot;&lt;br /&gt;Line 56: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name=&amp;quot;ADAMMembershipProvider&amp;quot;&lt;br /&gt;Line 57: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type=&amp;quot;System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;quot;&lt;br /&gt;Line 58: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applicationName=&amp;quot;WHSPortal&amp;quot;&lt;br /&gt;Line 59: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionProtection=&amp;quot;Secure&amp;quot;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The connection string is of the form:&amp;nbsp; &lt;a&gt;LDAP://server.domain.com:636/CN=Users,CN=App,DC=domain,DC=com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This connection string works perfectly when running the project out of visual studio so I can&amp;#39;t figure out why IIS thinks there&amp;#39;s a problem with the container.&amp;nbsp; Any help would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Trevor&lt;/p&gt;</description></item><item><title>Re: Precompile, avoid long startup time first request page?</title><link>http://forums.asp.net/thread/3466003.aspx</link><pubDate>Mon, 19 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3466003</guid><dc:creator>Bob K.</dc:creator><description>&lt;p&gt;Did you ever find a solution to this? I am using MVC and somehow&amp;nbsp;I cannot&amp;nbsp;precompile my website. I tried options with aspnet_compiler&lt;/p&gt;
&lt;p&gt;but they generate errors.&lt;/p&gt;
&lt;p&gt;Is there a way&amp;nbsp;to precompile website including views for deployment when you use MVC?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Precompile MVC applications including views for deployment</title><link>http://forums.asp.net/thread/3466011.aspx</link><pubDate>Mon, 19 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3466011</guid><dc:creator>Bob K.</dc:creator><description>&lt;p&gt;&amp;nbsp;Is there a way to precompile MVC application including code and views for deployment?&lt;/p&gt;
&lt;p&gt;I am using MVC and when I try to publish my app, I donot get the dialog options that allow you to precompiles views or make the app not updatable. I also tried to directly use aspnet_compiler command line but I get numerous errors for views.&lt;/p&gt;
&lt;p&gt;Any solutions, suggestions is greatly appreciated.&lt;/p&gt;</description></item></channel></rss>