Forms Authentication - Admin Pages Outside of VS?
- From: "Scott Townsend" <scooter133@xxxxxxxxxxxxxxxx>
- Date: Mon, 4 Jun 2007 14:14:26 -0700
Okay so I'm somwhat new to ASP.Net and Visual Studio. We've installed WindoesSharepoint Services 3 on our server and have it configured to use Forms Based Authentication. I've gone in VS and created the ASP.Net app and then clicked the Website, ASP.Net Configuration Menu option and it brings up the Screens to allow me to Add Users to the DB, create groups, and all that fun stuff.
My Copy of Visual Studio is in a Virtual Machine and its a Pain to have to load it up every time I want to Add or edit a user.
Can I just make a Virtual Directory to the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles folder and run it from another Web instead of inside Visual Studio?
Where would I put:
<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="<..snip..>" />
<remove name="AspNetSqlProvider" />
<add name="AspNetSqlProvider" connectionString="<..snip..>" />
</connectionStrings>
and the other studd in the web.config.
Thanks
.
- Follow-Ups:
- Re: Forms Authentication - Admin Pages Outside of VS?
- From: Dominick Baier
- Re: Forms Authentication - Admin Pages Outside of VS?
- Prev by Date: Decrypted licensekey
- Next by Date: Re: Forms Authentication - Admin Pages Outside of VS?
- Previous by thread: Decrypted licensekey
- Next by thread: Re: Forms Authentication - Admin Pages Outside of VS?
- Index(es):
Relevant Pages
|
|