Forms Authentication - Admin Pages Outside of VS?



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

.



Relevant Pages