|
|
Comments and Discussions
|
|
 |

|
can we use loayout for this purpose.
|
|
|
|

|
First of all thaks for the detailed step by step article.
I have followed all of your steps to migrate one of my web applications into SharePoint. After that when i am trying to browse the converted web application from sharepoint designer, it is throwing an error saying 'Could not load type'.
I tried to use 5 part fully qualified name of the assembly in inhertis as well but that did not help any thing.
Could you please let me know how can i resolve this issue?
Thanks again.
|
|
|
|

|
Can you please let me know,
1. Whether it is advisable to develop a new site in asp.net and convert it into sharepoint site ?
2. what are the advantages achieved by doing 1. ?
Can you please list - Pros and Con of - developing new site in sharepoint VS developing asp.net site and converting into sharepoint site
|
|
|
|

|
Hello
I am new to sharepoint so please help me. From where shoul i start?
actually i have to develop website in ASP.NET and deploy on SharePoint.
Thanking You
|
|
|
|
|

|
Very straight and simple to understand article......
|
|
|
|

|
Hi,
We developed a website using visual studio 2003, asp.net and sql server. Now I need to vonvert that website into sharepoint website. We didn't used master pages and place holders in asp.net website. Can you give me the process for converting asp.net (vs 2003) website into sharepoint website (MOSS 2007, sharepoint designer 2007). Please try to reply me.
Thanks,
Manoj
manojpadhuri@gmail.com
|
|
|
|

|
I think i followed all the instructions but still get this error
An error occurred during the processing of /FormServerTemplates/Default.aspx. The server block is not well formed.
pls help!
|
|
|
|

|
Hi,
I am stuck with this error.. I imported the aspx file into sharepoint desginer.. and when i try to view the page i get the follwoing error! pls help!
|
|
|
|

|
Hi Srivatsan,
I've used your technique over and over again, and they are very good, thank you.
However, I am at a stumbling block now. We have a project (that someone else has written in asp.net), and it is my job to place it into SharePoint. The problem is, they are using .xsd files, any ideas how I can proceed with them?
Thanks, Ashok
|
|
|
|

|
My asp.net application working fine on asp.net development server 32 bit(Visual Studio 2005). but when viewing the pages on production server(64bit) the page controls are not populating at all.
I am runing the programe in sharepoint context. deployed the program into sharepoint as DLL file imported all the aspx pages into shartepoint designer, but when viewing it on browser page is not populating with any data.
I copied the connection string into Shartepoint web.config file and i tried both windows and sql sever authentication. but still not populating.
please have a look at my ConnectionString on web.config
Any thoughts will be highly appreciated.
|
|
|
|

|
I followed ur steps in converting the asp.net web site to a sharepoint site.
i am using the web application instead of asp.net site.
the page working fine on sharepoint designer , but viewing it on browser, it displays the following error message.
Compiler Error Message: CS0433: The type 'ASP.global_asax' exists in both 'c:\WINDOWS\microsoft.net\Framework64\v2.0.50727\Temporary ASP.NET Files\root\e596ddcb\af72c2f2\assembly\dl3\b874e785\bc2d4b4c_188eca01\EmployeeDirectory.DLL' and 'c:\WINDOWS\microsoft.net\Framework64\v2.0.50727\Temporary ASP.NET Files\root\e596ddcb\af72c2f2\App_global.asax.8kqujh01.dll'
look at my specs below
connection to the database configured on web.config of the web application see the section below
add key="sEmployee_DirectoryDBConnectionString" value="Provider=sqloledb;Data Source=aber-dsql-001;Initial Catalog=Staff Directory;Integrated Security=SSPI";
. I copied the above settings to the corresponding section of sharepoint site's web.config file.
Main assembly Employee_directory.dll
Web deployment project assembly : EmployeeDirectory.dll
I copied these DLL files to the bin directory of the sharepoint site and tweak the web.config file as per your steps. But every time when on browser i am getting the above ASP.Global_asax problem.
At this stage i am confused with the global.asax file becuase sharepoint got its own global.asax file. what we need to do with the global.asax file of the web application. do we need to copy it to the sharepoint.
Looking forward to hear from you
modified on Wednesday, January 6, 2010 6:16 AM
|
|
|
|

