Showing posts with label click. Show all posts
Showing posts with label click. Show all posts

Saturday, March 31, 2012

There is a problem with your selected data store

Hi,
I am using SQLServer 2005.I have created a simple website and i am trying
to membership to this.so when i click on 'Security' tab of the "WAT" tool it
s
showing the following 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 stor
e.
The following message may help in diagnosing the problem: Unable to connect
to SQL Server database.
Is there anyway out of this?
Pls pls pull me out of this.
Regards,
SSREDDI.I had faced the same prob. but am not able to do that
this link helped me a little but. may be this may help u better.
http://www.c-sharpcorner.com/Upload...hipService.aspx
Hi Sravan,
Thank you for the information.I already tried this.I know this
works.My concern is that i dont want to use aspnet_regsql.exe.Anyway thanks
for the info.
"sravan_reddy001" wrote:

> I had faced the same prob. but am not able to do that
> this link helped me a little but. may be this may help u better.
> http://www.c-sharpcorner.com/Upload...hipService.aspx
>
u try editing the web.config file...
there is lot more to do with that..
hav u created ur own database for your application. If so you have to
give the connection string for that database.
This is my webconfig file. see this and try. I tried for about 3 days
to that.
if u didn't include the roleManager then we can't create the roles and
it states and error message saying "website not configured to enable
roles"
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/
v2.0">
<appSettings/>
<connectionStrings>
<add name="MySqlProviderConnection"
connectionString="server=localhost;integrated security =
true;database=aspnetdb" />
</connectionStrings>
<system.web>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true"/>
<authorization>
<deny users="?"/>
</authorization>
<membership defaultProvider="MySqlMembershipProvider">
<providers>
<add connectionStringName="MySqlProviderConnection"
enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="true"
applicationName="/" requiresUniqueEmail="true"
maxInvalidPasswordAttempts="5"
passwordAttemptWindow="10" name="MySqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
minRequiredPasswordLength="6"
minRequiredNonalphanumericCharacters="0" />
</providers>
</membership>
<roleManager enabled="true" defaultProvider="SqlRoleProvider">
<providers>
<clear />
<add applicationName="MyAppName"
connectionStringName="MySqlProviderConnection"
name="SqlRoleProvider"
type="System.Web.Security.SqlRoleProvider" />
</providers>
</roleManager>
quote:
Originally posted by ssreddi
Hi,
I am using SQLServer 2005.I have created a simple website and i am trying
to membership to this.so when i click on 'Security' tab of the "WAT" tool it
s
showing the following 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 stor
e.
The following message may help in diagnosing the problem: Unable to connect
to SQL Server database.
Is there anyway out of this?
Pls pls pull me out of this.
Regards,
SSREDDI.

There is a problem with your selected data store

Hi,
I am using SQLServer 2005.I have created a simple website and i am trying
to membership to this.so when i click on 'Security' tab of the "WAT" tool its
showing the following 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.

Is there anyway out of this?

Pls pls pull me out of this.

Regards,
SSREDDI.I had faced the same prob. but am not able to do that

this link helped me a little but. may be this may help u better.

http://www.c-sharpcorner.com/Upload...hipService.aspx
Hi Sravan,
Thank you for the information.I already tried this.I know this
works.My concern is that i dont want to use aspnet_regsql.exe.Anyway thanks
for the info.

"sravan_reddy001" wrote:

Quote:

Originally Posted by

I had faced the same prob. but am not able to do that
>
this link helped me a little but. may be this may help u better.
>
http://www.c-sharpcorner.com/Upload...hipService.aspx
>
>


u try editing the web.config file...

there is lot more to do with that..
hav u created ur own database for your application. If so you have to
give the connection string for that database.

This is my webconfig file. see this and try. I tried for about 3 days
to that.

