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.
Hi mmegha,
It has been some time since your post, however in case you still need assistance I would be glad to help.
I suggest that you take a look in our documentation entries regarding deployment:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/Web_Deploying_a_Web_Application_that_Uses_NetAdvantage_for_ASP_NET_Controls.html
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/Web_Deployment_Overview.html
Please feel free to contact me if you have any questions.