473,398 Members | 2,165 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Profile Provider Type?

Hello,

What is the profiler provider type when using a Microsoft Access
database?

Thanks,

Miguel

Sep 16 '06 #1
6 1902
re:
What is the profiler provider type when using a Microsoft Access database?
Whatever you define it as.

For the sample Access Provider, it's :

type="Samples.AccessProviders.AccessMembershipProv ider, SampleAccessProviders"

Download the Sample ccess Provider and see for yourself:
http://go.microsoft.com/fwlink/?link...46&clcid=0x409

Also, see:
http://www.theserverside.net/tt/arti...rofileProvider
and:
http://msdn.microsoft.com/asp.net/do...ovMod_Prt1.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Hello,

What is the profiler provider type when using a Microsoft Access
database?

Thanks,

Miguel

Sep 16 '06 #2
Hello Juan,

I downloaded the file and it was installed but I have no idea what to
do now.

I am a little bit confused. So the SQL provider is built in but it is
the only one?

The other question is:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?

Thanks,
Miguel
Juan T. Llibre wrote:
re:
What is the profiler provider type when using a Microsoft Access database?

Whatever you define it as.

For the sample Access Provider, it's :

type="Samples.AccessProviders.AccessMembershipProv ider, SampleAccessProviders"

Download the Sample ccess Provider and see for yourself:
http://go.microsoft.com/fwlink/?link...46&clcid=0x409

Also, see:
http://www.theserverside.net/tt/arti...rofileProvider
and:
http://msdn.microsoft.com/asp.net/do...ovMod_Prt1.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Hello,

What is the profiler provider type when using a Microsoft Access
database?

Thanks,

Miguel
Sep 17 '06 #3
Reading this thread might help you:
http://forums.asp.net/1/1371141/ShowThread.aspx

Summarized instructions are here:
http://osmoticweb.wordpress.com/2006...ship-provider/

Sorry for referring you to Google, but this is not the type of thing
where detailed explanations can be made in a newsgroup.

You'll have to absorb some background information to do what you want to do, well.

Brief over the info in the first few articles returned by this search:
http://www.google.com/search?hl=en&q...ip+provider%22

You'll be glad you did.

re:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?
You could use a cookie, but why not standardize your user profile ?
I'd add a LanguageOption field to the db.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hello Juan,

I downloaded the file and it was installed but I have no idea what to
do now.

I am a little bit confused. So the SQL provider is built in but it is
the only one?

The other question is:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?

Thanks,
Miguel
Juan T. Llibre wrote:
re:
What is the profiler provider type when using a Microsoft Access database?

Whatever you define it as.

For the sample Access Provider, it's :

type="Samples.AccessProviders.AccessMembershipProv ider, SampleAccessProviders"

Download the Sample ccess Provider and see for yourself:
http://go.microsoft.com/fwlink/?link...46&clcid=0x409

Also, see:
http://www.theserverside.net/tt/arti...rofileProvider
and:
http://msdn.microsoft.com/asp.net/do...ovMod_Prt1.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Hello,

What is the profiler provider type when using a Microsoft Access
database?

Thanks,

Miguel

Sep 17 '06 #4
Hi Juan,

I donwloaded the SampleAccessProviders and extracted it to a folder.
There is no BIN folder or DLL file.
I tried to build the solution but my VS2005 is giving errors on
converting and building.
Could you please tell me where could I get the necessary compiled files
so that I could place in my project and start using it?
I have been trying to make this work since yesterday.
It seems many people have the same problem.

Thanks,
Miguel

Juan T. Llibre wrote:
Reading this thread might help you:
http://forums.asp.net/1/1371141/ShowThread.aspx

Summarized instructions are here:
http://osmoticweb.wordpress.com/2006...ship-provider/

Sorry for referring you to Google, but this is not the type of thing
where detailed explanations can be made in a newsgroup.

You'll have to absorb some background information to do what you want to do, well.

Brief over the info in the first few articles returned by this search:
http://www.google.com/search?hl=en&q...ip+provider%22

You'll be glad you did.

re:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?

You could use a cookie, but why not standardize your user profile ?
I'd add a LanguageOption field to the db.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hello Juan,

I downloaded the file and it was installed but I have no idea what to
do now.

I am a little bit confused. So the SQL provider is built in but it is
the only one?

The other question is:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?