if u didn't include the roleManager then we can't create the roles and
it states and error message saying "website not configured to enable
roles"

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/
v2.0">
<appSettings/>
<connectionStrings>
<add name="MySqlProviderConnection"
connectionString="server=localhost;integrated security =
true;database=aspnetdb" />
</connectionStrings>
<system.web>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true"/>
<authorization>
<deny users="?"/>
</authorization>
<membership defaultProvider="MySqlMembershipProvider">
<providers>
<add connectionStringName="MySqlProviderConnection"
enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="true"
applicationName="/" requiresUniqueEmail="true"
maxInvalidPasswordAttempts="5"
passwordAttemptWindow="10" name="MySqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
minRequiredPasswordLength="6"
minRequiredNonalphanumericCharacters="0" />
</providers>
</membership>

<roleManager enabled="true" defaultProvider="SqlRoleProvider">
<providers>
<clear />
<add applicationName="MyAppName"
connectionStringName="MySqlProviderConnection"
name="SqlRoleProvider"
type="System.Web.Security.SqlRoleProvider" />
</providers>
</roleManager>

Wednesday, March 28, 2012

There is not enough space on the disk.

Hi

when i click a button for pop up window, i face this problem. but my C drive got 750 MB space. what should be the reason?. i tried with different username for the server also but still the same isssue as below.


There is not enough space on the disk.
Description: An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.VisualBasic.VBCodeProvider'. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.IOException: There is not enough space on the disk.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[IOException: There is not enough space on the disk.
]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +723
System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +134
System.IO.FileStream.FlushWrite() +55
System.IO.FileStream.Flush() +39
System.IO.FileStream.Dispose(Boolean disposing) +32
System.IO.FileStream.Close() +17
System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) +382
System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e) +90
System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledType() +224


Jose,

Try clearing the Temp files in the Framework directory. it worked for me. Smile

Monday, March 26, 2012

This group has 0 topics. Click here to post the first message!

Wow! Did someone hack us or google is doing some clean-up?
Anyway, I don't see a single message in
microsoft.public.dotnet.framework.aspnetMust be a temp glitch.
I get 356,000 messages when I search for "a"
in microsoft.public.dotnet.framework.aspnet
Your message saying that you
"don't see a single message" is there, btw. :-)
Juan T. Llibre
ASP.NET MVP
===========
"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106588619.966334.120670@.z14g2000cwz.googlegroups.com...
> Wow! Did someone hack us or google is doing some clean-up?
> Anyway, I don't see a single message in
> microsoft.public.dotnet.framework.aspnet
>
This is a newsgroup. Google is a web search engine. Google can do nothing to
this newsgroup. It sounds like you're using a browser interface to view
these newsgroups. In that case, there is something wrong with the browser
interface you're using. Try using Outlook Express newsreader instead.
msnews.microsoft.com is the NNTP server.
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106588619.966334.120670@.z14g2000cwz.googlegroups.com...
> Wow! Did someone hack us or google is doing some clean-up?
> Anyway, I don't see a single message in
> microsoft.public.dotnet.framework.aspnet
>
I use google groups beta. I noticed that when I search I actually see
those good old several hundred thousand messages but when I browsed
google saw the group empty. A colleague of mine confirmed this
The horse's mouth is always better than recycled. Use an NNTP client, such
as Microsoft Outlook Newsreader, and go to msnews.microsoft.com for all the
public Microsoft newsgroups.
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106669524.796984.11550@.z14g2000cwz.googlegroups.com...
>I use google groups beta. I noticed that when I search I actually see
> those good old several hundred thousand messages but when I browsed
> google saw the group empty. A colleague of mine confirmed this
>
Also, as this is not a Google newsgroup, you're not going to find any help
using Google here.
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106669524.796984.11550@.z14g2000cwz.googlegroups.com...
>I use google groups beta. I noticed that when I search I actually see
> those good old several hundred thousand messages but when I browsed
> google saw the group empty. A colleague of mine confirmed this
>
OK, sorry for cross posting
But I got quire upset for the priceless archive, but as long as it is
OK I feel secure ;-)
But I didn't understand that about the horse's mouth

This group has 0 topics. Click here to post the first message!

Wow! Did someone hack us or google is doing some clean-up?

Anyway, I don't see a single message in
microsoft.public.dotnet.framework.aspnetMust be a temp glitch.

I get 356,000 messages when I search for "a"
in microsoft.public.dotnet.framework.aspnet

Your message saying that you
"don't see a single message" is there, btw. :-)

