Check Under Which Account Resources Are Accessed

Jan 25, 2010

Is there a way how I can check programmatically which user is used when my application accesses resources?

I have a production system which only our admin can access. Sometimes it is not clear what part of the system is wrong: Lets say when logging is not working. It is always possible that the web.config is wrong, but sometimes the directory is not accessible. It would make my life easier if I could be sure, that the user is used, that I expected.

View 1 Replies


Similar Messages:

AJAX :: ScriptManager Not Loading Script Resources When Page Accessed By Chrome?

Dec 4, 2010

During development of my site, I have optimized for all the common browsers, including Chrome and it works fine when tested locally on my dev machine. However, I have found out that when put on my live dedicated server, the pages that are delivered to Chrome do not contain the AJAX scripts and for example the treeview, which should load its branches dynamically, renders in such a way that a full postback occures. This completely breaks the site in Chrome.

Considering all things I could deduce about the problem, I would suppose that I may need a newer version of MS AJAX that supports Chrome, but I cannot find any version older than Feb 2007 and anyway, Microsoft .NET Framework 3.5 SP1 is installed on the live server. That should contain the propper MS AJAX anyway, shuldn't it?

I've been researching this for more than a whole day now and cannot figure out what's wrong. I even matched and compared all settings of the site on IIS 7 on both my dev machine and the live server. Except a couple of, as far as I can say, unrelated additional entries on the live server, those are identical as well.

I tested using Fiddler that all the difference is made by the User-Agent request header. If I just add

[Code]....

behind the "Mozilla/5.0" bit, all is fine and I get response containing all it should. I suppose I could create a HTTP module that would add that bit to the mentioned header and then add that handler to the pipeline, but that would be an ugly solution, curing the effect, not the cause of the problem. And it may cause other problems in Chrome, too.

So my question is: What do I have to do (set up, instal) on the server so that the MS AJAX framework actually realizes that it can also handle Chrome?

I'm going to include few snippets of code to demonstrate the differences between the same page loaded in the same Chrome, but from two different sources - my dev machine's IIS (A) and from the live server (B). The applications running on both of these web servers are identical.

And the following shows the difference in generated HTML at the top of the <body> element:

A:

[Code]....

B:

[Code]....

There is still the typeof(Sys) === 'undefined' bit of code, which tells me that ScriptManager is still being loaded, but decides that other AJAX script should not be. But it does not even initialize itself so Sys is in fact undefined after the page is loaded.

There are also differences at the end of body:

A:

[Code]....

versus B:

[Code]....

View 2 Replies

Security :: .aspx Files Being Accessed By Wrong Account?

Jul 14, 2010

Have I done something wrong ?I am running a web-site with simple .aspx files on a standalone workgroup Windows Server 2008 called 'Max'.I had assumed that the .aspx files were accessed by the 'Network Service' account.The application pool for the website is running with 'Network Service' as the process account.I was puzzled, since 'Network Service' had no permission on these .aspx files, and I coudln't understand how these files were being accessed at the file level.So I added event level auditing to the files, and I was suprised to learn that the .aspx files were being accessed by an account called Max$ (ie the computer account).Is this correct ?Why is the Network Service account not being used ??

View 11 Replies

Determine Account IIS 7 Is Using To Access Folders (and Other Resources)?

Apr 8, 2010

Often, out of sheer desperation I will end up enabling "Everyone" access on a folder that a web app is accessing (perhaps for file creation, reading, etc) because I can't figure which user account to enable access on.

Obviously, this is a very bad thing to do. Is there a way to determine what account IIS is using at that exact moment to access folders (and perhaps other resources like SQL Server, etc)?

Are there logs I can look at that will tell me? Or perhaps some other way? I usually use Windows Auth without impersonation. Not sure if that information is relevant.

View 4 Replies

Web - Check In Application To Make Sure It Won't Run Out Of Resources

Jun 10, 2010

We have a website on IIS7 using ASP.NET Routing that seems as though it might be running out of resources.It just hangs after a few days, there is no error message or apparent crash.

We are making sure every .Open command is matched by a .Close command on the database connection.

We are doing the same with file Open/Close but there are very few of those.

View 2 Replies

Web Forms :: Check Whether IMAP Is Enabled For Gmail Account

Mar 28, 2013

How can I know gmail Imap Status (Enable or Disable) of user Gmail Account using .net

View 1 Replies

Web Forms :: Resource Name '.Resources.resources' Cannot Be Used More Than Once

Feb 3, 2011

I have recently upgraded to VS 2010 and converted my web site into a web application. Now, when I attempt to build, I receive the error:

Resource name '<name>.Resources.resources' cannot be used more than once.

There is no page name or anything, and I have completely exhausted all that Google has to offer.

View 2 Replies

VS 2010 - Support Login To Specific Users Account Via Admin Account

Jul 28, 2014

I have a web app Which Uses Forms Authentication.

One thing that we want to be able to do on Support is login to a specific users account Via our admin account.

We are using the standard asp.net membership authentication.

The idea would be for the support technition to be able to login using credentials like admin(<Troubled User>) using the Admin Account password

