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,
The “ig_res” folder should be added automatically once you publish the project.
Can you send me your project (if it not contains any private data) by attaching it to this thread so I can publish it locally on one of our IIS Servers? Remember to remove “ig_res” folder and other large files/folders because upload limit in the forum is ~200KB.
You can also give me description of controls used on your page so I can create a test project locally and publish it myself.
I am looking forward to hearing from you.
I followed the intructions the you send to me. and I already copy all the components to the bin folder on the server.
first after installed the application on the server all the control were color gray and with red x. I copied the ig_reg folder, the solve the problem for the controls. also I copied the ig_ui folder, but the doesn't resolve the problem for edit. also I create the virtual folder "ig_common" and copy 20121CLR4
yes I choosed from Visual Studio "Build Publish " and "Mark as IIS application on destination". this create in my developer computer a new website.
this is my first web installation.
This may be caused by missing or not properly loaded control’s CSS classes.
How exactly you publish this Website – you use Publish option in Visual Studio or you create new Application directory in IIS and copy files from the project there?
Note also that if you do not have our controls installed on this Server you should provide all needed assemblies for these controls in your Bin folder.
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 :(
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.