i bought a host and Domain and i publish it in my own website but I have still this problem! Any Idea?
[]D @ []v[] []D @ []v[]
i bought a host and Domain and i publish it in my own website but I have still this problem! Any Idea?
[]D @ []v[] []D @ []v[]
Wizard SideBar displayed horizontaly I think it can HelP You.
[]D @ []v[] []D @ []v[]
i do it! but it didnt help me! any other another one Idea which can help me?
[]D @ []v[] []D @ []v[]
Right now , i buy a host and a domain. and i want to publish my project on real website : WWW.MYDOMAIN.COM . but i encounter a problem : when i want to login to website it send me an error with this title : "Server Error in '/' Application." and contain this message : <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?
[]D @ []v[] []D @ []v[]
Thanks man! I Choose AjaxControlToolkit Which is Compatible with my .net framework! but another problem is, i wanna use htmleditor tool, and there is no html editor! n it is just in upper version of ajaxcontroltoolkit! Any Idea?
[]D @ []v[] []D @ []v[]
Thanks Again! You are Profesional !
[]D @ []v[] []D @ []v[]
I Use Build
---> Publish Web Site
and in target location i use my website ftp address! so ?
[]D @ []v[] []D @ []v[]
I published my website , but when i want to login to website it send me an error with this title : "Server Error in '/' Application." <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?
[]D @ []v[] []D @ []v[]
I Use .NET Framework 2.0! So? :sigh:
[]D @ []v[] []D @ []v[]
Thanks Man. But i Face to another Problem ... I try to Adding the AJAX Control Toolkit to the Toolbox as shown in this page: Get Started with the AJAX Control Toolkit : The Official Microsoft ASP.NET But it send me an error when I Select my AjaxControlToolkit.dll! The Error is : There was an error loading types from assembly 'C:/Program Files/....../AjaxContolToolkit.dll' 'Could not load file or assembly 'System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, ..... or one of its dependencies. The System cannot find the file specified.' Any Idea again? ;)
[]D @ []v[] []D @ []v[]
I try to Adding the AJAX Control Toolkit to the Toolbox as shown in this page: Get Started with the AJAX Control Toolkit : The Official Microsoft ASP.NET But it send me an error when I Select my AjaxControlToolkit.dll! The Error is : There was an error loading types from assembly 'C:/Program Files/....../AjaxContolToolkit.dll' 'Could not load file or assembly 'System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, ..... or one of its dependencies. The System cannot find the file specified.' Any Idea?
[]D @ []v[] []D @ []v[]
Thanks for ur reply! Where Should i find RichTextEditors ?!
[]D @ []v[] []D @ []v[]
Can anyone help me in creating RichTextBox in ASP.NET? I see an article in Codeproject.com but it is simple! i want an article or book for create Pro Rich Text Box ;) Something like this Picture
[]D @ []v[] []D @ []v[]
my website is : www.mowjelectric.com and my smtp is : mail.mowjelectric.com!
private void SendMail(string from, string body)
{
string mailservername = "mail.mowjelectric.com";
string subject = "Contact Us FeedBack";
MailMessage message = new MailMessage(from,"info@mowjelectric.com",subject,body);
SmtpClient mailclient = new SmtpClient();
mailclient.Host = mailservername;
mailclient.Send(message);
message.Dispose();
}
Can u take a look in my code? Thanks!
[]D @ []v[] []D @ []v[]
Thanks for your help! I Check My Mail Box at http://mail.myURL.com/ "mail.myURL.com" is it my SMTP Server ? and another question is how can find my SMTP Server except Read Manual for this hosting site? :confused:
[]D @ []v[] []D @ []v[]
Abhijit Jana wrote:
What do you mean by didn't work? Are you getting any error ? If yes, then what ?
No Error. I mean This Code didnt send any email :(
Abhijit Jana wrote:
Does you SMTP server configure properly ?
How Can i Configure it? I talk to where i buy Host and Domain, But they didnt help me. :|
[]D @ []v[] []D @ []v[]
This is my code to send an email! but it didnt work
private void SendMail(string from, string body)
{
string mailservername = "mail.myURL.com";
string subject = "Contact Us FeedBack";
MailMessage message = new MailMessage(from,"info@mowjelectric.com",subject,body);
SmtpClient mailclient = new SmtpClient();
mailclient.Host = mailservername;
mailclient.Send(message);
message.Dispose();
}
and I manipulate ASP.NET Configuraton. and change SMTP Server name to : "mail.myURL.com" Any Idea? :)
[]D @ []v[] []D @ []v[]
Thanks AnyWay! my problem Solve!
[]D @ []v[] []D @ []v[]
Thanks Abhijit Jana. I Run aspnet_regsql . . . and i use -? for help me! but i am confused! I find out something. first of all i havent sql express and I can't setup sql express edition. what should i do? i have Visual Studio 2005 beta version. Any Ideas ?!
[]D @ []v[] []D @ []v[]
when i use asp.net configuration from website tab on Visual Studio 2005. i click on Security Tab i saw this 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. " then i select "Choose Data Store" button and select a single provider , and after that Click on test text on page. again i saw an error : "Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider. " AnyOne know? What should i do?
[]D @ []v[] []D @ []v[]