Microsoft provides Business Connectivity Services (BCS) also called Business Data Connectivity (BDC) is a set of services and features using which we can connect SharePoint-based application to external data sources. It is part of each flavor of SharePoint which includes Foundation 2010 Server as well.
Read more…
admin SharePoint BCS, Bdc, Business Connectivity, Business Data, Content Type, ECT, External Data Sources, Foundation Edition, Secure Store, Service Connector, Web Server
It is always hard to define how scalable your application is and to plan how we will scale our application. Whenever there is a debate we had plenty of things and yet left with hard situation of how to final.
Scalability as usually defined is the ability to increase the throughput of our application by adding more hardware to our system. In this context there are two options either to Scale up or to Scale out.
Read more…
admin Architecture Independent Threads, Processors, Scalability, scale out, scale up, Shared Memory, Vertical Scaling, Web Server
Sometimes during dot net development, you face this error while trying to open a web application project
Error Creating Control – control_Name
‘/LM/W3SVC/1/Root/Project_Name’ is not a valid IIS application. This error normally occurs if you have defined a sub folder as a virtual directory that is already within a virtual directory.
Solution
You can resolve this error by following the below steps , the root cause of this error is the incorrect mapping between web application project and the virtual directory in your IIS.
Follow these steps to resolve this issue:
1-Right click – you web application project and select Properties -> Web
2- In the server section choose Use IIS Web Server -> then click Create Virtual. If the URL is already provided but not correct one, modify it accordingly.
3- Clean your project and compile again.
You are done
admin .Net .Net, Application Solution, Control, Net Control, Net Development, Project Control, Root Project, Virtual Directory, Web Application Project, Web Control, Web Server
Recent Discussions