Jump to content

bongi

Members
  • Posts

    7
  • Joined

  • Last visited

bongi's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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??
  2. ok, i follow your steps + some rules and redirections in .htaccess file and it look good now. thanks..
  3. i had some tries in the past week, but the last action i took was to disable the parked domain and run the domain script (http://www.heliohost.../scripts/domain) about 3 days ago.
  4. i desperately need some help configuring DNS for my domain.. i bough a domain name and tried to configured it for my heliohost account. (buzzmouse.com) ns1.heliohost.org, ns2.heliohost.org the heliohost account was working good (buzzmouse.heliohost.com). i tried first using the cPanel option : Parked Domain - gave it 2 days. then tried manually configured 'Advanced DNS zone editor'. then tried to use the domain change script at: http://www.heliohost.org/home/support/scripts/domain all option resulted in getting to this page : /cgi-sys/defaultwebpage.cgi (HELIOHOST ACCOUNT QUEUED) the situation now is that i cant do anything in either cPanel ( You do not have permission to read the zone for : www.buzzmouse.com) or using the script again ( We're sorry, but we either could not find that account in the database, or it is not listed as active. Please contact an administrator if you feel this message is in error.) HELP!!!
  5. Thanks, i tried to add these lines from your example to my .htaccess file without success. i think the server does not support compression or i need to use other method..
  6. 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
×
×
  • Create New...