I have downloaded the personal website starter kit and have followed the instructions provided by Godaddy for "creating an asp.net 2.0 personal web site", but its still not working.
I think there is an error in my web.config file and below is the debug message I'm getting when I try to run the site.
Line 5: Sub Application_Start(ByVal sender As [Object], ByVal e As EventArgs) Line 6: AddHandler SiteMap.SiteMapResolve, AddressOf Me.AppendQueryString Line 7: If (Roles.RoleExists("Administrators") = False) Then Line 8: Roles.CreateRole("Administrators") Line 9: End If
Source File: C:\Documents and Settings\Michael Montgomery\My Documents\Visual Studio 2005\WebSites\MichaelsView\global.asax Line:
7
mtnrunner1
Member
40 Points
8 Posts
newbie - trying to publish to Godaddy
Oct 04, 2006 12:27 PM|LINK
I have downloaded the personal website starter kit and have followed the instructions provided by Godaddy for "creating an asp.net 2.0 personal web site", but its still not working.
I think there is an error in my web.config file and below is the debug message I'm getting when I try to run the site.
Source File: C:\Documents and Settings\Michael Montgomery\My Documents\Visual Studio 2005\WebSites\MichaelsView\global.asax Line: 7
The instructions I followed from Godaddy are:
To Create an ASP.NET 2.0 Personal Web Site
Any help would be appreciated. I'm at a loss as to what I need to do.
Thanks