Re: How do you acces ASP.NET WAT on a Web server that doesnt have VS o



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


.



Relevant Pages

  • Re: the dreaded WAT is not working
    ... There's very little you can change in web.config using the WAT. ... Using the WAT for minor web.config configuration changes is spotty, ... since there's a lot of settings you don't have access to from the WAT tool. ... Juan, surely I don't have to create the database first, how does the WAT ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: DATABASE: executing a query with variable !!!!!!!!!!!!
    ... i don't get an error anymore but my resultset is still not wat is has to be, the content of my variable has to be a string... ... Type: 'Database Cursor Object' ...
    (comp.soft-sys.matlab)
  • Re: Session variables persistency
    ... don't know wat u want exactly but you can set session to expire after ... I can close that page and - as long as I do not close the browser - I can come back and continue from where I was, ...
    (alt.php)
  • Re: wat is .net framework?
    ... > wat is .net framework from MS? ... > wat is supposed to do programming world? ... > any easy & meaningful explanation? ...
    (microsoft.public.dotnet.languages.vc)

Loading