Asp.net providers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please help me to bring back the AspNetAccessProvider in VS2005. This
provider was in the whidbey version (or beta 1). Although the idea of using
SQLExpress is maybe the best, I have the problem of having to create a Web
Application in a hosted server and the option of using SQLExpress is not
available.

I was thinking that someone may guide me to how to create the class itsself
or implement one from the base class

Thanks
 
J.MOUZAKIS said:
Please help me to bring back the AspNetAccessProvider in VS2005. This
provider was in the whidbey version (or beta 1). Although the idea of
using SQLExpress is maybe the best, I have the problem of having to
create a Web Application in a hosted server and the option of using
SQLExpress is not available.

http://www.devx.com/asp zone/article/29256/0/page/1?trk=mscp

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003
 
You may find the information in this article a bit more abundant and clearer:
http://www.theserverside.net/articles/showarticle.tss?id=CreatingProfileProvider

But, there's a complete sample for several Access providers, including the databases at :

http://msdn.microsoft.com/asp.net/beta2/providers/default.aspx
Scroll to the bottom to "Sample Access Providers" and download it.

Those sample Access Providers really save a lot of time and effort!



Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top