Role-Based Security with Forms Authentication

michaelbish

New Member
I'm using Role-Based Security with Forms Authentication. I'm using Darren Neimke's sample code for Role-Based Security with ASP.NET.<BR><BR>It works on my development machine. However, after I upload the webfiles to the ASP.NET web server (hosted by an ISP), it doesn't work.<BR><BR>When it operates correctly, the ASP.NET application redirects to the Login.aspx page to authenticate the user. But, on the ISP's ASP.NET web server, it redirects back to the default.aspx web page because an error is occuring.<BR><BR>I can't figure out what the error is.<BR><BR>Any insights?<BR><BR>Michael<BR>
 
Back
Top