Jump to content

Search the Community

Showing results for tags 'ASP.Net'.

  • 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

  1. Hello community, I've created and published an Website with Microsoft Visual Studio 2013 for Web but i doesn't work. (the code is written in Visual Basic (VB)) I've tried lot of things, like changing the web.config file. First there was internal Server error and now every time it Shows a blank (White), empty Website. I've attached the original (MS visual Studio untouched Default file) and actual web.config. both are in the zip file. Thanks in advance! Web.configs_both.zip
  2. HELP!!!! I'm sure I use asp.net 3.5 build the website. All code generated by vs 2010 except I create a <p> tag in default.aspx. Here's the file web.config, <?xml version="1.0"?> <configuration> <appSettings/> <connectionStrings/> <system.web> <customErrors mode="Off" /> </system.web> </configuration> Why such simplest website got a server error???!!! And I already created tag <customErrors> and change mode to "Off", and I've been tried "On", "off" and "on". Same Error Info. 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> Anyone can HELP me?? I've been stuck on it 3 days............ Thank U very very very MUCH!!! My domain is http://miniqud.heliohost.org/ WebSiteTry.zip
  3. Hi everyone, I've created a blog in asp.net (c#) and the past two days have been nothing but headaches trying to figure out how to get it up and working properly. No matter what I do, every page turns up a generic error: I have added the requested <customErrors mode="Off" /> tag to the config file, but it still doesn't show any details about the error. I've tried changing/taking out dozens of different parts of my code files to try and manually figure out what's wrong, but it still shows that page no matter what. (And I've cleared my cache every time etc. etc.) I've googled the problem extensively, but still can't figure out how to even make it show what's wrong!! Note: the application's target framework is 4.0. When I noticed that the support was only for 3.5 on this host, I changed it to 3.5 but with no different results. I even tried to upload a simple one page asp.net project with nothing but the text "hello world" on it, and it showed the exact same page. Please help! My domain is acento-espanol.com (it's on the johnny server)
  4. I have been developing an application making use of the Subgirum Google Maps wrapper for ASP.NET. This application works when I test it on my local system but when I deploy it I get this error: Server Error in '/' Application Object reference not set to an instance of an object Description: HTTP 500. Error processing request. Stack Trace: System.NullReferenceException: Object reference not set to an instance of an object at System.Web.UI.ScriptManager.RegisterScript (System.Collections.Generic.List`1& scriptList, System.Web.UI.Control control, System.Type type, System.String key, System.String script, System.String url, Boolean addScriptTag, RegisteredScriptType scriptType) [0x00000] in <filename unknown>:0 at System.Web.UI.ScriptManager.RegisterClientScriptInclude (System.Web.UI.Control control, System.Type type, System.String key, System.String url) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 Version information: Mono Runtime Version: 2.6.7 (tarball Thu Oct 18 23:33:40 PDT 2012); ASP.NET Version: 2.0.50727.1433 I am pretty new to this so this has me pretty stymied, I really have no idea where to start when it comes to tracking down this error. Does this error suggest anything in particular or is it too generic to be of use?
  5. 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
  6. How can i fix this error ? http://williamx.heliohost.org/ My web.config like this <?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <compilation debug="true"/> <authentication mode="None"/> <customErrors mode="Off"/> </system.web> </configuration>
  7. Hello Guys, I am having this compilation error while running my site : VBNC30451: Could not resolve the name 'Label' It runs without an error when I use IIS Express on my PC. My PC has .Net Framework 4 and 3.5, BTW, While heliohost has .Net Framework 2(mono). I have already changed .Net Framework version in web.config from 4 to 2.0. Still no luck. The error occurs at this line when I declare a variable : Dim label(2) As Label I have my account on the Johnny server. The site's here at bookywormy,uni,me Thanks for your suggestions Yours sincerely, Dhruvit
  8. Hello, I have a problem: I can't connect to MySql with the connector: ODBC <asp:SqlDataSource ID="DataSourceDato" runat="server" ProviderName="System.Data.Odbc" SelectCommand="select * from cosa" ConnectionString="DRIVER={MySQL ODBC 3.51 Driver};Server=localhost;Database=zarkios_prueba;User=zarkios_prueba;Password=***;Option=3;"></asp:SqlDataSource> And shows the next error: System.DllNotFoundException: libodbc.so at (wrapper managed-to-native) System.Data.Odbc.libodbc:SQLAllocHandle (System.Data.Odbc.OdbcHandleType,intptr,intptr&) at System.Data.Odbc.OdbcConnection.Open () [0x00000] in <filename unknown>:0 MySQL Client <asp:SqlDataSource ID="DataSourceDato" runat="server" ProviderName="MySql.Data.MySqlClient" SelectCommand="SELECT * FROM cosa" ConnectionString="Server=localhost;Database=zarkios_prueba; User=zarkios_prueba;Password=***;" /> And shows the next error: System.Configuration.ConfigurationErrorsException: Failed to find or load the registered .Net Framework Data Provider 'MySql.Data.MySqlClient'. at System.Data.Common.DbProviderFactories.GetFactory (System.String providerInvariantName) [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactory () [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactoryInternal () [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.SqlDataSourceView.InitConnection () [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect (System.Web.UI.DataSourceSelectArguments arguments) [0x00000] in <filename unknown>:0 at System.Web.UI.DataSourceView.Select (System.Web.UI.DataSourceSelectArguments selectArgs, System.Web.UI.DataSourceViewSelectCallback callBack) [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.DataBoundControl.PerformSelect () [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.BaseDataBoundControl.DataBind () [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.GridView.DataBind () [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound () [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls () [0x00000] in <filename unknown>:0 at System.Web.UI.Control.EnsureChildControls () [0x00000] in <filename unknown>:0 at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000] in <filename unknown>:0 at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000] in <filename unknown>:0 at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000] in <filename unknown>:0 at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000] in <filename unknown>:0 at System.Web.UI.Control.PreRenderRecursiveInternal () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessLoadComplete () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.InternalProcessRequest () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0 Am i doing something wrong?
  9. Any one tell me can i upload Asp.net or jsp website on helionet
  10. Hello everybody, I have one noobish question I have my ASP.Net web application. What should I do in order to upload it to the server? Should I upload all files and folder direct, using FTP client, or I should do it another way? If there is already any topic about this question, can you give me the link. Thanks in advance
  11. after my site worked good for a while, it suddenly does not show aspx files. i always get now: 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> i have noticed that even when trying to access not existing pages ending with .aspx, the server does not return file not found but the same asp.net error instead. i have a def.aspx here: buzzmouse.heliohost.org/def.aspx for default page : index.html all is good. i actually follow the Web.config suggestion and add <customErrors mode="Off"/> with no success. any ideas??
  12. im running asp.net page using mod_mono on johnny server. httpCompression in web.config does not seems to work and also gzip or deflate in code behind return a failure: for this line : response.Filter = new GZipStream(context.Response.Filter, CompressionMode.Compress); libMonoPosixHelper.so Description: HTTP 500. Error processing request. Stack Trace: System.DllNotFoundException: libMonoPosixHelper.so at (wrapper managed-to-native) System.IO.Compression.DeflateStream:CreateZStream (System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStream/UnmanagedReadOrWrite,intptr) at System.IO.Compression.DeflateStream..ctor (System.IO.Stream compressedStream, CompressionMode mode, Boolean leaveOpen, Boolean gzip) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.Compression.DeflateStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode,bool,bool) at System.IO.Compression.GZipStream..ctor (System.IO.Stream compressedStream, CompressionMode mode, Boolean leaveOpen) [0x00000] in <filename unknown>:0 at System.IO.Compression.GZipStream..ctor (System.IO.Stream compressedStream, CompressionMode mode) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.Compression.GZipStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode) at ASP_bongi._Default.doCompression () [0x00000] in <filename unknown>:0 at ASP_bongi._Default.Render (System.Web.UI.HtmlTextWriter writer) [0x00000] in <filename unknown>:0 at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000] in <filename unknown>:0 at System.Web.UI.Page.RenderPage () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.InternalProcessRequest () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0 does somebody have any idea if this can be fixed or there is another wayy for using gzip in this configuration.? thanks, bongi
  13. 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.
  14. The current release version of Mono is 2.10.8,which support ASP.NET 4.0 http://www.mono-project.com/Compatibility will helionet upgrade to this version?
  15. Hi, I am new to Heliohost and I haven't had any luck publishing my ASP.NET 3.5 site. I was wondering what is the easiest way to do this? I have set up DAV to simply transfer files over, but if I just upload my files it always gives me back an 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. 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". The problem is, even if I edit my web.config file in order to view the actual error, it doesn't seem to register. It is as if there is already a root web.config file that is completely trumping anything I do! Can anyone give a newbie some tips on how to publish a simple website to Heliohost using Visual Studio 2010? Thanks in advance!!
×
×
  • Create New...