|
|
|
stackoverflow.com
- 2012-04-12 18:10:15
- Similar
- Report/Block
The answer in the following post: Registration form with roles MVC3, Error: ViewData item is of type "system.sting" must be "IEnumerable<selectlistitem> Worked for me great. However, how would this change, if I had to assign an user to a list of Asp .Net Roles? I want to be able to iterate through a list of Roles avai...
|
|
|
|
stackoverflow.com
- 2012-05-06 20:02:35
- Similar
- Report/Block
I'm developing some website which is a kind of online workplace, there will be some users and some ongoing computer programming projects, and each user can have multiple roles, for example one particular user can be a project manager for an project and a developer for another project. naturally the project manager has more authority than...
|
|
|
|
stackoverflow.com
- 2012-02-24 16:33:32
- Similar
- Report/Block
Created MVC4 project and updated jquery through Manage NuGet Packages to 1.7.1 - got "Microsoft JScript runtime error: Object expected" I just created a new MVC4 project and did not change any line of code - updated jquery and now I am getting the error which I did not have before the update - should I go to previous version of jquery or...
|
|
|
|
|
|
stackoverflow.com
- 2012-03-04 16:09:10
- Similar
- Report/Block
I'm building a Asp.net MVC3 aplication (with Razor) and I have a Data Base that have information about users and roles. This is simplified scheme of my DB. User( IDUser , Login, Password); Role( IDRole , Name); UserInRole( IDUser IDRole ); //Many to Many Looks like this: I read about use AuthorizeAttribute, to control pages for loged u...
|
|
|
|
thestudentroom.co.uk
- 2013-05-13 22:54:26
- Similar
- Report/Block
" outline the roles of RNA in plasma cells... in the answer you should give an account on the different roles of RNA" The question is for 6 marks and i was wandering if anyone could help me out and explain the roles. F212 OCR biology by the way.
|
|
|
|
stackoverflow.com
- 2012-06-04 13:18:21
- Similar
- Report/Block
I have created a solution with the following project FrontEnd is a mvc4 web application and MyWebAPI is a mvc4 webAPI I want to be able to access MyWebAPI control methods from my FrontEnd project. But it doesn't work as it only complains that data couldn't be found when I run the webAPI urls. Do I have to do something more so my FrontEnd...
|
|
|
|
stackoverflow.com
- 2013-04-25 16:08:14
- Similar
- Report/Block
I would like to add more properties to the Roles (like a long description for instance). I would also like to be able to associate a role to given "resource" in my database (like "Writer on the Sports Section "). This is similar to what this person asked about: MVC roles with custom properties I could use this and map the webpages_Roles...
|
|
|
|
|
|
stackoverflow.com
- 2013-03-20 16:16:07
- Similar
- Report/Block
Is it possible to use a web.config setting such as "serverPath" below in a JavaScript file in an ASP.NET MVC4 Razor project? I would like to change the URL of the following jQuery ajax call depending upon debug or release mode var request = $.ajax({ url: 'http://myserver/api/cases', type: 'GET', cache: false, dataType: 'json' }); Is...
|
|
|
|
stackoverflow.com
- 2012-07-06 13:38:22
- Similar
- Report/Block
I have got stuck at creating usefull form login in SpringMVC using Spring Security. I'm quite newbie in this and also Hibernate. I would like to create simple form login which could provide access to my web application. I have created my project using SpringSource Tool Suite and selecting Spring Template Project. It uses Maven and I have...
|
|
|
|
stackoverflow.com
- 2012-03-17 12:42:20
- Similar
- Report/Block
I've been searching around the internet and I can't find an exact solution. I am currently working on a web-based system using ASP.Net (4.0). This system allows an administrator to add new roles. Apart from adding new roles, the administrator can also set permissions to a role to access different pages. For example, by default the User ro...
|
|
|
|
dotnetshoutout.com
- 2013-05-01 09:31:54
- Similar
- Report/Block
Scaffolding in ASP.NET MVC generates the code for create, read, update and delete operations in your application. This post outlines the different Scaffolding templates available in MVC4. If you do not like the default scaffolding then you can customise the code generation.You need a model to start working with scaffolding so build a mode...
|
|
|
|
stackoverflow.com
- 2013-03-13 12:01:42
- Similar
- Report/Block
For my MVC4 application I have used NUGET to load ELMAH into my application. But in the web.config I get the following error message: Location element is unused; no project item found at elmah.axd. Am I meant to create a file with this name? How do I fix this? See http://code.google.com/p/elmah/wiki/Secu ringErrorLogPages for more inform...
|
|
|
|
|
|
stackoverflow.com
- 2012-10-31 14:33:42
- Similar
- Report/Block
Current I'm working on an a project using MVC4 in which we have a service reference looking into the Database to return our content. The service reference requires me to provide the username/password each time I make a call. What would be best practices for this? Should I encrypt the password then save it to a cookie or should I issue the...
|
|
|
|
stackoverflow.com
- 2013-02-18 14:50:55
- Similar
- Report/Block
I have three tables: Users : UserID, UserName Roles : RoleID, RoleName UsersInRoles : UserID, RoleID How do I get a list of UserIDs and the RolesIDs for which they are NOT in? I'm using SQL Server 2012. Thanks for any help you can provide. Aaron...
|
|
|
|
stackoverflow.com
- 2012-07-12 22:16:28
- Similar
- Report/Block
I am using MVC4 RC and I read that MVC4 uses JSON.NET as the default JSON Serializer/DeSerializer. I am not using Web Api and just using default MVC controllers. When I break on Application_Start and browse through ValueProvidersFactories, I still find JSONValueProviderFactory, which internally uses JavaScriptSerializer. ?ValueProviderFac...
|
|
|
|
stackoverflow.com
- 2012-03-21 20:46:24
- Similar
- Report/Block
I have a datamodel like ModelA which contains a Collection. ModelB contains a Collection as a backreference. That is failing because of cyclic references if I query with Include("ModelB"). Not good but I solved that via setting ModelB.List=null for each element. The problem now is submitting a changed ModelA tree: I am adding ModelB-entit...
|
|
|
|
stackoverflow.com
- 2012-04-05 09:43:24
- Similar
- Report/Block
I have an User and a Group Entity which both hold an array of roles. Now I would like to keep the option open to modificate the roles, add them and so on. Should I use constants in the classes for this or should I relate an OneToOne-relation to a table which keeps all the roles? Best Regards, pus.dev...
|
|
|
|
stackoverflow.com
- 2012-03-17 04:55:23
- Similar
- Report/Block
Yet again, more fantastic VB.NET migration. Okay sure, this isn't necessarily a "Question" in definition, but it will answer many questions that users will have in the future, and will hopefully answer my questions as well. I am trying to compile a list of properties and functions within MSFlexGrid in VB6/VBA and .NET's DataGridView th...
|
|
|
|
|
|
stackoverflow.com
- 2012-06-22 03:27:41
- Similar
- Report/Block
When I installed MVC4 beta on a development PC, it had a template for SPA (Single Page Application). Today on a different PC with the same setup (VS2010 SP1, win7), I installed MVC4 RC but no longer is the SPA template available (see image). Any one else having this issue? or is this a documented change that I could not find?...
|
|
|
|
stackoverflow.com
- 2012-03-20 07:15:13
- Similar
- Report/Block
I am making a unit tests Qt project in Qt Creator that references files from the project I want to test. Now, whether I reference classes I want to test through a .pri file or by adding relevant files directly to the SOURCES and HEADERS variables of the unit tests project (and .pri file really seems to do the same anyway, it just contains...
|
|
|
|
stackoverflow.com
- 2012-07-24 08:30:43
- Similar
- Report/Block
I have a sub folder called admin. I want to protect it to users with roles ADMIN only. How do I do that. I have created a new web.config and put that within that folder. Following is my web config. <configuration> <appSettings/> <connectionStrings/> <system.web> <authorization> <allow roles="ADMIN"/&g...
|
|
|
|
|
|
getk2.org
- 2012-10-21 21:58:02
- Similar
- Report/Block
I can add users with publishing rights in the default Joomla user manager, but they cannot edit content created in K2, only content created in the Joomla default Article manager. The process of adding users after adding a user goup in K2 does not give me the option to add a user. I have to set them up in the default Joomla and then import...
|
|
|
|
caraudio.com
- 2012-08-14 08:51:29
- Similar
- Report/Block
Have a few questions about gaining dbs. I like running a single sub due to box size requirements for my car. I know adding another woofer would be one of the best ways to gain on the meter but so does going to the next size woofer in most cases. What about adding sound deadener though? How much have you guys gained by just adding deadener...
|
|
|
|
audiojungle.net
- 2012-10-30 21:55:33
- Similar
- Report/Block
A playful, yet extremely powerful electro-house groove that will have listeners dancing as soon as it begins playing. This project stays up to date with the latest trends in electronic music, and is filled with catchy melodies, grimy basslines, and percussion that has more kick than a soccer player! Only standard, FL Studio synths & sampl...
|
|
|
|
|
|
clarizen.com
- 2013-04-17 00:15:00
- Similar
- Report/Block
If you’re an IT Help Desk professional, you know how dreadful it is to field inquiries from users with project management software-related questions that you cannot answer – because there simply aren’t enough hours in the day (or in your paycheck) for you grasp every last detail of a complicated software product, or get “up to speed” on t...
|
|
|
|
telligent.com
- 2013-04-10 01:18:00
- Similar
- Report/Block
General Overview: This feature enables the site to reward users for their participation on the site. Feature Walk-Through As users contribute to the site, this feature will add the ability to automatically add users to custom site roles to give them additional privileges and recognition for their contributions. Technical Specifications It...
|
|
|
|
tweaktown.com
- 2013-03-17 05:39:28
- Similar
- Report/Block
Google are shutting down Google Reader on July 1, which is causing users to flock to other services, with over 500,000 users jumping over to Feedly. I'm a big user of Feedly, and noticed it was going up and down with the Google Reader shutdown news, which now makes sense - hundreds of thousands of new users were jumping onto the service.
|
|
|
|
|
|
stackoverflow.com
- 2013-03-21 20:35:25
- Similar
- Report/Block
I'm using MVC4 for the first time and I'm trying to create a WebService. However, when I try this: http://localhost:****/api/mycontroller/? number=1&id=7 I have no way to retrieve the data from the URL. How can I get those 2 variables? Request.QueryString["ParameterName"] results in an error, it does not recognize this function. Thanks.
|
|
|
|
techpp.com
- 2013-03-06 21:54:06
- Similar
- Report/Block
he iPhone has many features that delight its users, but one feature has eluded them on every Apple product so far: dual SIM capability . This is one feature that no iDevice has had, and we don’t expect it to be installed too soon either. Regardless of why Apple is not adding dual SIM capabilities to its devices, users want this feature an...
|
|
|
|
stackoverflow.com
- 2011-11-28 23:27:31
- Similar
- Report/Block
I recently inherited a project that uses restkit restkit.org ). I have started using a branch ( 402-new-build-process ) that is more compatible with xcode4.2 My project an all the example projects build and run, but when it comes to Archiving an app the build fails: /Users/AUser/Documents/SubFolder/stable- branches/project-iOS-client/RestK...
|
|
|
|
|
|
stackoverflow.com
- 2013-03-17 18:08:48
- Similar
- Report/Block
I'm facing with strange problem with SimpleMembershipProvider. I ran an example MVC4 project in VS11 and created my own database which contains table "userprofile" with two fields "UserId" and "UserName". Moreover I connected my MySQL database with Entity Framework and generated model from the DB. Then I tried to deal with membership prov...
|
|
|
|
stackoverflow.com
- 2012-06-24 11:16:43
- Similar
- Report/Block
i have a java application 'JA' and a java serverlet project 'JS'. I have to call classes present in JA from JS. So, i referenced JA in JS by right click project -> deployment assembly -> add -> project and have referenced JA Now i am able to import the class files in the JS. But when i am trying to instantiate JA in JS then it is showi...
|
|
|
|
stackoverflow.com
- 2012-02-29 00:59:02
- Similar
- Report/Block
I have a ASP.NET MVC site with a CAS server set up as the authentication type. I also have a separate database with a Users table and a Roles table (with a User being related to one or more roles). A User is only able to log into the system if the Username is both in the User table and on the CAS system. I have this solution working. My p...
|
|
|
|
|
|
stackoverflow.com
- 2012-03-21 21:09:55
- Similar
- Report/Block
I have an Person entity mapped here, inside this entity I have a set of roles (Set roles) mapped with JPA Annotations, ok... Well, I can't get the set of roles from this commmand using QueryDSL: Set<Role> roles = query.from(qPerson).where(qPerson.login. eq(userName)).uniqueResult(qPessoa.roles ); Is that possible? What do you suggest?...
|
|
|
|
stackoverflow.com
- 2012-04-01 00:29:24
- Similar
- Report/Block
I am just getting in to the more intricate parts of web development. This may not be in the best place. However, when is it best to get load balancing for a web project? I understand that it depends on good design/bad design as to how many users you can get to visit a site without it REALLY effecting the performance. However, I am plannin...
|
|
|
|
stackoverflow.com
- 2012-05-03 20:13:12
- Similar
- Report/Block
I'm working on a project that uses MvcScaffolding to build a quick CRUD interface (many thanks to Steven Sanderson), but I'm having trouble adding two 'code-first' fields (I normally work in SQL Server and know very little about C#). I'd like to add a column for the SQL equivalent of DEFAULT (getdate()) , and a varchar field for represent...
|
|
|
|
|
|
stackoverflow.com
- 2013-03-27 10:51:51
- Similar
- Report/Block
in my ASP.NET MVC4 project I need a way to upload a picture that gets saved to a folder on the server. I came up with the controller code below: it basically works, but only for the first time! When calling this method again (with the same TeacherId to set a new image), I get a System.IO.IOException (HResult -2147024864) that tells me, th...
|
|
|
|
stackoverflow.com
- 2010-02-24 22:22:57
- Similar
- Report/Block
Does anyone know how to programmatically access the "All Users" Startup Menu? In XP, located here: C:\Documents and Settings\All Users\Start Menu\Programs\Startup And in Windows 7, located here: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup Specifically, I've got a Setup and Deployment project, and I'd like to put a shortcu...
|
|
|
|
stackoverflow.com
- 2012-03-07 16:22:56
- Similar
- Report/Block
I have a Rails app acting as an OAuth 2.0 provider (using the oauth2-provider gem). It stores all the information related to users (accounts, personal information, and roles). There are 2 client apps that both authenticate through this app. The client apps can use the client_credentials grant type to find users by email and do other thi...
|
|
|
|
|
|
stackoverflow.com
- 2012-03-18 00:07:26
- Similar
- Report/Block
[CLOSED - I had to move classes from test/java to main/java and update the maven repository via the IDE "maven options"] I'm new to maven and inexperienced with java development. I'm using IntelliJ Idea as IDE. I'm using Maven 3.0.4. I created a "project A" and a "project B", each with some classes. Now when I try to create a dependency i...
|