Juan T. Llibre
ASP.NET MVP
===========
"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106588619.966334.120670@.z14g2000cwz.googlegr oups.com...
> Wow! Did someone hack us or google is doing some clean-up?
> Anyway, I don't see a single message in
> microsoft.public.dotnet.framework.aspnet
This is a newsgroup. Google is a web search engine. Google can do nothing to
this newsgroup. It sounds like you're using a browser interface to view
these newsgroups. In that case, there is something wrong with the browser
interface you're using. Try using Outlook Express newsreader instead.
msnews.microsoft.com is the NNTP server.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106588619.966334.120670@.z14g2000cwz.googlegr oups.com...
> Wow! Did someone hack us or google is doing some clean-up?
> Anyway, I don't see a single message in
> microsoft.public.dotnet.framework.aspnet
I use google groups beta. I noticed that when I search I actually see
those good old several hundred thousand messages but when I browsed
google saw the group empty. A colleague of mine confirmed this
The horse's mouth is always better than recycled. Use an NNTP client, such
as Microsoft Outlook Newsreader, and go to msnews.microsoft.com for all the
public Microsoft newsgroups.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106669524.796984.11550@.z14g2000cwz.googlegro ups.com...
>I use google groups beta. I noticed that when I search I actually see
> those good old several hundred thousand messages but when I browsed
> google saw the group empty. A colleague of mine confirmed this
Also, as this is not a Google newsgroup, you're not going to find any help
using Google here.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Stefan Kiryazov" <chefo@.bulgaria.com> wrote in message
news:1106669524.796984.11550@.z14g2000cwz.googlegro ups.com...
>I use google groups beta. I noticed that when I search I actually see
> those good old several hundred thousand messages but when I browsed
> google saw the group empty. A colleague of mine confirmed this
OK, sorry for cross posting

But I got quire upset for the priceless archive, but as long as it is
OK I feel secure ;-)
But I didn't understand that about the horse's mouth

Saturday, March 24, 2012

This message has been blocked for your safety

Have you tried to click on "Learn more" ?!!!

It looks like you are using a software (not sure if this is a server side
firewall software or if you try to read the message in a client) that
consider this as a potential threat. IMO your best is to look for support at
this third party product site as it looks like this issue is not related to
..NET...

--
Patrice

"Jassim Rahma" <jrahma@dotnet.itags.org.hotmail.coma crit dans le message de news:
F12C8C18-20DE-4A06-A415-2FC181265544@dotnet.itags.org.microsoft.com...

Quote:

Originally Posted by

>I am getting this message when sending using System.Net.Mail... I have
attached the print screen and here is the complete code:
>
NetworkCredential network_credential = new
NetworkCredential("info@dotnet.itags.org.zatoor.com", "xxxxxx");
MailMessage mail_message = new MailMessage();
// SmtpClient smtp_client = new SmtpClient("localhost");
SmtpClient smtp_client = new SmtpClient("smtp.zatoor.com");
smtp_client.UseDefaultCredentials = false;
smtp_client.Port = 25;
smtp_client.Credentials = network_credential;
>
string html_message = null;
>
html_message = "<html>";
html_message += "<head>";
html_message += "<meta http-equiv=Content-Type
content='text/html; charset=windows-1252'>";
html_message += "</head>";
html_message += "<body>";
html_message += "Thank you for registering with zatoor.com
and welcome to the world of free classifieds. We hope you will enjoy using
our website.";
html_message += "<br>";
html_message += "<br><br>";
html_message += "zatoor.com Team";
html_message += "</body>";
html_message += "</html>";
>
mail_message.From = new MailAddress("info@dotnet.itags.org.zatoor.com",
"zatoor.com");
mail_message.To.Add(txtEmailAddress.Text);
mail_message.CC.Add("jrahma@dotnet.itags.org.yahoo.com");
// mail_message.Priority = MailPriority.High;
mail_message.IsBodyHtml = true;
mail_message.Subject = "welcome to zatoor.com";
mail_message.Body = html_message;
>
mail_message.DeliveryNotificationOptions =
DeliveryNotificationOptions.OnFailure;
>
smtp_client.Send(mail_message);
>