We are using a a Standard ASP.Login Control

The real Issue is that the Me.Page.User.Identity.Name is set to the value on the CtlLogin.Username Property. I need it to be the the Support Login?

Login Control

Code:
<asp:Login ID="ctlLogin" runat="server" DisplayRememberMe="False" Font-Names="Arial Rounded MT Bold" Font-Size="12pt" ForeColor="Black"
MembershipProvider="MembershipProvider" Width="100%" TitleText="" UserNameLabelText="User" VisibleWhenLoggedIn="False" RememberMeSet="True"
PasswordLabelText="Password" EnableTheming="False" Height="35px" >

[Code] ....

Validate User Script

Code:
Dim objstrSupUser As String = ""
'Load the user from the membership provider
Dim strUserName As String = ctlLogin.UserName
If ctlLogin.UserName.IndexOf("(") > 0 Then
objstrSupUser = Regex.Match(strUserName, "(([^)]*))").Groups(1).Value

[Code] ....

View 5 Replies

ADO.NET :: Need To Make A Field For Account Type In User Account Table?

Feb 2, 2011

Do I just need to make a field for account type in my user account table? In a technical way, if(account type = admin) then the account would log as admin; otherwise, a user with less privileges.

View 7 Replies

Ways To Detect Changed Account / No Account Found In C#?

Oct 15, 2010

I have an ASP.NET page where at the top of the page is a search box. There are 2 text boxes - one is an autocomplete extender for the Name on a database, and one is just inputting the ID.The page features DetailsViews and GridViews primarily, and even when no account has been searched for, these display blank data which is not ideal. I sort of fixed this by using if (IsPostBack), encasing the elements in a placeholder and setting it to visible only if the page ispostback. But this doesn't cover if the user types in an incorrect ID.

Also, some accounts have huge amounts of data inside the GridView's. I had an issue where because I have no way of detecting when a data source's rows has changed, I end up binding whenever the page loads (Page_Load method). I've come to realise this is simply very bad - there are lots of times when the user can click various things in the page and have the page postback, and it takes an eternity to load each time I click something for accounts with lots of data.Anyway, my question is essentially two-fold but I have a feeling the solution will be similar:1: How can I detect when there are no accounts returned when searching, and disable the Grids/Detailsviews and show an error message?2: How can I figure out when the user searches for another account and only rebind the grids after that has happened?

View 1 Replies

MVC :: Attaching Account Models And Account Controller To Db Outside The App_data

Nov 12, 2010

I have use the mvc 2 web site template and I would like to attach

A user db that I have already created

In my web config file I have change the connection string to this"

[Code]....

When I'm tring to register I'm getting this error :

Login failed for user ''. Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Login failed for user ''.Source Error:

[Code]....

I have set a break point in line 127 and I can clearly see that is getting the data (username ,password ,email) What is wrong( with the contion string)?

View 2 Replies

C# - Application Running Under A Less Privileged Account Start A Process Executing Another Application Under An Administrative Account?

Mar 9, 2011

I am logged in as the administrator when I installed an application named pdflatex.exe on my server. This application works as a converter from LaTeX input file to Pdf file. I host an Asp.net MVC 3 application running under an Application Pool Identity with Load User Profile = True. The Asp.net MVC 3 code contains a code that executes pdflatex.exe using System.Diagnostic.Process instance as follows:

Process p = new Process();
p.EnableRaisingEvents = true;
p.Exited += new EventHandler(p_Exited);
p.StartInfo.Arguments = "-interaction=nonstopmode " + inputpath;
p.StartInfo.WorkingDirectory = @"c:mydomain.comworking";
p.StartInfo.UseShellExecute = false;
p.StartInfo.FileName = "pdflatex.exe";
p.Start();
p.WaitForExit();

From the scenario above, the web application runs under a restricted acount but it executes an external application under a default account that I don't know. Can an application running under a less privileged account start a process executing another application under an administrative account?

View 2 Replies

User Controls :: How To Check If User In User Account Table Is In Another Table Called UserFollow

Apr 27, 2016

I want to check if a user in User table is found either in UserName Column or in FriendUserName Column in UserFollow table and if yes display lable found, But if no display lable notfound. This code will be excuted onse a user logs in the connection code

