First post:
msdnman wrote: What is needed in order to login to the expense applicaiton. I know I am missing something. Where does the users information reside?
Latest post:
ofergal wrote: Add in web.config <connectionStrings> <add name="LocalSqlServer" connectionString="your configuration "/> Be sure to use a DB made by attaching the ASPNETDB.MDF that the app has i...