How To Use Profile In Web Site/web Application

Apr 4, 2011

Some years ago I worked at a very large project in C++/Java with the a CORBA ORB and we were using Rational Purify/CodeCoverage to instrument, detect memory leaks and discover bottlenecks on server code. From that time I did not have any experience on using tools like that on the .NET platform either working on pure c# or with a web application

Do you use tools?Do you estimate traffic and do calculations on the expected bandwidth needed?

Do you profile differently server code and web page rendering?

What code coverage tool are you using?

I know this is a very big topic. Some information I have are from the book "Performance Analysis for Java WebSites", who is fo the Java platform and reference tools for that platform but ises an approach that is transferable and so the core ideas apply generally.

View 2 Replies


Similar Messages:

Security :: Profile Not Working After Site Move?

Jul 8, 2010

We moved our website from one production server to another production server. DNS propagation is not an issue here. Some users cannot login now and others can. Those that can login do not see the same menu items that they used to see prior to the move. It's like the profile provider is not working. I checked the web.config file and everything appears to be the same as it was before. Is there something else I forgot to move?

View 4 Replies

Security :: Retrieve User Profile For Any Site Member?

Sep 26, 2010

I am new to asp.net's membership controls. I am trying to figure out how to make a public profile page that will display information about a site member to other users. I thought I would be able to use the profile class and just pass in a parameter such as user name. But I tried:

Profile.GetProfile("username")
'Where username = name of profile I want to retrieve
Response.Write(Profile.Title)
Response.Write(Profile.Company)

However, if the user is logged in this codee just brings back their details, not those of the username requested. What am I doing wrong?

View 4 Replies

C# - Regex To Compare URLs With A Wildcard That Alternates Http://site.com/user/*/profile?

Jul 25, 2010

I have a user specified URL that has a wildcard in it, e.g. http://site.com/project/*/accountIn this case * could be anything, a number, a character or anything else. I want to get regex that would find a match for that. The location of the wildcard * changes and could be http://site.com/user/*/title or http://site.com/user/*/*/*/delete (just as an example, depends on the site ... so all possibilities should be supported) Then comparing that with the current URL to see if it is a match.

View 2 Replies

Visual Studio :: Web Site / Web Application Templates Seem Changed - Default.aspx Only With Site.master

Oct 21, 2010

Using Visual Web Developer 2010 Express. I was used to creating a web app anytime and I would get a default page for starters and be happy. But today I find that when I pick either the ASP.NET Web Site or ASP.NET Web Application templates I get site.master and a bunch of site admin files that I don't want. Alternately when I select the empty versions of those templates, I get almost nothing at all. An almost empty web.config page and no Default.aspx page. There is nothing magical about having a default.aspx page in place, but it is an indicator of a change when I can only get a virtually completely empty website or a website with a bunch of bells and whistles I don't want.

Also, for some reason, when I create a new app or website as just noted, in the Solution Explorer I get aspx.designer.cs files showing as well as web.config files for both debug and release. Somehow some settings and templates must have changed, or am I missing something here? How can I get my settings/templates to go back to the way they were?

View 1 Replies

MVC :: How To Profile MVC Application

May 20, 2010

I am creating an ASP.NET MVC application. Now I see that it is slow. How can I profile it to see where the problem lies?

View 4 Replies

Want To Use Profile In Web Application

Jan 19, 2010

i want to use the Profile to store some informations about the user , but i don't know how cause i am using a web applicatio not a web site. In fact, i want to store data after that the user click on a button.

I use C#

View 2 Replies

Unable To Use A Profile In .NET Web Application

Mar 27, 2011

I'm reading an ASP.NET book that says you can't use Profile if you select Web Application when you start a project. It only run under Web Site.

Are there any alternatives for Web Application? Or do you need to build your own Profile system.

View 1 Replies

Security :: How To Use Profile Provider In WebForm Application

Dec 2, 2010

i want to use profile provider in webformapplication

i hear that profile provider can only be used by website

is there some way to use it also in webform application?

i try to useProfileCommon method but i got an error

View 2 Replies

Security :: Using Profile Shopping Cart Property With Web Application?

Mar 15, 2010

I know how to use Profile Shopping cart property with Web site but i can't use it with web application

if you can refere me to any post explains how to use Profile Shopping cart property with Web application.

For example if i used this code in web application does not work but it works in website!

[code]....

View 1 Replies

How To Publish Site From Command Line With Some Publish Profile

Aug 5, 2010

msbuild /t:publish [use PublishProfileName] someproject.csproj

View 2 Replies

Security :: Open Source User Profile And Role Management Application?

Dec 23, 2010

I am looking for an opensource .Net 4.0 user profile and role management module. I need to manage basic user profile updates and management. Does any body know if such a thing exist?

View 1 Replies

Web Forms :: Sync Data Between Web And Local Version Of Application - Profile Provider Crashed

Jun 26, 2010

I had to restructure my database so I could synch the data between the Web and local version of my application, which I had carelessly let run amok. I finally get all the records and schema into one database but now that I've done that, my Profile system isn't working anymore. I noticed that the relationships between aspnet_Users and _Membership (and my "profile additional items table") don't exist anymore. I ran the aspnet_regsql.exe utility and registered the DB, and I'm surprised that the registration didn't re-establish the foreign key relationships, etc.

