Finding Difference System.web.httpcontext.current.application And System.Configuration.Appsettings?

Jan 22, 2010

Can anyone tell me the differnce between

System.web.httpcontext.current.application["tag"]

or

System.Configuration.Appsettings["tag"]

View 2 Replies


Similar Messages:

System.ArgumentException While Setting HttpContext.Current.User

Sep 9, 2010

I am trying to configure one http module(a vb module) on MOSS site. In this module I have entry like below:

Dim roles As String() = Nothing
Dim webIdentity As New GenericIdentity(OracleUser, "Form")
Dim principal As New GenericPrincipal(webIdentity, roles)
HttpContext.Current.User = principal
System.Web.Security.FormsAuthentication.RedirectFromLoginPage(HttpContext.Current.User.Identity.Name.ToString, False)
Due to this I am getting 500 internal server and exception on browser is: Exception of type 'System.ArgumentException' was thrown.
Parameter name: encodedValue

If I comment "HttpContext.Current.User" related two lines then it redirect to form login.

View 1 Replies

Error While Calling Web Service And Using System.Web.HttpContext.Current.Session

May 5, 2010

I created an AutocompleteExtender web service. I am getting a Object reference not set error in the peice of the code where I am referring to System.Web.HttpContext.Current.Session. Does anyone know why this is. And I am checking to see if it is != null before I reference it. But it crashes. Is there another way to pass another parameter to the web service?

View 2 Replies

State Management :: System.Web.HttpContext.Current.Items Not Working?

Jul 21, 2010

In a page (not default) I have:

Protected
Sub Page_Load(ByVal sender
As
Object,
ByVal e
As System.EventArgs)
Handles
Me.Load
Try
loginRep = BusinessLogic.SR.GetUserName("99999")
System.Web.HttpContext.Current.Items.Clear()
System.Web.HttpContext.Current.Items.Add("RepId",loginRep)

I don't any errors and when in the run in the immediate window:

? System.Web.HttpContext.Current.items("RepId") in the immediate window on THAT page I get the OBJECT.

Then I have a hyperlink with navigateurl to the next page "~/ActCnt.aspx"

On that page, ActCnt.aspx, when in the code I have:

Protected
Sub Page_Load(ByVal sender
As
Object,
ByVal e
As System.EventArgs)
Handles
Me.LoadIf
Not Page.IsPostBack
Then
Dim loginRep
As BusinessLogic.SalesRep = System.Web.HttpContext.Current.Items("RepId")

In the immediate window ? System.Web.HttpContext.Current.Items("RepId") returns a String that is equal to "RepId".

Even if I change it to not be an object, but a string I only get the Name "RepId" of the keypair. I have NEVER gotten the actual value.

View 2 Replies

ADO.NET :: Use HttpContext.Current.Cache (system.web) For Cache Data Something In Project

Sep 13, 2010

I have use Nhibernate in my MVC Project by me known, Nhibernate have cache on Session and Object. now, I want use HttpContext.Current.Cache (system.web) for cache data something in project. my code same that have problem, haven't it. and that's right or wrong.

View 2 Replies

WCF / ASMX :: The Current Configuration System Does Not Support User-scoped Settings

Aug 8, 2010

I am trying to connect forex trade server from my asp.net application. I am using MT4 Api for connecting. Its installed successfully and added to .net code library. But when i trying to create object of MetaTrader Class i got exception

The current configuration system does not support user-scoped settings.

There is no compile time error in code. I am getting run time exception.

There are the urls where i got some hope for solution but could not able to implement.

[URL]

View 3 Replies

Difference Between ControllerContext.HttpContext.Session And HttpContext.Current.Session

Nov 23, 2010

i'm using an example in which i can fake the session.It's for use in a unittest of a mvc controller.In the test i create a controller and then i do this:

FakeHttpContext httpctx = new FakeHttpContext(null,null,null,null,mSessionItems );
ControllerContext ctx2 = new ControllerContext(httpctx,new RouteData(), target);

here mSessionItems is my session and target is my instance of a controller,and indeed, when i'm in a controller reading this.ControllerContext.HttpContext.Session, i have a session, great!but.... i also read the session outside the controller, and there i use HttpContext.Current.Session, and that is null (or actualy, the HttpContext.Current is null).

View 1 Replies

Web Forms :: System.ConfigurationManager.AppSettings - Get Data From?

Mar 1, 2010

I am maintaining some Asp.net code and need some help figuring something out. Basically I have a C# statememt that reads as follows

String Em = System.ConfigurationManager.AppSettings.Get("EmailAddress")

