The mvc tag has no wiki summary.
0
votes
2answers
32 views
List could not be found at site in autohosted app
I have a sharepoint autohosted app integrated with mvc model (DocumentsMvc project)
I created a list (AwaitingDocuments) by adding it to sharepoint project (Documents) and created a simple view in ...
0
votes
0answers
29 views
ASP.NET MVC - Get current user logged in from sharepoint
I have an MVC web app that is sitting on a server running SharePoint Foundation and users access it via a link in the SharePoint portal. I require the website to log in automatically for the current ...
0
votes
2answers
30 views
No TokenHelper.cs in Autohosted app
I'm trying to build an Autohosted Sharepoint app based on ASP.NET MVC, following this tutorial:
http://www.ilovesharepoint.com/2012/07/building-aspnet-mvc-based-sharepoint.html
I'm stuck on "We want ...
1
vote
1answer
63 views
Using the razor engine in SharePoint 2013 Visual Web Part
I'm trying to make use of the razor engine in a SharePoint 2013 Web Part. This, I read, shouldn't be too difficult since SharePoint 2013 Visual Web Parts can be built using .NET Framework 4.0
I'm ...
0
votes
0answers
30 views
Site Collection and sites Mapped to controller and action methods on asp.net MVC
I came from an MVC architecture background and currently I am learning the architecture of SharePoint 2013.
So can I make the following assumptions:-
Creating a new site collection in SharePoint ...
0
votes
2answers
280 views
Where I can use asp.net MVC with my SharePoint 2013 project
My current situation is as follow:-
I have a team with asp.net MVC experience , entity framework, jQuery +SQL server
We have built many web applications using the above technologies.
Currently we ...
1
vote
1answer
65 views
Asp.net MVC talking to SharePoint from a diffenent server
Ok, so I want to build a internet facing asp.net MVC application, place it on server X in my domain, and i want this application to be able to talk Server Y,where SharePoint 2013 is installed.
I want ...
2
votes
2answers
119 views
Use sharepoint 2007 as database for an ASP.NET MVC 4 application
I have built an ASP.NET MVC 4 C# application that has Many to One relationships. The application currently uses SQL as data provider. The following is the data connection string I use:
<add ...
0
votes
1answer
1k views
will sharepoint 2013 support MVC
I'm wandering if anyone knows if SharePoint 2013 will support MVC. Does anyone know?
I'm wanting to be able to implement MVC in my sharepoint development process.
Thanks,
0
votes
1answer
64 views
Sugest me, Planing to create a REST based API using MVP under SharePoint 2010
for almost a year now i was working with few open source technologies, and so habituated to it... this pushed me to create a REST based architecture for SharePoint 2010 using ASP.Net MVC 2/3...
...
0
votes
1answer
313 views
Single Sign On between MVC Web Application and SharePoint 2010
I am working on a project where we will be creating an MVC web app and a SharePoint 2010 environment. Users will be authenticating against Active Directory inside the MVC web app. There will be ...
3
votes
4answers
660 views
SharePoint as data store for a MVC application front end
We currently are running moss 2007 for an enterprise internet facing site. The site's main functionality is surfaced using FAST search with MOSS 2007 used for the cms aspects. We find that the ...