|
I am getting errors when I try to convert a users application to SharePoint. I have read that any Eval statements need to be convert to a code behind. They are many of these because the user used the gridview to automatically populate the grid. This would be a lot of re-work. There are other issues also, Any ideas?
|
|
|
|

|
I tried your written steps for deploying asp.net web site to moss2007 but ,I got a error for user controls that "*.Ascx are not allowed here"
|
|
|
|

|
Hi Srivatsan24,
Thanks for your article. I have a question for you - my web application only has 2 files and some images.
The 2 files are an WebGF086.aspx page and an WebGF086.aspx.vb page (web page and code-behind page). That's it.
I am not using any namespaces, so will your method work for me?
My .aspx page begins:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="WebGF086.aspx.vb" Inherits="WebGF086" %>
and my code-behind starts like this:
Partial Class WebGF086
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Forgive me if I sound very amateur (that's because I am!).
Any help would be greatly appreciated.
Kind Regards, Ashok
|
|
|
|

|
Too much words!
Only 4 Steps:
1. Create Web Application Project instead of web site.
2. Sign every project.
3. Every page's Inherits page property like this:
Inherits="Default,DllName,Version=,Culture=,PublicKeyToken=".
4. Create a Site Definition Project to deploy.
modified on Thursday, August 13, 2009 12:50 AM
|
|
|
|

|
Hello,
Thanks for writing a great article. I've successfully migrated a .NET application to a SharePoint site using your instructions.
Once an app is converted in this way, is there an easy way to roll out the functionality to many SharePoint sites? Maybe through a SharePoint custom feature?
Thanks again.
Regards,
Scott
|
|
|
|

|
Hey man,
Great article. Just what I was looking for.
Though I am not been able to work this thing out for myself.
I have created a website called "foo.com" and a class library "BLL" with namespace "namesp"
(1) In Step1 - 1 When you say "make sure you have proper name space" , could you please give me an example (Is it something what I have given : "namesp.BLL")
(2) In Step1 - 3 How would you add strong key name . ( I presume you would add snk to the class lib? which I have done)
(3) In Step2 - 4 what should be the entry in the web.config.
(4) In Step3 - 10 How would you give "Inherits" in my case.
I have followed the steps but I am constantly getting Pasrser error "Could not load type". If I remove the Inherit tag from the webpage then the page is displayed without error but no data on the page!
I would really appriciate if you can reply to these queries. Also like someone mentioned . If you have a mock code then please put it on the site as it would be extemely useful.
Best Regards
|
|
|
|

|
how can i verify the right namespace and assembly for my project for adding references to my aspx file in a page directive because i got this message: "An error occurred during the processing of . Could not load type 'ExtranetProveedores.NS.ExtranetProveedores.Assembly'. "
thanks !!!
|
|
|
|

|
Hi srivatsan,
I've a question. Could you please provide some info?
In Step 3. Where do i find sharepoint site to import my .net web pages?
Thanks
Ram
|
|
|
|

|
Hi mate, thanks for the detailed article. I followed your instructions and it worked first time! It is particularly useful when you have code separation in place i.e. BLL, BOL, DAL in a separate DLL from the website. Not only this but once it is published in SharePoint you still get to edit the style/layout of controls on the pages from within SP Designer without having to re-submit all the DLLs.
I have tried a couple of other approaches but yours is by far the neatest.
Thanks for posting!
|
|
|
|

|
This was a most excellent article! I really liked the level of detail that focused on each step.
|
|
|
|

|
hello,
does the same method apply for conversion of a classic asp website to sharepoint site. we dont have a BLL for the concerned application but we do have a data layer.
|
|
|
|

|
Hello dear
I create a page in my project
when I don't have any connection to database work true
but when I create a page with sql connection I recieve this error
please give me help for troubleshooting ...
this is my error page ...
__________________________________________
<b>Server Error in '/' Application.</b>
--------------------------------------------------------------------------------
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0
System.Security.PermissionSet.Demand() +81
System.Data.Common.DbConnectionOptions.DemandPermission() +55
System.Data.SqlClient.SqlConnection.PermissionDemand() +39
System.Data.SqlClient.SqlConnectionFactory.PermissionDemand(DbConnection outerConnection) +22
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
man.man.Button1_Click(Object sender, EventArgs e) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\man\man\man\man.aspx.vb:13
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7350
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.c2f7ae50_1c39_4846_97f5_06e56efbd7ea__533470394.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434
|
|
|
|

|
Hi
Is it possible to extract the contents of a forum that is built on JSP and import it into sharepoint 2007 site?
The solution that you have given is working in such a way that it adds a new aspx page to the sharepoint site but i want the following to be possible
-> Only the contents (Question and Answers) of the forum should be extracted
-> The contents that are extracted should be displayed in a discussion board in sharepoint
-> This importing should be independant of the language used for the creation of the forum
Thanks in advance
|
|
|
|

|
the solution consists of the main project, BLL, DAL, Utils and web deployment project. Tried to place the web deployment project in some other directory, it is not allowed. If you know how to fix, could you please provide a newbie level instructions =)
Thank you!
|
|
|
|

