I recently upgraded to VS 2010 and downgraded to SQL Server 2005. Now when I go Website > ASP.NET Configuration nothing happens.
It's likely this has to do with the fact that when I was installing SQL Server I got the 'ASP.net Version Registration requirement' warning, as well as the 'Failed to find the ASP.net Version Registration requirement with MS IIS'.
Anyone know what I need to get ASP.NET Configuration working?
I tried both of your suggestions: Registering asp.net in IIS, by using Aspnet_regiis -i as well as running aspnet_regsql, but neither worked. Still when I click Website > ASP.NET Configuration nothing happens. Actually the first time I try the little balloon
comes up that says 'Asp.net development server', but that's it, no configuration pages.
It's weird, because everything on my site works just fine, dynamic pages, login, etc, it all works. It would just be really nice to be able to be able to use ASP.NET Configuration.
Just want to make sure you have run the aspnet_regsql.exe. If you, like me, use Framework 2.0, the aspnet_regsql.exe is from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\. You will then see a dialog box which you can configure the SQL Server. Did you see
the aspnet_regsql dialog box?
Please click 'Mark as Answer' if my reply has assisted you
I did a Google on the error message you report. There were several posts. Seems like there are answers.
Yes it would be nice if the tool works. If not, you just have to do that in SQL Server. Hey then you have these tables: dbo.aspnet_Roles, dbo.aspnet_Users, etc?
Please click 'Mark as Answer' if my reply has assisted you
Would it be that you are mixing 32 bit application with 64 bit OS or vice versa? I google on the error message you post. I find those posts say something about using 32 bit SQL Server (Express) in 64 bit OS...
Please click 'Mark as Answer' if my reply has assisted you
Marked as answer by cdubone on Apr 26, 2010 08:18 PM
I tried opening the ASP.NET Configuration using VS 2008 and it worked! I suppose that will work for now, I'll just use 2008 for configuration and 2010 for everything else. I'll address it in VS 2010 some other time.
cdubone
Member
23 Points
35 Posts
ASP.NET Configuration not opening
Apr 21, 2010 07:37 AM|LINK
I recently upgraded to VS 2010 and downgraded to SQL Server 2005. Now when I go Website > ASP.NET Configuration nothing happens.
It's likely this has to do with the fact that when I was installing SQL Server I got the 'ASP.net Version Registration requirement' warning, as well as the 'Failed to find the ASP.net Version Registration requirement with MS IIS'.
Anyone know what I need to get ASP.NET Configuration working?
Jalpesh P. V...
Contributor
2036 Points
328 Posts
Re: ASP.NET Configuration not opening
Apr 22, 2010 08:33 AM|LINK
You have to register the asp.net once again in IIS and then you might able to see it.
Microsoft MVP(Visual C#),
www.dotnetjalps.com
Mark as answer if my anwers helps you
sendtodilip
Member
7 Points
14 Posts
Re: ASP.NET Configuration not opening
Apr 22, 2010 09:49 AM|LINK
try aspnet_regsql in vs command prompt...
cdubone
Member
23 Points
35 Posts
Re: ASP.NET Configuration not opening
Apr 22, 2010 07:33 PM|LINK
Thanks for getting back to me!
I tried both of your suggestions: Registering asp.net in IIS, by using Aspnet_regiis -i as well as running aspnet_regsql, but neither worked. Still when I click Website > ASP.NET Configuration nothing happens. Actually the first time I try the little balloon comes up that says 'Asp.net development server', but that's it, no configuration pages.
It's weird, because everything on my site works just fine, dynamic pages, login, etc, it all works. It would just be really nice to be able to be able to use ASP.NET Configuration.
Any ideas??
kaiclassic
Member
541 Points
196 Posts
Re: ASP.NET Configuration not opening
Apr 23, 2010 08:55 AM|LINK
Chris,
Just want to make sure you have run the aspnet_regsql.exe. If you, like me, use Framework 2.0, the aspnet_regsql.exe is from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\. You will then see a dialog box which you can configure the SQL Server. Did you see the aspnet_regsql dialog box?
cdubone
Member
23 Points
35 Posts
Re: ASP.NET Configuration not opening
Apr 24, 2010 12:16 AM|LINK
Thanks kaiclassic,
Yes, I see it. I've actually ran it several times. Still nothing.
Now I'm actually in a situation where it would be great to be able to add some users and roles using this tool.
Any ideas?
kaiclassic
Member
541 Points
196 Posts
Re: ASP.NET Configuration not opening
Apr 26, 2010 03:31 AM|LINK
Chris,
I did a Google on the error message you report. There were several posts. Seems like there are answers.
Yes it would be nice if the tool works. If not, you just have to do that in SQL Server. Hey then you have these tables: dbo.aspnet_Roles, dbo.aspnet_Users, etc?
kaiclassic
Member
541 Points
196 Posts
Re: ASP.NET Configuration not opening
Apr 26, 2010 03:35 AM|LINK
Chris,
Would it be that you are mixing 32 bit application with 64 bit OS or vice versa? I google on the error message you post. I find those posts say something about using 32 bit SQL Server (Express) in 64 bit OS...
cdubone
Member
23 Points
35 Posts
Re: ASP.NET Configuration not opening
Apr 26, 2010 08:18 PM|LINK
Yeah, that's probably it.
I tried opening the ASP.NET Configuration using VS 2008 and it worked! I suppose that will work for now, I'll just use 2008 for configuration and 2010 for everything else. I'll address it in VS 2010 some other time.
Thanks!
kaiclassic
Member
541 Points
196 Posts
Re: ASP.NET Configuration not opening
Apr 27, 2010 02:09 AM|LINK
Chris,
Good thing that you get it! Cheers!