protected void Page_Load(object sender, EventArgs e)
{
if (Session["UserName"] != null && Session["UserName"].ToString() != string.Empty)
{
string userName = Session["UserName"].ToString();
if (!this.IsPostBack)

[code]...

View 1 Replies

Detecting If Site Is Being Accessed By A Robot?

Feb 15, 2010

I have some geo targeting code whcih I want to behave in a particular way if the site is being spidered by a robot e.g. google etc.

Is there any way to infer this?

View 4 Replies

JavaScript - Why Are Pages Getting Accessed Synchronously

Mar 3, 2010

I have a Menu page. If a user selects an Menu Item it opens a new IE Window using JavaScript. So user can open different parts of applications in multiple IE Windows. These Windows have the same Session.

My issue is that these pages are accessed synchronously? If one of the child window is waiting for an action to be finished no other request from any other child window is processed. Is it because of using Session variables?

Update: This is only happening to the windows having the same parent. If I have IE child windows from different parent windows then this issue is not there.

View 2 Replies

User Control Cannot Be Accessed By Another CS File?

Dec 13, 2010

There is a UserControlA which was already developed when I joined on a project. It is in a Project which I will call MyProjectWeb and it's namespace is MyProjectWeb.Common.

[code]....

But to my surprise, I cannot create an instance of UserControlB in the same code file in WorkFlowManager. MyProjectWeb.Common namespace does not even contain a UserControlB. When I compile I get obviously get a The type or namespace name 'UserControlB' does not exist in the namespace 'MyProjectWeb.Common' (are you missing an assembly reference?)

Why is that I can reference UserControlA but not UserControlB which are in the same namespace from the WorkFlowManager cs file? If I access the MyProjectWeb.Common namespace anywhere inside the MyProjectWeb, I can see both the user controls. Anywhere to look for errors?

View 2 Replies

MVC :: Error - DataContext Accessed After Dispose

Nov 13, 2010

i am using MVC for my project in the logon authentication, when i login using correct values there is no problem.

If i login using false or empty values i get the DataContext accessed after Dispose error.

i get it in the first line itself 'using (HealthObjectDataContext dc = DataContextFactory.GetDataContext())'

this is the method i use in the security service.

[code]....

View 2 Replies

C# - Cached Data Accessed By Reference?

May 21, 2010

I am running into an odd problem, and this is the only thing I can think of. I'm storing a list in cache, and I am randomly losing items from my list as users use the site. I have a class that is called that either goes to cache and returns the list from there, or if the cache is over a certain time frame old, it goes to the database and refreshes the cache. So when I pull the data from cache, this is what it looks like....

results = (List<Software>)cache["software"];

And then I return results and do some processing, filter for security, and eventually it winds up on the screen. For each Software record, there can be multiple resources attached to it, and based on how the security goes they may see some, all, or none of the records. So in the security check it will remove some of those resources from the software record.So my question is.... when I return my results list, is it a reference directly to the cache object? So when I remove a resource from the software object, it is really removing from cache as well? If that is the case, is there any way to not return it as a reference?

edit: I think I may have just answered my own question.... so if I do something like this:

results = new List<Software>((List<Software>)cache["software"]);

it will copy the cached list to my results list, correct?

View 1 Replies

Enable Database To Be Accessed Through Web Service?

Dec 27, 2010

I am thinking to create a web service for a SQLDB, I have created a simple database with two three tables tbldestination, tblflights and tblbooking.my big problem is how can i enable my database to be accessed through web service?

View 2 Replies

How To Host The Web Application On IIS 7.0 So That 100 People Can Be Accessed Locally

Feb 11, 2010

How to Host the Web Application on IIS 7.0 so that 100 people can be accessed locally.

Request you to provide steps on how to go ahead with it.

View 6 Replies

Configuration :: Intranet Page Can Be Accessed Over The Internet

Aug 12, 2010

I am running a test page on a local server that I want only to be available to comouters that are running on the LAN. However, My web page can be accessed over the internet, how can i stop this?

The page is running on a Windows Server 2003 pc using IIS 6.0

View 3 Replies

Static Variables To Be Accessed Across Multiple Instances

Feb 17, 2010

is there any way to stop share the static variable at multiple users....I need to create a new insatnce of static variables or not accessing the same static variables across multiple who are using the same site.....while googling i found like hisSystem.Threading.Interlocked.Increment(ref MyClass.InstanceCounter); by using can I do....or is there any other way to stop accessing the static variables accross multiple instances of my site......and in my scenario i cannot use rely on session variable also

View 2 Replies

C# - User Controls Registered But Cannot Be Accessed Via Code Behind

Jul 17, 2010

I am finding it quite awkward. I have registered the user controls and they are actually being parsed as I can view the controls I have placed on them. Problem is that I cannot access them in code behing. Even when I place them, their tags are not represented in the intellisence drop down. What could be causing this? I am placing them on a page residing in a master page setting. The controls are declared on the child page.

View 2 Replies

C# - Controls On Aspx Page Can't Be Accessed From Code-behind?

Dec 5, 2010

i have the following problem: i work in web application and only today. any control i put on the page, when trying to access it from behind code. it doesn't appear at all. what are the probabilities and reasons for this problem. note:i work from a thin client. they make some maintenance on their server today. and after that i find this problem.

the previous controls on my page can be accessed normally with out any problems.

View 4 Replies

Web Forms :: Global Method That Can Be Accessed Anywhere In Whole Project?

Feb 25, 2016

how to make a method as global method so that i can call it anywhere in application without referringĀ  any class

namespace SomeNamespace
{
public static class SomeClass
{
public static string SomeMethod()
{
...
}
}
}

used methods:

1.string x = SomeNamespace.SomeClass.SomeMethod();

2.using SomeNamespace;
string x = SomeClass.SomeMethod();

What i Need is :

somemethod();

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved