Hi,
I needed the functionality of the WebSplitter in an ASP.NET Website project and so have converted it into an Ajax enabled website project and added the control successfully.
My question is whether it is safe to remove files from the imported ig_res folder if the only ajax control being used is the splitter. This extra directory is around 1mb in size including all the images, css, js etc and for adding just a single control is probably wasteful...
Thanks heaps!
Hi dtnixon,
I think if you have infragistics installed on the same web site in IIS you don't need this. Check out the following article.
https://ko.infragistics.com/products
However, 1MB is pretty small. Any browser will only ever download the images they need so I wouldn't worry too much myself. Also, somewhere down the line, you will at some point add other IG controls as your users will probably demand more!
I've had lots of problems in the past when running from VS2005 and the images were not displayed even though IG Virtual Directory was in my IIS but not on the same site as when you run. In the end I put every image into the ig_res folder.
We are only running intranet level so it is not of that much concern for us. Maybe if I had a www site then I may be.
Andez