Anyway, if someone can give me pointers on how to restore these relationships or direct me to a source that explains it (i.e., what the foreign keys should be named, if there are any other aspnet_ tables that need to be linked together), I'm pretty sure this would take care of my problem. And I just noticed that nothing is in the aspnet_Profile table. Should I start all over with a new database or is this one salvageable?

View 14 Replies

Trying To Implement Custom Profile Fields In Visual Studio 2008 Web Application Project?

Mar 18, 2010

I've been working on this for a while now and nothing has been a bigger pain in asp.net. I'm trying to implement custom profile fields in my visual studio 2008 web application project. I've read a lot of tutorials but they all seem to be either out dated or don't apply to web application projects. Last night I got a little closer to solving the problem when I found the "Web Profile Builder" for web applications. I've successfully set this up and can handle static profile data.I've got my web.config file setup and I can access my custom profile fields by Profile.CustomField. Now I want to figure out how I integrate this with the database and data connection. I know there are two standard ways to handle this, I would like to create new columns in the aspnet_Profile database (rather than the delimited key/value option).I'm pretty new to asp.net and this is my first project with c#, .net, and asp.

View 3 Replies

Web Forms :: Profile Service Error - Unable To Load User Profile In Iis?

Jan 3, 2011

I am using profile services to store some attributes of users registered in the website. Now I am making a display profile page for a user. The problem is that the profile loads easily when I am running the site from VS 2010, but it gives the following error when I run it from IIS7 on my local machine:

System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

[Code]....

[code]....

View 4 Replies

Web Forms :: Writing To Profile With Multiple Profile Providers?

Aug 6, 2010

I'm trying to update/create the user profile for a specific user that will not be the logged on user of the moment. I'm able to do this with the following code:

'Dim p As ProfileBase = ProfileBase.Create(Email, False)

View 3 Replies

Security :: Creating A Profile For A New User Is Updating Other Profile

Feb 4, 2010

I am logged in as user1, and while creating a user in which I have additional information which would store first and last name into the profile database. I have the following code

[Code]....

But because I just have profile like that, it is updating the profile of user1 not the new user i just created

[Code]....

View 5 Replies

Security :: Want To Use Profile And Have A Profile Property?

Dec 5, 2010

I'm being stupid but don't know what I'm missing.I want to use asp.net profile and have a profile property.So in the webconfig for my site I've added:

<profile>
<properties>
<add name="Name"/>
</properties>
</profile>

But in the code behind a page I cannot use Profile.Visual Studio is just saying the Profile is not known in the current context.Thus I cannot do

Profile.Name = ....
or
x = Profile.GetPropertyValue(....)

View 13 Replies

MVC :: All Changes To Site.css Are Ignored In Web Application?

Jun 7, 2010

It appears that the mvc project is ignoring the site.css file.

Steps to reproduce:

1. Open VS2010.

2. Create a MVC2 Web Application.

3. Make any change to the style sheet, and note that your changes do not appear when you run the app.

4. Even better, rename the Site.css file and note that the site runs fine without it.

Could someone explain why the Site.css file in the Content folder is being ignored?

View 5 Replies

Web Service And Web Site In Same Application - .net 2.0?

Aug 31, 2010

Is it possible to have a web Service and Website in the same application. The web service would be [URL] and website [URL] Both would share the same code for logic and data access

View 8 Replies

C# - Difference Between Web Application And Web Site?

Oct 11, 2010

I want to know what is the difference between web application and web site exactly? Because I feel in trouble, as I want to integrate tasks. Part of them are built as a web site, and the other as a web application. When I added them to the web site and build the solution, I had many errors that I could not handle. It can't handle name spaces and some classes can't be read.

View 4 Replies

Site Not Marked As Application In IIS?

Mar 10, 2010

when I try to open a Music ASP.NET website from Visual Studio 2008 (Visual Web Developer) using "LOCAL IIS" option I get the message that the website is not marked as an application in IIS.

View 1 Replies

How To Show A Site In Web Application

Aug 27, 2010

in my web application i have a button controls like yahoo button, gmail button etc., when i click on any button i want to show the related site in my web application (i want to show the site in a particular part of my web application) right side corner of my web application how can i show the site, which control i have to use.in window application we have webBrowser control in web application how can i show the website.

View 3 Replies

Create Web Site Vs Web Application?

Aug 20, 2010

I follow the tutorial and creted a web site for my company sales system. One of my collegue mention we use the wrong templet, we should use Web application for company application.Should i continue using web site or change to web application? We are creating application for company sales, inventory, hr ,etc where possible more than 1000++ user. And during month end, it will be high traffic and transaction. can Web Site Template with BLL and DAL handle it? or i just need a powerful server?

View 7 Replies

Configuration :: How To Publish Site / MVC Application

Dec 30, 2010

I had first build an database and populated it with various information, set some properties related to FTS and other things.

Now, in the asp.net MVC application, I am able to add the database ServerExplorer->Connect To Database-> Data Source= MS SQL SERVER->Server name->OpAmp-pc. Now, I was unable to add the database by copying the file in app data folder.

My doubt it how can I share the website+ database with my fellow batchmate or put the whole website online.

Build->Publish Sirte, didn't solved the pupose.

View 1 Replies







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