|
I notice in Step 3, we are supposed to import the ASPX page, do I need to import the ASCX page or any image file associated with it? How about .aspx.resx files? Basically, what files are needed to be imported other than aspx page. Or aspx page is enough?
Thanks in advance.
|
|
|
|

|
Hi,
I am not sure what aspx page I am supposed to import in Step 3,Item #3.
1. Which is my "local folder", my original web app project folder or the deployment project folder?
2.And which aspx page am I supposed to import, is it the start-up aspx in my web application project?
Thanks in advance. Your help would be greatly appreciated.
|
|
|
|

|
Hi,
I have a couple dlls that are used in the ASP.NET project, which are not created by me.
As stated in Step 2 of this article:
Item 4: needs to be added, how do I know those dlls' namespace and assembly name?
Item #5: Same question for this, how do I mark the dlls so that they will be "AllowParticallyTrusted"?
Thanks in advance. Your help would be greatly appreciated.
modified on Wednesday, February 4, 2009 2:28 PM
|
|
|
|

|
What changes must i make in my SharePoint's Web.config for it to allow ODBC connection?
Please help!
|
|
|
|

|
Hi,
May I know if the article is applicable to sharepoint server 2007 only? I am using window server 2003 sharepoint service 2.0. When I create a new virtual server, there is no default bin folder in c:\inetpub\wwwroot\wss\virtualdirectories\\bin. I can only find bin folders in IIS under the folder _vti_bin and _layouts. Does it mean the step no. 2 should be done on these folders?
Thanks.
|
|
|
|

|
Parser Error Message: Value cannot be null.
Parameter name: key
|
|
|
|

|
hi srivatsan
i have done everything as per your instruction.when i opened the .aspx in sharepoint designer 2007 i got the same error you mentioned.after that i add to the aspx file
<![CDATA[<%@ Page Language="C#" MasterPageFile="~masterurl/default.master" AutoEventWireup="true" Inherits="CodeProject.CodeProject" Title="Untitled Page" %>]]>
<asp:content id="Content1" contentplaceholderid="PlaceHolderMain" runat="server" xmlns:asp="#unknown">
but i'm getting a error like this
The Master Page File ~masterurl/default.master cannot be loaded
please help me to resolve this problem.
thanks in advance...
|
|
|
|

