Hi everybody,
Initially we started developing our project in ASP.NET, and its near about to finish.
Now our client requirement is that dashboard for this web site should be in share point. This dashboard will contain 5 different different web parts.
Our existing project consists of some third party dlls, web service reference.
I am beginner to share point, and as a solution to this I am following this steps:
1. Copy all aspx pages to share point application
2. Removing .cs file and coping that code as inline code.
3. Copying dlls and web service reference file in bin folder of share point application.
But I am not happy with this type of solution. So can anybody suggest me other solution that I could create only dashboard page in share point and can access pages of other web application created in asp.net?
Steps of execution
1. Login page (created in asp.net)
2. Dashboard page (will be create in share point)
3. On click of link in dashboard, user will redirect to pages which is created in asp.net
Whenever user login in the system, user module set certain things in cache for that user.. will this setting available in share point dashboard ??
Waiting for your valuable feedback.