CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.portal_starter_kit Tags:
Item Type: NewsGroup Date Entered: 11/2/2005 6:46:10 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 33 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
sas0riza
Asp.Net User
Admin Tab11/2/2005 6:46:10 PM

0/0

Hi,

When I click on the "Add New User" button in the Manager Users module, I get no response.  I mean it responds, but it takes a very long time to respond and when it does, I am back at the same page.  Why is that?  Can someone help me out?

If I click on "Add New Role" I get this error:

Cannot insert the value NULL into column 'RoleID', table 'OTSODITMCallingCarddb.dbo.Portal_Roles'; column does not allow nulls. INSERT fails. The statement has been terminated.

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.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'RoleID', table 'OTSODITMCallingCarddb.dbo.Portal_Roles'; column does not allow nulls. INSERT fails. The statement has been terminated.

Source Error:

Line 49:             ' Add a new role to the database
Line 50:                  Dim roles As New RolesDB()
Line 51:                  roles.AddRole(_portalSettings.PortalId, "New Role")
Line 52:     
Line 53:             ' set the edit item index to the last item


And when I click on "Add New Tab" I get this:

Access to the path "e:\WEBAPPS\OTSODITMCallingCard\wwwroot\PortalCfg.xml" is denied.

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.UnauthorizedAccessException: Access to the path "e:\WEBAPPS\OTSODITMCallingCard\wwwroot\PortalCfg.xml" is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:

Line 151:            ' write tab to database
Line 152:                Dim config As New Configuration()
Line 153:                t.TabId = config.AddTab(_portalSettings.PortalId, t.TabName, t.TabOrder)
Line 154:    
Line 155:                ' reload the _portalSettings from the database



Please advise!

Thanks.
monu245
Asp.Net User
Re: Admin Tab11/14/2005 4:53:51 PM

0/0

for the error "Cant insert null........"

Look at the table design. and make sure that RoleID column in Portal_Roles table is an "Autonumber" column.

for the error "Access to path e:/......portalcfg.xml is denied"

go to the path where portalcfg.xml is residing. right click on the file icon. Go to the Properties. Click on Security. Add the user ComputerName\ASPNET to the userlist and give read, write access to it.


Monu245
http://www.codaddict.com - A new way to share/store/bookmark your code snippets
sas0riza
Asp.Net User
Re: Admin Tab11/16/2005 1:32:25 PM

0/0

What do you mean by "ComputerName" in ComputerName/ASPNET?  Thanks.
fahmee
Asp.Net User
Rolemanager10/14/2007 11:16:56 PM

0/0

i am having hard time login as admin, i keep getting this message,

 

Cannot insert the value NULL into column 'RoleId', table 'SQL2005_388615_sqlserver.dbo.aspnet_Roles'; column does not allow nulls. INSERT fails'

4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Microsoft Office Project 2003 Bible Authors: Elaine J. Marmel, Pages: 960, Published: 2003
Textpattern Solutions: PHP-Based Content Management Made Easy Authors: Kevin Potts, Robert Sable, Nathan Smith, Mary Fredborg, Cody Lindley, Pages: 508, Published: 2007
The Definitive Guide to Interwoven TeamSite Authors: Brian Hastings, Justin McNeal, Pages: 537, Published: 2006
Special Edition Using Microsoft Office Project 2003 Authors: Tim Pyron, Pages: 1248, Published: 2004
Wordpress for Dummies Authors: Lisa Sabin-Wilson, Matt Mullenweg, Pages: 408, Published: 2007
CSPFA Authors: Daniel P. Newman, Inc NetLibrary, Pages: 487, Published: 2004
Blogs, Wikis, Podcasts, and Other Powerful Web Tools for Classrooms: pedagogy and practice Weblogs : get started! Wikis : easy collaboration for all RSS : the new killer app for educators The social web : learning together Fun with Flickr : creating, publishing, and using images online Podcasting and screencasting : multimedia publishing for the masses What it all means Authors: Will Richardson, Pages: 149, Published: 2006
Microsoft Project 2002 Bible Authors: Elaine J. Marmel, Pages: 792, Published: 2002
Access 2007 VBA Programmer's Reference Authors: Teresa Hennig, Robert G. Cooper, Rob Cooper, Geoffrey L. Griffith, Armen Stein, Pages: 1110, Published: 2007
Building an ASP.NET Intranet Authors: Kourosh Ardestani, Brian Boyce, Jonathon Walsh, et al., Andy Elmhorst, Matt Gibbs, Pages: 480, Published: 2003

