Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1405
Problem with Web Deployment
posted

I am using Web-1 Click Publish feature to host my asp.Net web application. I have changed the connection string in the web.config file. I am able to put all the files onto the server but only few of them are available in IIS. When I browse the application none of my infragistics controls are visible. The controls are getting loaded onto the server but the user interface is not visible.I have attached the changes of my code in web.release.config file and have also attached the screenshot of IIS:

Web.Release.Config ----

<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  <!--
    In the example below, the "SetAttributes" transform will change the value of
    "connectionString" to use "ReleaseSQLServer" only when the "Match" locator
    finds an atrribute "name" that has a value of "MyDB".
    -->
    <connectionStrings xdt:Transform="Replace">
      <add name="TAX_GOVERNANCE_DATAConnectionString"
        connectionString="Data Source=dms-0101\taxuat;Initial Catalog=TAX_GOVERNANCE_DATA;User Id=mmegha ;Password =********" providerName="System.Data.SqlClient"
         xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
      
    </connectionStrings>
 
  <system.web>
    <compilation xdt:Transform="RemoveAttributes(debug)" />

 

Can anyone please tell me the steps to host the web application having infragistics controls on IIS and also if there are any server-side changes that needs to be done. Please reply its urgent.

Thanks in advance.

Parents
No Data
Reply Children
No Data