Setting Up Again
I am back on the blog after a lonnnnng hiatus. I let my hosting slip and I am just setting up again. I signed up again for the Windows Multihost package with pipeten. It was a good experience before and it still seems solid to me. I especially like the dual support for asp.net and php.
I was just trying to post a few asp.net and javascript samples. These are hosted over at purplevelvetproductions.com right now.
I put together the most basic forms-authentication example. It took me a while to get the web application talking to the database. I noticed that when I created new tables through SQL Server Manager that the tables were owned by a different user than the tables created by aspnet_regsql.exe. So I went in through Server Manger and gave rights to access those “aspnet_” tables.
The error message I kept getting was not helpful. Something like
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
which turned out to be due to the user permissions.
I am now struggling with how to populate the roles and users without the asp.net configuration web app…the one you get access to when developing locally by going to the Website menu in Visual Studio.
jQuery and JSON and Yahoo Pipes »« I Know This is Not Terribly Interesting