Web hosting forums || get your web hosting related questions answered https://www.hostasp.net/forums/latest.html 2024-04-27T10:59:56+00:00 Joomla! - Open Source Content Management Php mailer error after hosting 2014-07-17T18:21:32+00:00 2014-07-17T18:21:32+00:00 https://www.hostasp.net/forums/question/php-mailer-error-after-hosting.html Guest Please contact support<br /> <br /> <br /> --------------------<br /> hi i tried running my php mailer function from local host and everything s working fine, but when i host it to server its giving me an error<br /> <br /> "2014-07-17 13:53:48 SMTP ERROR: Failed to connect to server: No connection could be made because the target machine actively refused it. (10061) SMTP connect() failed. Message could not be sent.Mailer Error: SMTP connect() failed."<br /> <br /> im using class.phpmailer new version and setting r<br /> <br /> $mail = new PHPMailer;<br /> <br /> $mail->IsSMTP(); <br /> $mail->Host = 'mail.<domainname>.in';<br /> $mail->SMTPAuth = true; <br /> $mail->SMTPDebug = 1;<br /> $mail->Username = 'info@<domainname>.in'; <br /> $mail->Password = 'mypassowrd'; <br /> $mail->setFrom('info@<domainname>.in', 'First Last'); Please contact support<br /> <br /> <br /> --------------------<br /> hi i tried running my php mailer function from local host and everything s working fine, but when i host it to server its giving me an error<br /> <br /> "2014-07-17 13:53:48 SMTP ERROR: Failed to connect to server: No connection could be made because the target machine actively refused it. (10061) SMTP connect() failed. Message could not be sent.Mailer Error: SMTP connect() failed."<br /> <br /> im using class.phpmailer new version and setting r<br /> <br /> $mail = new PHPMailer;<br /> <br /> $mail->IsSMTP(); <br /> $mail->Host = 'mail.<domainname>.in';<br /> $mail->SMTPAuth = true; <br /> $mail->SMTPDebug = 1;<br /> $mail->Username = 'info@<domainname>.in'; <br /> $mail->Password = 'mypassowrd'; <br /> $mail->setFrom('info@<domainname>.in', 'First Last'); How to Host MVC application in web-site panel 2014-07-16T15:51:31+00:00 2014-07-16T15:51:31+00:00 https://www.hostasp.net/forums/question/how-to-host-mvc-application-in-web-site-panel.html Pankil Agrawal info@persistanceplus.com Hello<br /> I want to host MVC application but I dont know how to host that aplication so pleas guide me. Hello<br /> I want to host MVC application but I dont know how to host that aplication so pleas guide me. How to download the website contect locally? 2014-07-13T06:10:36+00:00 2014-07-13T06:10:36+00:00 https://www.hostasp.net/forums/question/how-to-download-the-website-contect-locally.html Manohar V manooh@msn.com Hello<br /> <br /> I've to download my website content locally for some reason. Please let me know how do I do it?<br /> <br /> Cheers<br /> Manohar Hello<br /> <br /> I've to download my website content locally for some reason. Please let me know how do I do it?<br /> <br /> Cheers<br /> Manohar transfer of my .co domain 2014-06-21T08:31:13+00:00 2014-06-21T08:31:13+00:00 https://www.hostasp.net/forums/question/transfer-of-my-co-domain.html Guest i want to transfer my domain SMLS.CO to your service but i cannot see the option in the drop down list... is its possible to transfer my existing domain to it or not i want to transfer my domain SMLS.CO to your service but i cannot see the option in the drop down list... is its possible to transfer my existing domain to it or not Fixed IP 2014-05-12T17:09:02+00:00 2014-05-12T17:09:02+00:00 https://www.hostasp.net/forums/question/fixed-ip.html Guest Hello<br /> I would like to know if I can acquire a fixed IP address and link to a web site in the economy plan. My idea is connect the server to GCM (Google Cloud Messaging).<br /> That's why I need to have a fixed IP.<br /> <br /> Thank you,<br /> Juan Carlos Hello<br /> I would like to know if I can acquire a fixed IP address and link to a web site in the economy plan. My idea is connect the server to GCM (Google Cloud Messaging).<br /> That's why I need to have a fixed IP.<br /> <br /> Thank you,<br /> Juan Carlos Issues with WebMatrix 2 application running on your server? 2013-04-27T01:14:14+00:00 2013-04-27T01:14:14+00:00 https://www.hostasp.net/forums/question/issues-with-webmatrix-2-application-running-on-your-server.html Guest I am looking for a new Web hosting provider who specifically supports WebMatrix 2/Web Pages 2 applications. I understand, from a Live Chat with you, that you do. The website I have written using this platform also uses a small SQL Compact Edition database, which is simply a file (.sdf extension) stored in the App_Data folder of the application. On my local development machine, which has WebMatrix 2 installed as well as the IIS Express server to host it, my application runs perfectly and error-free.<br /> <br /> Here's my problem:<br /> <br /> I have tried 2 different Web hosts so far, and on neither host does my app run without throwing exceptions. Here is an example on one host:<br /> <br /> Server Error in '/' Application.<br /> --------------------------------------------------------------------------------<br /> The Role Manager feature has not been enabled. <br /> Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br /> Exception Details: System.Configuration.Provider.ProviderException: The Role Manager feature has not been enabled.<br /> Source Error: <br /> Line 1: @{<br /> Line 2: WebSecurity.InitializeDatabaseConnection("StarterSite", "UserProfile", "UserId", "Email", autoCreateTables: true);<br /> Line 3: <br /> <br /> MY QUESTION:<br /> <br /> Are there assemblies or dlls that must exist on the Web server, in addition to the packages and dlls within the WebMatrix application that get uploaded when I FTP, that are necessary for my application to run? If so, are these installed on your server so that I will have no issues should I open a hosting account with you? If not, can you provide assistance as to what components I will need, and instruct me on how to install them on your server? Or do I need to modify my web.config file in some way? Please help. I can find no information concerning this issue or how to solve it despite many hours of Internet searches on the subject.<br /> <br /> Thank you so much for your help! I am looking for a new Web hosting provider who specifically supports WebMatrix 2/Web Pages 2 applications. I understand, from a Live Chat with you, that you do. The website I have written using this platform also uses a small SQL Compact Edition database, which is simply a file (.sdf extension) stored in the App_Data folder of the application. On my local development machine, which has WebMatrix 2 installed as well as the IIS Express server to host it, my application runs perfectly and error-free.<br /> <br /> Here's my problem:<br /> <br /> I have tried 2 different Web hosts so far, and on neither host does my app run without throwing exceptions. Here is an example on one host:<br /> <br /> Server Error in '/' Application.<br /> --------------------------------------------------------------------------------<br /> The Role Manager feature has not been enabled. <br /> Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br /> Exception Details: System.Configuration.Provider.ProviderException: The Role Manager feature has not been enabled.<br /> Source Error: <br /> Line 1: @{<br /> Line 2: WebSecurity.InitializeDatabaseConnection("StarterSite", "UserProfile", "UserId", "Email", autoCreateTables: true);<br /> Line 3: <br /> <br /> MY QUESTION:<br /> <br /> Are there assemblies or dlls that must exist on the Web server, in addition to the packages and dlls within the WebMatrix application that get uploaded when I FTP, that are necessary for my application to run? If so, are these installed on your server so that I will have no issues should I open a hosting account with you? If not, can you provide assistance as to what components I will need, and instruct me on how to install them on your server? Or do I need to modify my web.config file in some way? Please help. I can find no information concerning this issue or how to solve it despite many hours of Internet searches on the subject.<br /> <br /> Thank you so much for your help! Hosting 2013-04-25T08:21:08+00:00 2013-04-25T08:21:08+00:00 https://www.hostasp.net/forums/question/hosting.html Guest Hi - Please give me a quote to host a small website - your smallest package, should do the job.<br /> Can you receive Pay Pal?<br /> <br /> Many thanks<br /> Steve<br /> SOUTH AFRICA<br /> <br /> PS - get a better Captcha font - I have now tried 8 times !! Hi - Please give me a quote to host a small website - your smallest package, should do the job.<br /> Can you receive Pay Pal?<br /> <br /> Many thanks<br /> Steve<br /> SOUTH AFRICA<br /> <br /> PS - get a better Captcha font - I have now tried 8 times !! hosting Additional domains 2013-04-18T15:17:49+00:00 2013-04-18T15:17:49+00:00 https://www.hostasp.net/forums/question/hosting-additional-domains.html Sridhar Muvva paypal@eglobaltrends.net I have Deluxe Windows hosting that hosts 1 Domain.<br /> I want to host 2 more domains. But i dont need any other resources.<br /> Can you do this for additional cost? I have Deluxe Windows hosting that hosts 1 Domain.<br /> I want to host 2 more domains. But i dont need any other resources.<br /> Can you do this for additional cost? Email issues: sending email from code 2013-04-10T06:36:43+00:00 2013-04-10T06:36:43+00:00 https://www.hostasp.net/forums/question/email-issues-sending-email-from-code.html Ajit Kumar webtech4rindia@gmail.com Hello, <br /> <br /> While sending two different email one for user and other for administrator continue. Getting error like "The server response was: Greylisted, please try again in 581 seconds".<br /> <br /> We are using asp.net platform to send email.<br /> <br /> SMTP = "mail.domain.com";<br /> FromAddress = " info@domain.com"<br /> password="password"<br /> <br /> Please let me know what it causing. What kind of configuration we may need to make it sending two back to back email. Hello, <br /> <br /> While sending two different email one for user and other for administrator continue. Getting error like "The server response was: Greylisted, please try again in 581 seconds".<br /> <br /> We are using asp.net platform to send email.<br /> <br /> SMTP = "mail.domain.com";<br /> FromAddress = " info@domain.com"<br /> password="password"<br /> <br /> Please let me know what it causing. What kind of configuration we may need to make it sending two back to back email. ASP.NET 4.5 not available 2012-12-21T00:07:55+00:00 2012-12-21T00:07:55+00:00 https://www.hostasp.net/forums/question/asp-net-4-5-not-available.html Ari Falkner 1arithehun@gmail.com It was emailed that the servers would be upgraded to ASP.NET 4.5. However, when I try to set up a website, it only allows ASP.NET 4.0. What am I missing?<br /> <br /> <img src="http://net.jujutsu.co.hostasp.us/asp.net4.5not_available.png" alt="http://net.jujutsu.co.hostasp.us/asp.net4.5not_available.png" /> It was emailed that the servers would be upgraded to ASP.NET 4.5. However, when I try to set up a website, it only allows ASP.NET 4.0. What am I missing?<br /> <br /> <img src="http://net.jujutsu.co.hostasp.us/asp.net4.5not_available.png" alt="http://net.jujutsu.co.hostasp.us/asp.net4.5not_available.png" /> Email accessing problem 2012-12-14T01:14:13+00:00 2012-12-14T01:14:13+00:00 https://www.hostasp.net/forums/question/email-accessing-problem.html Guest Plz provide link to webmail link, so as to enable us to access mail online. Also provide pop3 account server details to configure mail into outlook Plz provide link to webmail link, so as to enable us to access mail online. Also provide pop3 account server details to configure mail into outlook choose Window Hosting USA and Window Hosting India. 2012-12-13T16:35:25+00:00 2012-12-13T16:35:25+00:00 https://www.hostasp.net/forums/question/choose-window-hosting-usa-and-window-hosting-india.html Gaurav Sharma gaurav.gs2005@gmail.com what would be the difference in service & product if i choose Window Hosting USA and Window Hosting India. How it would matter for me.<br /> i hace found out that Hosting Iin India is costlier for me.<br /> (i live in India - New Delhi) what would be the difference in service & product if i choose Window Hosting USA and Window Hosting India. How it would matter for me.<br /> i hace found out that Hosting Iin India is costlier for me.<br /> (i live in India - New Delhi) E-mail Problem 2012-12-13T12:45:33+00:00 2012-12-13T12:45:33+00:00 https://www.hostasp.net/forums/question/e-mail-problem.html Guest After logging nothing appears in my browser, only a gray area. After logging nothing appears in my browser, only a gray area. How to setup a MySql database 2012-12-10T09:44:16+00:00 2012-12-10T09:44:16+00:00 https://www.hostasp.net/forums/question/how-to-setup-a-mysql-database.html Guest Dear colleagues<br /> <br /> I am setting up my hostasp.net application. <br /> <br /> Currently it is running on my local machien but I need to host it and I choosed your platform as hoster.<br /> <br /> How do I setup my database? I would like to export the database on my machine and to import it again on the server. <br /> I am using your panel but it only allows me to create a database and a user but I do not see a way to manage my database?!<br /> When I checked the documentation I found some words about cpanel. What is that and how can I access it?<br /> <br /> Thank you in advance.<br /> <br /> Cheers<br /> <br /> Marc Dear colleagues<br /> <br /> I am setting up my hostasp.net application. <br /> <br /> Currently it is running on my local machien but I need to host it and I choosed your platform as hoster.<br /> <br /> How do I setup my database? I would like to export the database on my machine and to import it again on the server. <br /> I am using your panel but it only allows me to create a database and a user but I do not see a way to manage my database?!<br /> When I checked the documentation I found some words about cpanel. What is that and how can I access it?<br /> <br /> Thank you in advance.<br /> <br /> Cheers<br /> <br /> Marc Upgradation from Ecomomy to Delux web hosting plan 2012-12-07T13:18:03+00:00 2012-12-07T13:18:03+00:00 https://www.hostasp.net/forums/question/upgradation-from-ecomomy-to-delux-web-hosting-plan.html Guest Hello.. i am planning to start with Business / Economy Web Hosting Plan (windows) with your website.. there is a possibility that i may decide to upgrade to Premium / Deluxe Web Hosting Plan (windows). <strong>will such upgradation be possible</strong>.. if yes <strong>at what cost</strong> and <strong>what would happen to the money i paid for the current plan</strong>?<br /> please replay asap.. Hello.. i am planning to start with Business / Economy Web Hosting Plan (windows) with your website.. there is a possibility that i may decide to upgrade to Premium / Deluxe Web Hosting Plan (windows). <strong>will such upgradation be possible</strong>.. if yes <strong>at what cost</strong> and <strong>what would happen to the money i paid for the current plan</strong>?<br /> please replay asap.. Registering a new website 2012-12-05T13:48:00+00:00 2012-12-05T13:48:00+00:00 https://www.hostasp.net/forums/question/registering-a-new-website.html Guest I am thinking to start a brand new website hence would also like to know something about registering a new website. I am thinking to start a brand new website hence would also like to know something about registering a new website. Single site Web Hosting Plan support Sql Server Compact edition 2012-11-20T12:31:54+00:00 2012-11-20T12:31:54+00:00 https://www.hostasp.net/forums/question/single-site-web-hosting-plan-support-sql-server-compact-edition.html Guest Does Starter / Single site Web Hosting Plan support Sql Server Compact edition ? Does Starter / Single site Web Hosting Plan support Sql Server Compact edition ? MSSQL Database connectionstring Server=? 2012-11-12T18:56:59+00:00 2012-11-12T18:56:59+00:00 https://www.hostasp.net/forums/question/mssql-database-connectionstring-server.html Guest Hi, we need to configure a connection string to connect to a database, and we don't know the name of the server.<br /> Database, user and password is ok.<br /> Server=????;Database=DBxxxx;User Id=xxxx;Password=xxxx<br /> <br /> Thank you Hi, we need to configure a connection string to connect to a database, and we don't know the name of the server.<br /> Database, user and password is ok.<br /> Server=????;Database=DBxxxx;User Id=xxxx;Password=xxxx<br /> <br /> Thank you dashcommerce 2012-11-09T11:08:02+00:00 2012-11-09T11:08:02+00:00 https://www.hostasp.net/forums/question/dashcommerce.html Guest Hi there,<br /> <br /> I recently installed Dashcommerce app, the installation completed ok, however when viewing the site after the install, im presented with a blank white page.<br /> <br /> please can you advise if there is a prob with the installer. Hi there,<br /> <br /> I recently installed Dashcommerce app, the installation completed ok, however when viewing the site after the install, im presented with a blank white page.<br /> <br /> please can you advise if there is a prob with the installer. Enable custom errors for php website on asp.net platform 2012-10-20T17:54:00+00:00 2012-10-20T17:54:00+00:00 https://www.hostasp.net/forums/question/enable-custom-errors-for-php-website-on-asp-net-platform.html Guest how can i enable custom errors in asp.net platform for the website build in php language. i have build a website in php and i have upload but am unable to view the errors. where i just getting the 500 internal server error. <br /> <br /> domain name: narulaphotography.com<br /> hosting plan: ASP.NET Economy Hosting win 13<br /> Please Help us as soon as possible.... how can i enable custom errors in asp.net platform for the website build in php language. i have build a website in php and i have upload but am unable to view the errors. where i just getting the 500 internal server error. <br /> <br /> domain name: narulaphotography.com<br /> hosting plan: ASP.NET Economy Hosting win 13<br /> Please Help us as soon as possible....