ASP网站管理工具,错误:您的.......有问题 [英] ASP Web Site Administration Tool, error :There is a problem with your .......

查看:109
本文介绍了ASP网站管理工具,错误:您的.......有问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在尝试解决此问题两天,我重新安装了sql2008 R2 Express 5次!

我不明白为什么这个ASP工具无法在我的机器上工作...

错误:

Hi

I''m trying to fix this issue for two days , I reinstalled the sql2008 R2 express for 5 TIMES !!!!

I dont understand why this ASP tool doesn''t work''s on my machine ...

the error :

There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: Unable to connect to SQL Server database.



我必须说我可以使其与该web.config一起使用:



I must say that I can make it works with that web.config :

<connectionStrings>
    <clear/>
    <add name="LocalSqlServer" connectionString="Data Source=MYMACHINENAME; Initial Catalog=aspnetdb;Integrated Security=True"

      providerName="System.Data.SqlClient"  />
</connectionStrings>



问题是此连接字符串使我只能将用户和角色保存在sql数据库中,我希望将其保存在项目内的App_data文件夹中.
我知道我不需要为此使用连接字符串,我只是检查了我的sql服务器.

请帮忙....

谢谢

idan



Problem is that this connection strings allow me to save the users and roles only at the sql database , I want it to be saved at the App_data Folder inside the project .
I know that i don''t need to use connection string for that , I just checked my sql server.

Please help....

thanks

idan

推荐答案

在这里您可以找到已解决的链接

错误:您选择的数据存储存在问题.这可能是由于无效... [ ^ ]

VS2005中的网站管理工具问题 [ ^ ]
Here you go for solved links

ERROR : There is a problem with your selected data store. This can be caused by an invalid...[^]

Web Site Admin Tool problem in VS2005[^]


非常感谢thatraj的尝试,我尝试了此解决方案,但并没有帮助我....

我的解决方案:


最后我要做的是卸载SQLSERVER R2 Express和VS2010 IDE(不幸的是:(,甚至花了我一段时间才考虑卸载VS2010)
重新启动计算机....


1)我安装了VS2010 Ultimate(附带了sql express).

2)检查ASP Web项目中的管理工具是否有效,并且有效!!! :)

3)将sqlexpress升级到SQL Server 2008 R2 Express

4)之后安装SQL Server 2008 r2 Express,在安装过程中,我一直使用相同的实例(SQLEXPRESS),而不创建新的实例(我认为是问题所在).

5)再次检查了管理工具FINALLY ..... WORKS,在一种情况下,检查了SQLEXPRESS --->.检查了我对机器的服务!
Thanks for the attempt thatraj , I tried this solutions and it didnt helped me ....

My Solution :


What I did finally is uninstalling SQLSERVER R2 Express and VS2010 IDE (unfortunately :( , it took me a while to even consider to uninstall the VS2010)
Reboot the machine ....


1) I installed VS2010 Ultimate (with the sql express come with it) .

2) Checked if the Admin tool at ASP web project works , and it worked !!! : )

3) upgrading the sqlexpress to SQL server 2008 r2 express

4)Afterwards installing SQL server 2008 r2 express , during the installation I kept using the same instace (SQLEXPRESS ) and not creating new one , (I figure that was the problem ) .

5) checked again the admin tool , FINALLY ..... WORKS , and in one instance , SQLEXPRESS ---> checked at my services of the machine !


这篇关于ASP网站管理工具,错误:您的.......有问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