Re: How to Manager the ASP.NET Web Site Administration Tool




Check the .config files after you run the tool.

Type in a role like "PeanutBuddy" and do a search for that unique string.
I'm going from memory, but I think you'll find it in a xml or config file.
...

Personally, I wouldn't use the tool. I think its more for RAPID deployment.

Take a crack at a Custom Membership Provider or Custom Role Provider.




"Kirk" <loki70@xxxxxxxxxxx> wrote in message
news:1169648934.898622.27450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,

I am a somewhat experienced VS 2005 user who is trying to us the
ASP.NET Web Site Administration Tool for the first time. I have
experimented with it on my local IIS and it seems to be an excellent
tool for security administration. However, I have some long term
questions.

Where does the W.S.A.T. store its information? In my local SQL Server
2000, I can see a database called "aspnetdb" - however none of the
tables contain any data (despite the fact that I have created a couple
of users & roles). Is it storing them in the local instance of SQL
Server 2005 Express that was installed with VS 2005? If so, I suppose
I need to install that "SQL Server 2005 Management Studio Express
Edition", correct?

This leads me to my next question. While I don't really "care" right
now where the data is stored, I WILL care when I move my completed
application to the real SQL Server 2000 that my company uses. How
would I make the switch so that my ASP.NET application looks in a
location on another server? I have seen some articles discussing this
issue, and they all deal with modifying a .config file to use a
different connection string. Am I on the right track?

Obviously, I am a newbie when it comes to this stuff, so I would
greatly appreciate any guidance that anyone could offer me.
Thank you in advance,



.



Relevant Pages

  • Re: CSV (from URL) to DataSet ?
    ... You might need to define an ODBC DSN or config file to define the ... Hitchhiker's Guide to Visual Studio and SQL Server ... and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook) ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Append to App.exe.config at run time
    ... >I read a encrypted text file which contains details of SQL Server name, ... >for DB Connection and i prepare a connection string for global use. ... >Is there any way to write/append key value pairs into the config file at run time. ... Since the .config files are nothing but straight XML files, ...
    (microsoft.public.dotnet.general)
  • VB dotnet application runs without app.exe.config file??
    ... I built a VB.net application that makes use of a machine level DB ... difference is the prod sql server has a differently named database ... With the config file, it connects to the ... production sql server and pulls data from a db called "DB1". ...
    (microsoft.public.dotnet.languages.vb)
  • Re: VB dotnet application runs without app.exe.config file??
    ... and a user level starting location setting. ... difference is the prod sql server has a differently named database ... With the config file, it connects to the ... production sql server and pulls data from a db called "DB1". ...
    (microsoft.public.dotnet.languages.vb)

Loading