I'm new in web develop, usually I develop in windows forms.
After a couple of days try to publish a web site, now I have other problem. all the infragistics controls are not editable.
do I missing something?
When I run the applicatiojn in VS2010, everything work fine.
OS: windows 7
IIS:7
infragitics 12.1
thank you in advance for any help.
Hello marenas,
What I can recommend you first is to read our Deployment guide and follow the described there scenarios (Hosted, Partial-Trust, etc.) based on your setup.
http://help.infragistics.com/NetAdvantage/ASPNET/2012.2/CLR4.0/?page=Web_Deploying_Your_Application.html
If you still have issues after reading these articled let me know.
I read the documents, but that didn't resolve my problem.
In the begging, all the control were grey with a red x over it. after adding ig_reg, the resolve the problem.
When I run the application from VS2010 and the mouse is over the textbox it change the color to white. but when I executed the application from IIS, the textbox don't change the color, I click on the textbox but I'm not able to write.
please help :(