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
55
Blank display
posted

I have attempted to deploy a page to a production machine, but I am getting strange behavior from the WHDG. There are 3 controls on this page; 2 ASP.NET Labels, and the grid.  The labels display fine but the grid does not. 

There are no errors thrown. No javascript messages, nothing in the Event Log.

Here is the strange part:
If I view the source, the grid there. I can see the tables that are created with the correct data.
If I do a Select All in the page itself and paste the results into Notepad, I see the correct data w/o the tags.

My deploy method:
Created 'ig_common' virtual off of Default Web Site on production web server pointing to folder C:\Inetpub\wwwroot\aspnet_client\Infragistics.
Copied in full contents of the same folder from my Dev server
Used the 'file system' publish method from VS 2008 to put web application files onto Prod
Copied all Infragistics DLL's to bin folder of my web application on Prod

Am I missing a deployment step? Has anyone seen this behavior before?