Jump to content

Search the Community

Showing results for tags 'asp'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 15 results

  1. Please i wanna have may ASP files but it seems it's not executed properly. It's not that a big project because I'm still a student and our instructor wants to have our own hosting so that he will only visit the site. We use both php and asp. He wants us to be hybrid. My asp just contains some basic activities from our class such as printing and variables as for now.
  2. Hi all, Glad to join this community I have received some files of a website developed using ASP, and was asked to place it back online. I've search on how to do it, but did not manage to find any good solutions. I would appreciate some help in this regard. Thanks in advance.
  3. I request release of ASP.NET technology in my hosting account user : valdir e-mail : silva.valdircarlos@gmail.com servidor : tommy
  4. Hi, I want to use aspx .net pages in my site. Please guide me how to enable .net. I already uploaded my build in my site but it throwing an error. My domain: kesavan7.heliohost.org Thanks, Kesavan
  5. Hi, I would like to develop the ASP.NET project through your hosting service that you provide. Is it possible to provide this possibility?(ASP.NET and connected components for example, ASP.NET MVC) Good day Server : Johnny User : cntrl Web site : cntrl.heliohost.org
  6. Could I please request ASP functionality on my Tommy-hosted site? Username is albrox. Let me know if any more information is required. Thanks!
  7. vcs13

    Asp.net

    Anyone know how to use ASP.Net in heliohost? In which folder do I host the files? Which page does it start? I usually use "home.aspx" on my computer with IIS server. Thank you
  8. Hi all how can i connect an asp.net page to a .mdb database file in the directory /public_html
  9. Please check: http://professionalserver.tk/aspx/HelloWorld.aspx The source code of that web file is just: @{ var currentDateTime = DateTime.Now; } <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Hello World Page</title> </head> <body> <h1>Hello World Page</h1> <p>Hello World!</p> <p>Right now it's @currentDateTime</p> </body> </html> My username: mbdungo
  10. My index file on my website adv-zharry.tk is index.aspx and when i go on it shows this error message: -------------------------------- Server Error in '/' Application Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> -------------------------------- How do i fix this or where is the web config file?
  11. I can't find support on this problem anywhere, so i thought i would post it here. When I try to upload a standard vs2010 ASP.NET Webforms application to my site's public_html folder, all I get is a server error: Server Error in '/' Application Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. ... and so on. And because of those security reasons, I can't see the details of that error, and so I can't solve it. I don't even understand why there would be an error, because it's a vs2010 template (not edited), which I uploaded right away, just to test if everything is working. I already checked my target framework (which I set to v3.5), so that is not what is causing the error. If someone from the Heliohost staff could give me more details about the error, or someone with experience uploading ASP sites could tell me what is going on, that would be really appreciated. Thanks in advance, DeepBlue
  12. How do I setup an ASP.Net website? where should i upload the files, or which settings should i add/change? I'm on Johnny, so I'm guessing i'm good so far. But i can't seem to get an ASP.net website running Thanks for the help.
  13. What would be the best language to design an entire MMO guild website in? Features would include a (secure) login system through an SQL database; forums; interactive calendar; member roster; etc. I have the most experience with HTML & Javascript but I'm not sure if I can make the entire site in HTML, otherwise I would've certainly gone with that. So can I get some opinions and/or tips?
  14. I've been looking for answer, but I can't seem to find one, if someone can point me in the right direction I would appreciate it. It says that helio host supports .asp, but I can't find any options in the control panel, nor is my .asp test site functioning properly. Can someone help me with this.
  15. Hi all, I'm new to everything website related, could someone please help me?? I have a website made in ASP.Net using Visual Studio 2010 with 3.5 framework. The site seems to be working fine, except for pages that contain a datagrid linked to my database, database1.mdf in the /app_data folder. I get this: No such host is known Description: HTTP 500. Error processing request. Stack Trace: System.Net.Sockets.SocketException: No such host is known at System.Net.Dns.GetHostByName (System.String hostName) [0x00000] in :0 at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00000] in :0 at System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress) [0x00000] in :0 at System.Net.Sockets.UdpClient.Connect (System.String hostname, Int32 port) [0x00000] in :0 at System.Net.Sockets.UdpClient..ctor (System.String hostname, Int32 port) [0x00000] in :0 at System.Data.SqlClient.SqlConnection+SqlMonitorSocket..ctor (System.String ServerName, System.String InstanceName) [0x00000] in :0 at System.Data.SqlClient.SqlConnection.DiscoverTcpPortViaSqlMonitor (System.String ServerName, System.String InstanceName) [0x00000] in :0 at System.Data.SqlClient.SqlConnection.ParseDataSource (System.String theDataSource, System.Int32& thePort, System.String& theServerName) [0x00000] in :0 at System.Data.SqlClient.SqlConnection.Open () [0x00000] in :0 at System.Data.Common.DbDataAdapter.Fill (System.Data.DataSet dataSet, Int32 startRecord, Int32 maxRecords, System.String srcTable, IDbCommand command, CommandBehavior behavior) [0x00000] in :0 at System.Data.Common.DbDataAdapter.Fill (System.Data.DataSet dataSet, System.String srcTable) [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.Data.Common.DbDataAdapter:Fill (System.Data.DataSet,string) at System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect (System.Web.UI.DataSourceSelectArguments arguments) [0x00000] in :0 This page is here : http://rodd.heliohost.org/Dogs.aspx Like I said, I'm completely new to this and don't know what this error means or what I can do, so any help would be greatly appreciated. Thanks in advance
×
×
  • Create New...