|
Hi... nice article.
I am a beginner to MOSS.
I tried out your article with a very simple asp.net website and it works great.
But now I am into problems when I try it with a more complex application involving Object Data Source and xsd Dataset i.e. involving database connectivity.
I have a Masterpage and a single web form in the website.
Also I have cs files named UserBLL.cs and UserDAL.xsd in App_Code folder.
On the click of a button I fill the gridview on the page.
I successfully converted the Masterpage and the form into a shareopoint site.But when i run it and click on the button to fill the grid, it gives me below error.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
MOSS2_XSDTableAdapters.UsersTableAdapter.InitConnection() +56
MOSS2_XSDTableAdapters.UsersTableAdapter.InitAdapter() +342
MOSS2_XSDTableAdapters.UsersTableAdapter.GetAllUsers() +22
MOSS2_NS.UsersBLL.GetUsers() +44
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +0
System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +72
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +308
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29
System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance) +480
System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1960
System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +17
System.Web.UI.WebControls.DataBoundControl.PerformSelect() +149
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70
System.Web.UI.WebControls.GridView.DataBind() +4
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +69
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.PreRenderRecursiveInternal() +50
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041
Do let me know if any further clarification is required.
Thanks in advance...
Cheers
~$~
|
|
|
|

|
Dear srivatsan24,
Thank you very much
it's done
|
|
|
|

|
hi ..
I'm new to this technology..
I have problem in step1: No.6
with: Enable strong naming; I couldn't find the key file location ?
shell I create this key file or what?
Thanks,
Best Regards,
The Glory
|
|
|
|

|
Hi Srivatsan,
I am trying to integrate a very simple testing vb.net application into sharepoint.
The application do have a label, input textbox and a submit button. When submit button clicked, the label should display the text in input textbox.
I followed all the step in your article, except Step 1 (8) and (9) because I do not use any dependents DLLs. But I getting error as below when I browse to the page.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
This is my SafeControl setting
and this in the aspx page
language="VB" masterpagefile="~masterurl/custom.master" inherits="TestV1.MyIndex, ExApps"
Between, I trying to put inherits="TestV1.MyIndex.ExApps" and inherits="TestV1.ExApps"
but it giving me error like
Parser Error Message: Could not load type 'TestV1.ExApps'.
Actually, I like to integrate a more complicated application into sharepoint, which involved database store and retrieve. Unfortunately, I am stuck even in such a simple application. Highly appreciate all your help. Thanks!
Regards
hlsiow
|
|
|
|

|
Dear srivatsan,
I have tried converting an ASP.NET Web Application into a sharepoint site, and everything went fine, except when adding webparts to the page in runtime; It gives me a very strange error. I have posted the question in the MSDN Forums earlier:
http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/18c53765-e5e4-4e5b-b638-25a4bdb9d01d/
I am not sure I did it the same way as explained in this article or not, but before I try what you explained, I just want to ask, does it support adding webparts in runtime, just the same as any website in sharepoint?
|
|
|
|

|
Hi srivatsan24,
i am trying to convert asp.net website to share point site..
i created web deploymnet project and copied to production share point website..i imported two .aspx files and my custom master page.
The problem is when trying to open My.aspx page it is saying
Value does not fall within the expected range
some body saying
You cannot copy and paste the aspx page using SharePoint designer. First, export the aspx page using SharePoint designer to a physical file.
Open the aspx page with notepad and search on the mso:PublishingPageLayout. You will notice your development portal URL is there.
http://xxxdevelopmenturl/_catalogs/masterpage/BlankWebPartPage.aspx, Blank Web Part Page
Replace your development URL (xxxdevelopmenturl) to the production URL and save it.
Open your production site with SharePoint Designer and import the modified aspx page.
i am not able to find (mso:PublishingPageLayout) this in my aspx page.How to find this..
Or How to solve above error...
Regards
jagadeesh(MicroNetTechnicks)
|
|
|
|

|
Hai friend,
I have created some Asp.Net web pages.And i have created one virtual directory in IIS and using that WebApplication.
But i want to know what is the need to include Asp.Net Pages to Sharepoint site.(My question seems silly,I am new to sharepoint).
Please tell me..
|
|
|
|