can you please expian what do you mean?

"Patrice" <http://www.chez.com/scribe/wrote in message
news:uKsNceTyHHA.4712@.TK2MSFTNGP04.phx.gbl...

Quote:

Originally Posted by

Have you tried to click on "Learn more" ?!!!
>
It looks like you are using a software (not sure if this is a server side
firewall software or if you try to read the message in a client) that
consider this as a potential threat. IMO your best is to look for support
at this third party product site as it looks like this issue is not
related to .NET...
>
--
Patrice
>
"Jassim Rahma" <jrahma@.hotmail.coma crit dans le message de news:
F12C8C18-20DE-4A06-A415-2FC181265544@.microsoft.com...

Quote:

Originally Posted by

>>I am getting this message when sending using System.Net.Mail... I have
>attached the print screen and here is the complete code:
>>
> NetworkCredential network_credential = new
>NetworkCredential("info@.zatoor.com", "xxxxxx");
> MailMessage mail_message = new MailMessage();
> // SmtpClient smtp_client = new SmtpClient("localhost");
> SmtpClient smtp_client = new
>SmtpClient("smtp.zatoor.com");
> smtp_client.UseDefaultCredentials = false;
> smtp_client.Port = 25;
> smtp_client.Credentials = network_credential;
>>
> string html_message = null;
>>
> html_message = "<html>";
> html_message += "<head>";
> html_message += "<meta http-equiv=Content-Type
>content='text/html; charset=windows-1252'>";
> html_message += "</head>";
> html_message += "<body>";
> html_message += "Thank you for registering with zatoor.com
>and welcome to the world of free classifieds. We hope you will enjoy
>using
>our website.";
> html_message += "<br>";
> html_message += "<br><br>";
> html_message += "zatoor.com Team";
> html_message += "</body>";
> html_message += "</html>";
>>
> mail_message.From = new MailAddress("info@.zatoor.com",
>"zatoor.com");
> mail_message.To.Add(txtEmailAddress.Text);
> mail_message.CC.Add("jrahma@.yahoo.com");
> // mail_message.Priority = MailPriority.High;
> mail_message.IsBodyHtml = true;
> mail_message.Subject = "welcome to zatoor.com";
> mail_message.Body = html_message;
>>
> mail_message.DeliveryNotificationOptions =
>DeliveryNotificationOptions.OnFailure;
>>
> smtp_client.Send(mail_message);
>>


>
>


AFAIK this message is not produced by the DOTNET framework but by a third
party product that blocks the message you try to send for some reason.. In
this message you have a "Learn more" link that you could click to see why
this third party software choosed to block this transmission.

So for now it looks like to me this is not at all related to a programming
issue but to a third party software (firewall, antivirus ?)

Or is this that your mail provider replaced the screenshot by a message of
its own ;-) - Generally just reproducing the text should be enough. The
message I see is the "This message has been blocked for your safety"" whih
is not a DOTNET message...

--
Patrice

"Jassim Rahma" <jrahma@.hotmail.coma crit dans le message de news:
uOjWFueyHHA.5380@.TK2MSFTNGP04.phx.gbl...

Quote:

Originally Posted by

can you please expian what do you mean?
>
>
>
"Patrice" <http://www.chez.com/scribe/wrote in message
news:uKsNceTyHHA.4712@.TK2MSFTNGP04.phx.gbl...

Quote:

Originally Posted by

>Have you tried to click on "Learn more" ?!!!
>>
>It looks like you are using a software (not sure if this is a server side
>firewall software or if you try to read the message in a client) that
>consider this as a potential threat. IMO your best is to look for support
>at this third party product site as it looks like this issue is not
>related to .NET...
>>
>--
>Patrice
>>
>"Jassim Rahma" <jrahma@.hotmail.coma crit dans le message de news:
>F12C8C18-20DE-4A06-A415-2FC181265544@.microsoft.com...

Quote:

Originally Posted by