Thanks,
Miguel
Juan T. Llibre wrote:
re:
What is the profiler provider type when using a Microsoft Access database?
Whatever you define it as.

For the sample Access Provider, it's :

type="Samples.AccessProviders.AccessMembershipProv ider, SampleAccessProviders"

Download the Sample ccess Provider and see for yourself:
http://go.microsoft.com/fwlink/?link...46&clcid=0x409

Also, see:
http://www.theserverside.net/tt/arti...rofileProvider
and:
http://msdn.microsoft.com/asp.net/do...ovMod_Prt1.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Hello,
>
What is the profiler provider type when using a Microsoft Access
database?
>
Thanks,
>
Miguel
>
Sep 17 '06 #5
re:
There is no BIN folder or DLL file.
After downloading/saving SampleAccessProviders.vsi, when I double-clicked
the file, it created /bin and /obj directories with the following files :

bin\Debug\ASPNetDB.mdb
bin\Debug\SampleAccessProviders.dll
bin\Debug\SampleAccessProviders.pdb

obj\Debug\ResolveAssemblyReference.cache
obj\Debug\SampleAccessProviders.dll
obj\Debug\SampleAccessProviders.pdb

A /samples directory was also created with a bunch of .cs source files and, of course,
in the root directory, the VS 2005 project files and a few other files were created,
including a web.config with sample entries, the solution files, a vs template and a EULA.

Double-clicking the Access.sln file opened the project in VS 2005.

After you make any changes you want, you'll need to recompile the project.

Are you sure you downloaded the correct file ?

You need to go to :
http://msdn.microsoft.com/vstudio/eu...f-027e6c8e15d8
and accept the EULA ( at the bottom, the "I accept" link ).

Then you can download SampleAccessProviders.vsi

After you've downloaded it, double click the file and
accept the default installation to the directory of your choice.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@k70g2000cwa.googlegr oups.com...
Hi Juan,

I donwloaded the SampleAccessProviders and extracted it to a folder.
There is no BIN folder or DLL file.
I tried to build the solution but my VS2005 is giving errors on
converting and building.
Could you please tell me where could I get the necessary compiled files
so that I could place in my project and start using it?
I have been trying to make this work since yesterday.
It seems many people have the same problem.

Thanks,
Miguel

Juan T. Llibre wrote:
Reading this thread might help you:
http://forums.asp.net/1/1371141/ShowThread.aspx

Summarized instructions are here:
http://osmoticweb.wordpress.com/2006...ship-provider/

Sorry for referring you to Google, but this is not the type of thing
where detailed explanations can be made in a newsgroup.

You'll have to absorb some background information to do what you want to do, well.

Brief over the info in the first few articles returned by this search:
http://www.google.com/search?hl=en&q...ip+provider%22

You'll be glad you did.

re:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?

You could use a cookie, but why not standardize your user profile ?
I'd add a LanguageOption field to the db.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hello Juan,

I downloaded the file and it was installed but I have no idea what to
do now.

I am a little bit confused. So the SQL provider is built in but it is
the only one?

The other question is:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?

Thanks,
Miguel
Juan T. Llibre wrote:
re:
What is the profiler provider type when using a Microsoft Access database?
Whatever you define it as.

For the sample Access Provider, it's :

type="Samples.AccessProviders.AccessMembershipProv ider, SampleAccessProviders"

Download the Sample ccess Provider and see for yourself:
http://go.microsoft.com/fwlink/?link...46&clcid=0x409

Also, see:
http://www.theserverside.net/tt/arti...rofileProvider
and:
http://msdn.microsoft.com/asp.net/do...ovMod_Prt1.asp


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Hello,
>
What is the profiler provider type when using a Microsoft Access
database?
>
Thanks,
>
Miguel
>

Sep 17 '06 #6
Hi Juan,

Thanks. It was my mistake. I was opening this as a web site and not as
a project in VS2005. Now, I just made everything work.

Thanks,
Miguel
Juan T. Llibre wrote:
re:
There is no BIN folder or DLL file.

After downloading/saving SampleAccessProviders.vsi, when I double-clicked
the file, it created /bin and /obj directories with the following files :

bin\Debug\ASPNetDB.mdb
bin\Debug\SampleAccessProviders.dll
bin\Debug\SampleAccessProviders.pdb

obj\Debug\ResolveAssemblyReference.cache
obj\Debug\SampleAccessProviders.dll
obj\Debug\SampleAccessProviders.pdb