|
The Problem
-------------
I have developed one webapplication that is Income and expenses and database is sqlserver 2005
Ide is vs 2005 with asp.net 2.0
i want to integrate this webapplication with sharepoint server as a sharepoint site defination or template..
i have installed sharepoint designer in my local system But sharepoint server is production system means remote sustem..
What i have developed
--------------------------
i have developed webparts by using visual studio class library But in the webpart i have created dydnamically buttons and
events..its working fine..
By using designer also i integrated .aspx file by using default masterpage and custom masterpage.by adding assemblies in
sharepoint port bin folder..and adding safecontrol in web.config file
But designer is not supporting to add .cs files and events also..
so please help me any procedure is there to integrate asp.net website with sharepoint server means already developed
website using like sharepoint port...
The Environment i Have used
-----------------------------
operating system:windows server 2003
Visual studio 2005
Windows services 3.0
Visual studio 2005 extensios for sharepoint templates..
|
|
|
|

|
Hai friend,
After successful creation of my project i cant add "WEB DEPLOYMENT PROJECT" in to my Solution.
Please Let me know..
Thank you.
|
|
|
|

|
It seems to have been removed of the article, why?
In my opinion this article could be much better if it was ilustrated with more screenshots, and more detailed in steps. Explanations leave gaps, I haven't been able to reproduce the practice. Yes, I am not a wise man, I know.
|
|
|
|

|
Hello Sri,
I followed the steps given by you.
I am getting following error while accessing page in SharePoint:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'WebApplication2.WebApplication2.csproj_deploy'.
Source Error:
Line 1: <%@ Page Language="C#" MasterPageFile="~masterurl/default.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication2.WebApplication2.csproj_deploy" %>
Line 2:
Line 3: <asp:content id="ContentPlaceHolder" contentplaceholderid="PlaceHolderMain" runat="server" xmlns:asp="#unknown">
Source File: /default.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
I also cheked the assembly name and namesapce which are inherited from deployed application, still error persist.
What can be the reason??
Waiting for ur reply.
Thanks...
modified on Monday, August 11, 2008 9:13 AM
|
|
|
|

|
HI sri,
thanx a lot it works absolutely fine.
Swati
|
|
|
|

|
Hi
I have did what u mentioned in this article..
But while running the site after deployment The error occurs as "The resource cannot be found".. May i know the cause of this Error..
Thanks & Regards
Bala
|
|
|
|

|
Thanks a lot. I'v been found it for more than a week. I finally got it. Thanks again for srivatsan, your article is very detail to convert asp.net to sharepoint page. The only thing I can say, is thanks. My work can go on with your help. Crying for happiness...
David Smith
|
|
|
|

|
Hi Srivatsan,
Nice article.
Followed the steps in ur article to integrate existing asp.net 2.0 application. when i tried to run the application after integrating it shows me a message "onselectedindexchanged" event not allowed (the event is a dropdown event in the aspx page.)
Thanks in advance
Regards,
bskvarma
|
|
|
|

|
Hi.As the steps provided in this article,i tried follwoing all the steps and i am getting many errors when i try to open the site in sharepoint look.I have the asp.net project developed in asp.net 2.0 with ajax techniques.When i try to integrate with the steps mentioned in this article i find errors in the aspx page saying events not allowed.Can u please explain clearily whether we need to create a new site in sharepoint before creating strong names for our existing project?And i think the aspx.cs (code behind files)are not getting recognised.Is it necessary to keep our project (i mean aspx pages) in the _layouts folder of the sharepoint location.
I just created a samplesite in normal visualstudio and kept that folder in _layout folder of the sharepoint location and find that its working fine with the ajax concepts.But i am getting errors when i have a project with all the three layers used in it.My previous sample site which i created with out layers is working fine and its even connects to the database with no issues.Can u tell me how to place the layers properly to get the sharepoint look. can u please help me with this?????
|
|
|
|

|
I saved aspx file in the following folders.
1) default page folder
2) shared documents folder
3) custom list view folder
while previewing on the IE i am getting "Page cannot be displayed Error"
I didn't try on Layouts folder
Please let me know how to fix that
Thanks
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
This article will show how to convert an existing ASP.NET application into a SharePoint site using the same look and feel of the SharePoint site.
| Type | Article |
| Licence | CPOL |
| First Posted | 27 Nov 2007 |
| Views | 220,353 |
| Bookmarked | 151 times |
|
|