I'm using VWD Express Edition and it default developer web browser. My web.config file is attached.
I added a rolemanager node, but to no avail. It still did not work.
I went to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config
and looked for " <add connectionStringName="LocalSqlServer" maxEventDetailsLength="1073741823"", I changed LocalSqlServer to ReportConnectionString which is the name of my connection string. It still didn't work.
Your Help Will Be Greatly Appreciated
Thanks
-------What I added To web.config----------------------------
<roleManager enabled="true" defaultProvider="SqlRoleManager">
<providers>
<add name="SqlRoleManager"
type="System.Web.Security.SqlRoleProvider"
connectionStringName="ReportConnectionString"
applicationName="StatusReport" />
</providers>
</roleManager>
------------------------------------------------------------------------
----------------ERROR MESSAGE---------------------------------
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.
--------------------------------------------------------------------
Attached File(s)
-
webconfig.txt (3.44K)
Number of downloads: 211

New Topic/Question
Reply



MultiQuote





|