0
Welcome Guest! Login
0 items Join Now

Not a rocket problem but could do with some help please

  • Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • I have today visited a friends website at www.wignallfoods.com/index.asp

      This site was created by an outside firm and has been running fine for a year or two

      I notice now that the domain takes you to an index.asp page showing code only

      Why would this have heppened, I have access to the files to fix if needed

      any suggestions would be good here

      Thanks

      Julian
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • It could be that your hoster has stop providing the necessary support for ASP
    • James Spencer / Developer & Support / Hull, UK
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • Morning James

      Humm I have just spoken to my mate again and they all seem to be able to view the site with no problems

      it may be my pc, wonder whats going on there then?
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • Its all code for me as well.
    • James Spencer / Developer & Support / Hull, UK
    • Joe K's Avatar
    • Joe K
    • Elite Rocketeer
    • Posts: 902
    • Thanks: 0

    Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • All code for me as well.
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • Ok so the host is Demon and the site is on free webspace there

      Is it just a case of calling them and asking about the ASP support

      Like I say this was working fine until just a few days ago
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • Just noticed that the code shows seems to show in Firefox, while in IE it shows ok

      the additional /index.asp is still added to end of the .com though

      strange
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • Same Here FF is all code
      IE 7 Shows the website fine
    • IT Consulting - Asesor Informatico
      www.ninjoomla.com
      Extensions, training, tips and services to support Web Developers and Site Owners.
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • Wonder what this is all about

      How do I go about fixing this?
  • Re: Not a rocket problem but could do with some help please

    Posted 17 years 3 weeks ago
    • why don't you upload a simple .asp file to your server in the root .

      could be as simple as
      <%@ Language= "VBScript" %> 
       
      &nbsp; <html> 
      &nbsp; <head> 
      &nbsp; <title>Example 1</title> 
      &nbsp; </head> 
      &nbsp; <body> 
      &nbsp; <font face="MS Gothic"> 
       
      &nbsp; <H1>Welcome to my Home Page</H1> 
      &nbsp; <% 
      &nbsp;  'Create some variables. 
      &nbsp;  dim strDynamicDate 
      &nbsp;  dim strDynamicTime 
       
      &nbsp;  'Get the date and time. 
      &nbsp;  strDynamicDate = Date() 
      &nbsp;  strDynamicTime = Time() 
       
      &nbsp;  'Print out a greeting, depending on the time, by comparing the last 2 characters in strDymamicTime to "PM". 
      &nbsp;  If "PM" = Right(strDynamicTime, 2) Then 
      &nbsp; &nbsp; &nbsp; Response.Write "<H3>Good Afternoon!</H3>" 
      &nbsp;  Else 
      &nbsp; &nbsp; &nbsp; Response.Write "<H3>Good Morning!</H3>" 
      &nbsp;  End If 
      &nbsp; %> 
      &nbsp; Today's date is <%=strDynamicDate%> and the time is <%=strDynamicTime%>&nbsp; 
       
      &nbsp; </font> 
      &nbsp; </body> 
      &nbsp; </html> 

      well, no that simple but may work.!

      upload it and test.
    • IT Consulting - Asesor Informatico
      www.ninjoomla.com
      Extensions, training, tips and services to support Web Developers and Site Owners.

Time to create page: 0.054 seconds