A /samples directory was also created with a bunch of .cs source files and, of course,
in the root directory, the VS 2005 project files and a few other files were created,
including a web.config with sample entries, the solution files, a vs template and a EULA.

Double-clicking the Access.sln file opened the project in VS 2005.

After you make any changes you want, you'll need to recompile the project.

Are you sure you downloaded the correct file ?

You need to go to :
http://msdn.microsoft.com/vstudio/eu...f-027e6c8e15d8
and accept the EULA ( at the bottom, the "I accept" link ).

Then you can download SampleAccessProviders.vsi

After you've downloaded it, double click the file and
accept the default installation to the directory of your choice.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@k70g2000cwa.googlegr oups.com...
Hi Juan,

I donwloaded the SampleAccessProviders and extracted it to a folder.
There is no BIN folder or DLL file.
I tried to build the solution but my VS2005 is giving errors on
converting and building.
Could you please tell me where could I get the necessary compiled files
so that I could place in my project and start using it?
I have been trying to make this work since yesterday.
It seems many people have the same problem.

Thanks,
Miguel

Juan T. Llibre wrote:
Reading this thread might help you:
http://forums.asp.net/1/1371141/ShowThread.aspx

Summarized instructions are here:
http://osmoticweb.wordpress.com/2006...ship-provider/

Sorry for referring you to Google, but this is not the type of thing
where detailed explanations can be made in a newsgroup.

You'll have to absorb some background information to do what you want to do, well.

Brief over the info in the first few articles returned by this search:
http://www.google.com/search?hl=en&q...ip+provider%22

You'll be glad you did.

re:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?
You could use a cookie, but why not standardize your user profile ?
I'd add a LanguageOption field to the db.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hello Juan,

I downloaded the file and it was installed but I have no idea what to
do now.

I am a little bit confused. So the SQL provider is built in but it is
the only one?

The other question is:
I am only adding one parameter to profile. LanguageOption.
Will I need to use a database?
Can't this be saved in a cookie?

Thanks,
Miguel
Juan T. Llibre wrote:
re:
What is the profiler provider type when using a Microsoft Access database?
>
Whatever you define it as.
>
For the sample Access Provider, it's :
>
type="Samples.AccessProviders.AccessMembershipProv ider, SampleAccessProviders"
>
Download the Sample ccess Provider and see for yourself:
http://go.microsoft.com/fwlink/?link...46&clcid=0x409
>
Also, see:
http://www.theserverside.net/tt/arti...rofileProvider
and:
http://msdn.microsoft.com/asp.net/do...ovMod_Prt1.asp
>
>
>
>
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <md*****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Hello,

What is the profiler provider type when using a Microsoft Access
database?

Thanks,

Miguel
Sep 18 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: | last post by:
Hi all, How can I get a reference to my custom profile provider in my .aspx page? I have looked at httpcontext.current.profile. But from there where do I go? Ideally I would like to be able to...
6
by: Shimon Sim | last post by:
Hi I am working on application that need to hold custom user information - Last and first name, email, some other domain related information. I used to create Base class for all my pages. The base...
3
by: Rich Armstrong | last post by:
I've implemented a custom profile provider following the pattern and examples provided with ASP.NET 2.0, but no Profile object ever appears in my page; that is, after executing the following, ...
0
by: jwallis | last post by:
I have two systems, one for 'Test' and one for 'Live' and each has a Sql Server. When 'Test' code is published to 'Live' I currently have to edit connection strings in web.config to ensure that...
9
by: Eric Falsken | last post by:
I've added a number of additional properties to my profile. Sometimes, the values are populated when the user is retrieved from the database, but sometimes the values are empty/default. How can I...
11
by: Weston Weems | last post by:
I've got the need to have user information for logged in user in a readily avaliable page context (a lot like how Profile is) except not suck. Before we jump to any conclusions, from what I...
9
by: Kirk | last post by:
I have successfully, implemented a custom Membership Provider to a SQL 2000 table, however, I am having problems doing the same with a Profile Provider. As I understand it, the steps for both of...
2
by: Annie | last post by:
Hello guys, I have set the MEMBERSHIP, ROLEMANAGER and PROFILE in my config file as below. I just want to use my own sql server 2000 table instead of MSDB.
1
by: Mike | last post by:
Hi: I have been trying to create a web application that provides suport for two membership/profile databases: one for private users and one for another set of users. These tw user have a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.