So something tells me it is trying to read an email address. I looked in the web.config file and I don't see the string "EmailAdress" defined in the <appsettings> tags or anywhere else. Could I be looking in the wrong web.config file? Or where is system.ConfigurationManager.AppSettngs looking for the definition of the email address?

View 5 Replies

Configuration :: .net Application Can Be Deployed In Kiosk System?

Dec 24, 2010

I have to design asp.net application which has to work on kiosk system. I don't know anything about the kiosk system .so, whether the asp.net application will work on the kiosk system are not I don't know. So any ideas and any sample examples will be very useful for me to start thanking on those lines.

View 1 Replies

Application Design Can Be Vary With System To System?

Jan 29, 2011

i developed one asp.net application.i published the application in iis server.then by using that url i am testing the application in my system the design is coming fine.But in other systems the design is vary.both the systems are having IE8 Browser and both are same versions.

why the designing is vary can u pls let me know.

and also button styles all are different changing in system to system.

View 1 Replies

Configuration :: Finding Correct "system.webServer / Modules / Add"

Aug 29, 2010

For example, in web.config you can use...

[code]....

...for getting rid of precondition="managedHandler". Where can I find the names and types of the other modules? I suspected that somewhere in the hierarchy there should be some XML describing the defaults. However, I cannot find it. Am I missing some machine.config, web.config file?

View 2 Replies

Web Forms :: Difference Between System.Web.Mail And System.Net.Mail?

May 27, 2010

what is diff between System.Web.Mail and System.Net.Mail.....

View 6 Replies

C# - How To Access HttpContext.Current.Application

Jun 7, 2010

i have problem accessing HttpContext.Current.Application From global.asax its seems to be null every time i try to access it. How can i to this?

HttpContext.Current.Application.Lock();
HttpContext.Current.Application["Actions"] = "hello";
HttpContext.Current.Application.UnLock();

View 2 Replies

HttpContext.Current.Application During Load Balancing

Oct 13, 2010

I wanted to understand the behavior of HttpContext.Current.Application during the load balancing. I have read that session can be stored in disk hence can be retrieved from different servers. Is this true for HttpContext.Current.Application also. Does the keydata stored in one machine is accessible in other different machine too?

View 1 Replies

C# - How To Get The Physical Location Of Web Application Without Using HttpContext.Current

Jun 11, 2010

I've found myself having a requirement to configure log4net based on a file relative to the physical location of the running ASP.NET web application. We like to start the logger as early as possible, so Application_Start seems a proper place. In IIS6, this works fine and has been running for ages, but now we moved to IIS7 and this won't work anymore:

string absolutePath = HttpContext.Current.Request.PhysicalApplicationPath;

because the HttpContext.Current is not available in many global.asax (Application, Session) events. This is old news, we all know it raises the now infamous Request is not available in this context error. We don't want to move back to Classic Mode.

Now, the question is simple: without using HttpContext, is it possible to find the physical location of the currently running web application instance?

View 2 Replies

Configuration :: Can't Access AppSettings From Web.config - ConfigurationSettings.AppSettings Is Empty?

Jun 12, 2010

i have stored settings in the AppSettings section of the web.config file.

I'm trying to access these settings via System.Configuration.ConfigurationSettings.AppSettings, but the AppSettingsCollection is empty. So I can't access this settings.

The strange thing is that this is working on my development machine, but is failing on the production machine. Previous versions of the web application have also worked on the production machine. I'm not aware of any modifications that could couse this.

I have also tried using ConfigurationManager and WebConfigurationManager without success.

View 5 Replies

Configuration :: Request For Permission Of Type "System.Data.SqlClient.SqlClientPermission, System.Data"

Oct 19, 2010

currently, I am working on the project where I have to configure Application on IIS7 with network drive and doing this I am getting the error regarding security. Let me explain in detail. We have two production server, both having Windows 2008. now one server acting as the storage server and other server will work as web server which having the IIS (here IIS7). Now, I have to deploy the application on the storage server and in web server I have to configure the application in IIS with the path of network drive (here network drive means path of the folder at storage server). At here I had provide the full path like \ servernamedrivename$foldername, and also provide the credential at "connect at" button.Now when I open the page it will display the page but with the following error.

Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Now new question that Credential is proper or not? Here my both production server having the user : username1 and password: Password1 but the domain is different. So, what I do that enter only the username1 in user name and password1 in password box.

View 1 Replies

Finding The IP Address Of System On Page?

Aug 31, 2010

I need my system IP address. I've used Request.ServerVariables["remote_addr"] but it is being provided IP address of my network(intranet) not my local system ip.

