Ways To Inform The Administrator That A User Has Contacted Him?
Jan 22, 2010
o not know in which forum to post my query. If a user tries to contact through a Contact us form then how the administrator will come to know about it ? I mean what are the ways to inform the administrator that a user has contacted him ?
View 7 Replies
Similar Messages:
Feb 23, 2011
i have released one application..
now i have to maintain the document for the released application..
which is the best method to write the information such as in word,or pdf or excel or is there any way to keep the document..?
so that every one should know that the new release application is released .. and they should be updated
i've hosted the previous application and now i have release the modules in that application ..
now i have inform all the user that we have released new modules with etc etc features ..
View 4 Replies
Mar 15, 2010
Is there a way to reset a user's password while logged in as an administrator? I just had to delete a user and re-create him in order to achieve the same affect of resetting his password, so I'm wondering if there is a better way to reset a password.
View 1 Replies
Jun 19, 2010
how to create a user as administrator using web site administration tool
View 1 Replies
Sep 21, 2010
I have a custom ASP.NET application which is hosted in the SharePoint _layouts directory. The code uses the object model to do certain actions on a SharePoint list. I'm receiving the following error when trying to perform
[code]...
When I give my user account administrator rights on the server it works fine, so it's a permission problem, but can't figure out what it is?
View 3 Replies
Dec 6, 2010
I am using asp.net web application and right now I have like 3000 members on the site. My question is, what other means out there that I can program or query to see how the users on the site uses the system and how frequent they log back in or come back?
View 7 Replies
Apr 9, 2010
when running my asp.net app sometimes i get this error using this function:
[Code]....
In my web.config:
[Code]....
The Error is:
The specified domain either does not exist or could not be contacted.
View 1 Replies
Mar 12, 2010
I'm not sure why this is happening. I have 3 client machines all using VS 2008 with team explorer. All three clients are my own and have the same login name, "Ryan". On two of the machines, the workspace owners say "Ryan" but the 3rd says "Administrator". On that one, I'm logged in as Ryan. I'd like it to be Ryan instead of Administrator but am not sure why this is happening. When I force it to use Ryan, it allows me to, but no longer appears on the list (but does show up as a workspace under the other 2 clients).
View 2 Replies
May 25, 2010
Is there anyway to change a user password as an administrator in active directory using c# code.
View 1 Replies
Jan 28, 2010
I have a website in asp.net 3.5(C#). I have configured asp.net membership module in my website.
Now I want to add the functionality so that an admin can change the passwords of other users.
View 7 Replies
Mar 3, 2010
We have a website that calls a utility from the command line to create thumbnails places them in a directory and then the page will display the contents of this folder to the user.The utility seems to only work when we run the application pool under an administrative account, we have tried the network service, local system, and local service all to no avail.Just wondered if anyone had an opinion on how secure/unsecure it would be if we ran the website under the administrative machine account? Does this open up a massive secuurity hole etc is it that likely that we are comprimising the network.
View 3 Replies
May 28, 2013
How to give the Permissions to the users & Administrator in the asp.net...For example : I just want to give the permissions to the users that screens only appear for User remaining will be hide in the menu. What are the proper steps for the permissions in asp.net ....
View 1 Replies
Mar 19, 2011
I've been reading about asp web administration tool. I read about creating roles and stuff and forcing a controller to use authentication in order to be viewed. My question is, say create on the administration tool a user called Peter and I assign him the Administrator role. Then I want to create another role called LimitedAdministrator. But I want Peter to create new users on his View (I'm using MVC). Can anyone point me in the direction of how to do this.
I want peter to see on his page, like "Create user" and this user will be created as a LimitedAdministrator.
View 1 Replies
Nov 2, 2010
I am pulling my hair on this one..
I have Active Directory Memebership Provider configured like this:
[code]....
The provider is instantiated correctly but when I call this:
var user = Membership.Providers["myDomain"].GetUser("myUser", false);
the call always returns null, except the case when I pass "Administrator" into the call... I have run out of ideas on how to make it work.
View 2 Replies
Mar 11, 2010
I created a database with aspnet_regsql, the database was created in sql sever 2008 and not in data folder in my project (do I need to move it to the folder manually?). Next, in Web Site Administration Tool I went to provider section and clicked don Test button.
I got an error:
Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.
Maybe I need to set something in a web.config, like membership settings or connection strings (or ASP.NET Website Administrator Tool should create those settings for me)?
Update: Maybe it happens because I am using SQL server 2008 full and not express?
Update 2:
After setting membership section and connection string to my aspnetdb database in Web Site Administration Tool I've opened security->Security Setup Wizard->Define Roles (stage 4) I got this error:
An error was encountered. Please return to the previous page and try again.
The following message may help in diagnosing the problem: Unable to connect to SQL Server database. at
System.Web.Administration.WebAdminPage.CallWebAdminHelperMethod(Boolean is Membership, String methodName, Object[] parameters, Type[]
paramTypes) at ASP.security_wizard_wizardpermission_ascx.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control
namingContainer)
View 2 Replies
Mar 30, 2010
I'm making my first professional website. I don't know what goes on when developing websites, so my question here could be incorrect. Anyway, I want a way to have an administrator login to my website and have the ability to modify, edit, delete, or add whatever he wants on the fly. How would I do that?! I really don't think that whenever the people I'm making the website for would need changes or adding new pages would call me to do that for them! So, I must provide them with their own means of administrating their own site after I'm done with it.
I have thought about using webparts but they're not thorough for everything in the site. Also, a side question, where should I put text content of the page in? Should I store it in a database, text file, or hard code it in the page?
View 8 Replies
Feb 16, 2011
In my asp.net application, users are created by the administrators & those users need to log-in into the system using their own email/password or openid. So what is the best option to implement in this scenario?
I mean, as users can't register them self,do administrator required to associate each openid with the users & what kind of table structure do I need?
And do I also need the log-in interface like that of [URL] showing multiple types of authentication(default & openid from various providers)?
View 1 Replies
Jul 22, 2010
I want to make a secure website using ASP.NET, but when I publish it, the domain administrator can see all the data stored in my database (SQL Server). I want to hide my data and code from the domain administrator too. Are there any procedures to do that? give me the address of a good domain I can use, which will give me all administrative power of my website (Domain owner also cannot access my databases and files.)
View 6 Replies
Jan 4, 2011
On the local development machine a number of users are administrators (using the asp.net administer website tool accessible via the login controls on the page).
When the site is copied to the production server, these users can still log in, but they are not administrators anymore.
I can use the same way as on the local machine to rectify this. And this works when the site is run of the development tool (visual web developer express 2010, i.e. local host).
However, the functionality (admin users can access certain websites (via if(User.IsInRole("Administrator") == true) is not working when the same code is run in the production environment real production server, not localhost). Somehow asp.net is not recognizing that users have been set to that role.
View 1 Replies
Mar 16, 2011
Just for curiosity, i want to know i how many ways we can write the parameters in a querystring. I have encountered the following
& (is common that we use in our most of the application)
, (in some banking application)
; (bank.co.in/BANKAWAYTRAN;jsessionid, this is from my banks QS :-) )
View 1 Replies
Apr 8, 2010
we are a small team of student developers and we are making a website with a silverlight application hosted on the sample website of VS 2010(i mean the one you go New website new asp.net website).But we cant understand how the login works or how we can put roles like administrator and such.Also we are using master pages and pages and i would like to know how can we make container to not being visible to an unregistered user and how to be visible in registered or better to a spesific user.
View 1 Replies
Feb 3, 2010
provide me the source code for a login system where administrator can be directed to a different menu than the members.
View 2 Replies
Jan 29, 2011
What are the available ways to pass a parameter to a UserControl ?I know the session option but actually I don't prefer it because it'll retain when any exception is occurred. I mean I prefer something like the QueryString (rely on the call or request).Note: My UserControl will be shown throught a modal popup using JQuery.
View 1 Replies
Feb 28, 2011
What are the ways to detect a computer other than ip address. I saw some bux website where they do not store ip addresses but detects computers. How this is possible? Do this a program, or any other? Is this in anyway related to cookies, or mayby something else? A web application automatically detects computers using something other than an IP address. What could it be?
View 2 Replies
Apr 1, 2010
What are the ways to pass information to a html page which is invoked using Response.Redirect(path);his 'path' refers to a html file in a share path(does not belong to the same project where the asp page resides).for example in my web app project , upon a selectindexchange event (of a postback list) i hav to invoke a html page(from anywhere) which will display the current selected item.
View 1 Replies