Re: How do you acces ASP.NET WAT on a Web server that doesnt have VS o
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Fri, 8 Dec 2006 15:37:48 -0400
You don't need VS to access the WAT.
All you need is a browser.
re:
Are there other methods/utilities to mange that aspnetdb.mdf besides ASP WAT?
To create the database, use aspnet_regsql.exe,
found in the .Net Framework 2.0 directory.
You can write your own classes to modify the DB's data,
or use an OR mapper to create the classes for you.
You can also add fields to existing tables, and/or add new tables,
and use them for whatever purpose you want to use them.
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/
===================================
"Morris Neuman" <Morris@xxxxxxxxxxxxx> wrote in message
news:1FD22B06-2208-4060-B0CD-8208E7BC3D22@xxxxxxxxxxxxxxxx
I am trying to deploy an ASP.NET 2.0 (VS2005) application that has member
pages (with logon security) on a production server that does not have VS on
it. How do you setup/access WAT on that system so the administrator can
manage the user accounts?
Are there other methodes/utilities to mange that aspnetdb.mdf besides ASP WAT?
--
Thanks
Morris
.
- Prev by Date: Re: an application for 1000 users
- Next by Date: Session End Guarantee?
- Previous by thread: In List
- Next by thread: Re: How do you acces ASP.NET WAT on a Web server that doesnt have
- Index(es):
Relevant Pages
|
Loading