Actually I've set session state off and want to identify the user request. So i want to fetch the system IP not router/network IP.

View 3 Replies

WCF / ASMX :: What Is The Difference Between Web Service And System.Net.WebRequest

Jul 25, 2010

I have 2 questions

Question 1: What is the difference between web service (asmx ; WCF) and System.Net.WebRequest?

Question 2: When should I use web service? When shoud I use System.Net.WebRequest?

View 1 Replies

Difference Between Microsoft.Web.Management And System.DirectoryServices In .Net 3.5?

Feb 9, 2010

I want to control, configure and manipulate IIS 6.0 and later versions via ASP.Net web application using WMI and .Net.

Can i use a mix of Microsoft.Web.Management and System.DirectoryServices? Is there a difference between the two? Will System.DirectoryServices be supported for later versions of IIS. i.e IIS 7.0+ ? Where is the better of the two and why (considering the objective in line #01

View 1 Replies

Configuration :: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSource?

Jun 15, 2010

why this error is coming...this error is cmng after i have re-installed VS 2005 and its framework.

System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)

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.MethodAccessException:System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)

Source Error:[Code]....

Stack Trace: [Code]....

Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

View 1 Replies

Web Forms :: Convert Current System Time?

Jun 10, 2010

Need to convert current System time to GMT time format in c#.

View 3 Replies

Configuration :: Configuration Error / Unrecognized Configuration Section System.serviceModel?

Mar 10, 2010

I am getting this error on a website. does that mean the server is not competible with asp.net 3.5

Configuration Error
Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized configuration section system.serviceModel.

Source Error: [Code]....

Line 236: </assemblyBinding>Line 237: </runtime>Line 238: <system.serviceModel>Line 239: <serviceHostingEnvironment aspNetCompatibilityEnabled="true" />Line 240: </system.serviceModel>

Source File: D:Inetpubvhostsmuratmalli.comhttpdocsweb.config Line:
238

View 2 Replies

Configuration :: Server Trust Level And Twitter Application Interface - Error "System.Security.Permissions.SecurityPermission, Mscorlib"

Oct 14, 2010

There seems to be an issue with the "Trust" level when executing within a "Cloud" environment. In order for the following app to work it needs a trust level of at least "Medium." This web app is developed using VB.NET 3.5, and Visual Studio 2008. The app works perfectly on my local sever but when deployed/published to the "Cloud" it returns the error: System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. I have added all 4 required values, ConsumerKey, ConsumerSecret, OAuthToken, and OAuthTokenSecret to the web.config file in the "appSettings" section of the "configuration"

[Code]....

If found that by going to [URL] and signing into the account that is using the application, then go to the "Settings" page, go to the bottom of the page and click on the "API" menu option. Once the API page appears you will clik on the button "2", Register An App. On the right side on the new page, you will see a button "View Your Applications." If you have previously registered your app, click this button, If not fill out the appliction for a new app. Now at the View your Applications page, select the app you want to get the authorization keys for where is says "Edit Details". Now click on the button to the right that says, "Application Detail." Here you will find your Consumer Key and your Consumer Secret Key. On the right side of this page you will see the menu option "My Access Token", click it and you will find your oauth_token and your oauth_token_secret keys! Not that you have all the keys, put them in the "appSettings" section of the web.config file. Add "Dim twConn As New TwitterVB2.TwitterAPI" at the top of the page.

I then created a subroutine where I pass in the Tweet:

[Code]....

This code works great in an enviornment that allows at least a "Medium" trust level. However it appears that many of the "new" hosting envrionments such as "Cloud Hosting" and others do not allow this trust level automatically!However if the trust level is less than "Medium" on your host you will likely receive the error message: "Twitter Returned: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed." If anyone has found a fix for this "Trust Level"

View 9 Replies

Fluent Nhibernate System.ApplicationException : For Property 'Id' Expected '1' Of Type 'System.Int32' But Got '2' Of Type 'System.Int32'

Jul 6, 2010

I am writing unit tests for fluent Nhibernate, when I run the test in isloation it passes, but when I run multiple tests. or run the test more than once it starts failing with the message below System.ApplicationException : For property 'Id' expected '1' of type 'System.Int32' but got '2' of type 'System.Int32'

[TextFixture]
public void Can_Correctly_Map_Entity()
{
new PersistenceSpecification<UserProfile>(Session)
.CheckProperty(c => c.Id, 1)
.CheckProperty(c => c.UserName, "user")
.CheckProperty(c => c.Address1, "Address1")
.CheckProperty(c => c.Address2, "Address2")
}

View 2 Replies







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