>>>I am getting this message when sending using System.Net.Mail... I have
>>attached the print screen and here is the complete code:
>>>
>> NetworkCredential network_credential = new
>>NetworkCredential("info@.zatoor.com", "xxxxxx");
>> MailMessage mail_message = new MailMessage();
>> // SmtpClient smtp_client = new SmtpClient("localhost");
>> SmtpClient smtp_client = new
>>SmtpClient("smtp.zatoor.com");
>> smtp_client.UseDefaultCredentials = false;
>> smtp_client.Port = 25;
>> smtp_client.Credentials = network_credential;
>>>
>> string html_message = null;
>>>
>> html_message = "<html>";
>> html_message += "<head>";
>> html_message += "<meta http-equiv=Content-Type
>>content='text/html; charset=windows-1252'>";
>> html_message += "</head>";
>> html_message += "<body>";
>> html_message += "Thank you for registering with
>>zatoor.com
>>and welcome to the world of free classifieds. We hope you will enjoy
>>using
>>our website.";
>> html_message += "<br>";
>> html_message += "<br><br>";
>> html_message += "zatoor.com Team";
>> html_message += "</body>";
>> html_message += "</html>";
>>>
>> mail_message.From = new MailAddress("info@.zatoor.com",
>>"zatoor.com");
>> mail_message.To.Add(txtEmailAddress.Text);
>> mail_message.CC.Add("jrahma@.yahoo.com");
>> // mail_message.Priority = MailPriority.High;
>> mail_message.IsBodyHtml = true;
>> mail_message.Subject = "welcome to zatoor.com";
>> mail_message.Body = html_message;
>>>
>> mail_message.DeliveryNotificationOptions =
>>DeliveryNotificationOptions.OnFailure;
>>>
>> smtp_client.Send(mail_message);
>>>


>>
>>


>

This type of page is not served.

Why when I click .asp page shows up this error on VS 2005: "This type of
page is not served."

Can I configure it to run .asp pages?You must be using the built-in development server, right? That won't work.
Switch it to IIS and it should be fine.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com
"Paulo" wrote:

Quote:

Originally Posted by

Why when I click .asp page shows up this error on VS 2005: "This type of
page is not served."
>
Can I configure it to run .asp pages?
>
>
>


And...if debugging is desired, these blog entries help a lot :

http://blogs.msdn.com/greggm/archiv.../15/552108.aspx
http://blogs.msdn.com/mikhailarkhip.../15/552236.aspx
http://blogs.msdn.com/mikhailarkhip.../24/432308.aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"Peter Bromberg [C# MVP]" <pbromberg@.yahoo.yohohhoandabottleofrum.comwrote in message
news:41C2E3DE-BB97-44D6-A369-AB1B1E0CAFA3@.microsoft.com...

Quote:

Originally Posted by

You must be using the built-in development server, right? That won't work.
Switch it to IIS and it should be fine.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com
>
>
>
"Paulo" wrote:
>

Quote:

Originally Posted by

>Why when I click .asp page shows up this error on VS 2005: "This type of
>page is not served."
>>
>Can I configure it to run .asp pages?
>>
>>
>>

This type of page is not served.

Why when I click .asp page shows up this error on VS 2005: "This type of
page is not served."
Can I configure it to run .asp pages?You must be using the built-in development server, right? That won't work.
Switch it to IIS and it should be fine.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com
"Paulo" wrote:

> Why when I click .asp page shows up this error on VS 2005: "This type of
> page is not served."
> Can I configure it to run .asp pages?
>
>
And...if debugging is desired, these blog entries help a lot :
http://blogs.msdn.com/greggm/archiv.../15/552108.aspx
http://blogs.msdn.com/mikhailarkhip.../15/552236.aspx
http://blogs.msdn.com/mikhailarkhip.../24/432308.aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"Peter Bromberg [C# MVP]" <pbromberg@.yahoo.yohohhoandabottleofrum.com> wrote
in message
news:41C2E3DE-BB97-44D6-A369-AB1B1E0CAFA3@.microsoft.com...
> You must be using the built-in development server, right? That won't work.
> Switch it to IIS and it should be fine.
> -- Peter
> Recursion: see Recursion
> site: http://www.eggheadcafe.com
> unBlog: http://petesbloggerama.blogspot.com
> bogMetaFinder: http://www.blogmetafinder.com
>
> "Paulo" wrote:
>