Web:
Admin Tab The Admin tab includes a menu tree of objects used for global settings, integration with external systems, and JaxView administration tasks. ...
[#RBP-437] [Security] Cannot access portal if Admin tab is First ... It seems that if you move the Admin tab to the top (first tab) it is no longer possible to get to the portal. Work around: Access logon page directly, ...
Oracle BI Publisher and BI EE - Invisible Admin Tab!!! « Business ... Nov 6, 2007 ... i.e if they log into BI Publisher as Administrator, they do not see the “Admin” tab!!!. There can be multiple reasons why this can happen. ...
VQManager Admin tab - VQManager Help Document VQManager Admin tab - VQManager help documentation - on all the admin operations such as mail server settings, proxy server settings, ...
Admin Tab - ASP.NET Forums NET write access to a file, right-click the file in Explorer, choose "Properties " and select the Security tab. Click "Add" to add the appropriate user or ...
User Guide for CiscoWorks QoS Policy Manager 3.0 - Admin Tab ... The following topics describe the pages in the Admin tab. Topics are organized according to the following Admin tab options:. Backup / Retrieve Backup ...
Joomla! • View topic - JoomlaCode: Can't add new members, no admin ... 2 - One of these projects (as I discovered when I went to review role permissions before approving members) doesn't have an admin tab. ...
#4050 (Admin tab visibility does not respect authentication via ... When he was only assigned to the Administrator group, he didn't see the Admin tab. But as soon as I added the TRAC_ADMIN permission, he could see it. ...
Admin tab - ReservesDirect: Open Source EReserves System Oct 15, 2007 ... Like libraries, departments can be added and edited through the interface from the Admin tab or can be set up directly in the database. ...
HTML Form problem in a bespoke admin tab in extensions ... HTML Form problem in a bespoke admin tab in extensions. Hello. Help please,. I’m writing a plugin to allow me to add new members to a ...

Videos:
ExpressionEngine Control Panel Overview #9 of 9 (Admin) A narrated overview of the ExpressionEngine 1.6x Control Panel. Full-screen version can be viewed at Train-ee.com. This final segment covers the Adm...
How-To Install BlogRush On A Drupal Blog The video shows how to install BlogRush Widget on a Drupal site as a Block: - If you look closer at the bottom of the BlogRush widget you will notic...
Making wifi on brawl less laggy. http://www.nintendo.com/consumer/wfc...upportSSBB.jsp Check that out, Be sure to forward your ports to 1 to 6553 and set it to UDP And change your c...
Ragnarok Online Private Server tutorial Pt.3!!! Final part ----- For the patch come to my forums i will show you there. pshelp.site90.net ----- skype: pwnedtheif AIM & e-mail: fillip.j.fry1@gma...
Eve Browser First Look I wanna thank visualbasictuts for your help with the code. Just a note about the admin page. It was suppossed to be a tabbed webbrowser but i put ...
Random Tut 003 How to use Utorrent or another client random tut episode 003... (high quality link) http://www.veoh.com/videos/v399310BbzQSCj7 Open up internet explorer and go to google. Search for uto...
Adding team members to a Blogger blog 1. You go into the settings for this blog and click the members tab. 2. Click 'add team members' and enter their email address. Add a personalised me...
How to make a WoW private server for 2.4.2 CLICK 'MORE INFO' ---------------------------------------- New vid for 2.4.3! http://www.youtube.com/watch?v=ajJ8b7gUWtk Download: http://www.medi...
Capture_Level_3_and_4_Records.avi Levels 3 & 4 have an additional depth in that it provides for different types of records within the level. In all instances, the type must be availab...
Setting up a WotLK Private Server 3.0.2.8926 Click more info ---------------------------------------- Make sure u r running WotLK Beta Client 3.0.2.8926 Repack Link http://www.mediafire.com/...




Search This Site:










error aftfer dnn move

redirect from login

ritch text box control from free text box

web hosting (third-party) deployment

principalpermission and declarative not checking

unable to redirect to secure page

book recommendations appreciated

help please!!!

getcurrenttask method

regexp

configure smtp in iis v5.1

migrate 3.x module to 4.x

auto filling a form date field with today's date

datagrid and objectdatasource

setting tab order in a web part

membership and role providers for mysql

how to avoid windows logon dialog box

problems with storing password encrypted in database

regular expression that takes numbers and capital letters only

setting up in iis 5.1

file download

how remember vriable?

incorporating configuration files into nunit

arrays problem.....

dotnetnuke windows based authentication

asp.net menu skin question

msdn style document/article/content management

problem to see the aspx in the browser whein i try view in browser

streaming video

role based authentication

 
All Times Are GMT