Close

Results 1 to 8 of 8
  1. #1
    DF Probation Goldberg's Avatar
    Join Date
    Jun 2001
    Location
    Landaaaan!
    Posts
    14,453
    Thanks
    1,325
    Thanked:        1,547
    Karma Level
    1153

    asp.net host needed

    I am currently developing a Fantasy Football site in asp.net and VB.net.

    The only thing is, my current host www.f2s.com do not host asp pages yet

    Anyone know any good ones, I dont want to pay over the odds as it will be a non profit site.

    If the worse comes to the worst, my old P2 may have to become a server
    We all make mistakes sometimes

  2. #2
    DF VIP Member big man's Avatar
    Join Date
    Jul 2002
    Location
    The big smoke
    Posts
    2,824
    Thanks
    8
    Thanked:        0
    Karma Level
    445

    Default

    Hi mate

    I've got an account with www.tollon.net and they've just upgraded to it. I'm running theor basic business package which is a tenner a month, but they do a home package as well which i think is about 5 quid. Their speeds aren't fantastic, but they aren't bad.

    Check about .NET hosting on the home account tho - don't know if that was covered in the upgrade

    Hope that helps
    I am a loud man with a very large hat. This means I am in charge

    Never argue with an idiot. They will bring you down to their level, then beat you with experience.

  3. #3
    DF Probation Goldberg's Avatar
    Join Date
    Jun 2001
    Location
    Landaaaan!
    Posts
    14,453
    Thanks
    1,325
    Thanked:        1,547
    Karma Level
    1153

    Default

    Cheers mate.

    I will check it out, do you know anything about asp.net?

    I am getting a compiler error when trying to debug a page with E-mail agent on?

    'Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30390: 'System.Web.Mail.SmtpMail.Private Overloads Sub New()' is not accessible in this context because it is 'Private'.

    Source Error:



    Line 1: <%@ Import NameSpace="System.Web.Mail.smtpMail" %>
    Line 2: <%
    Line 3: Dim objmail as New System.Web.Mail.smtpMail()
    Line 4: Dim ret as Object
    Line 5: objmail.Send("****@ntlworld.com","****@goldberg-mods.com", "Test SMTP Mail","This is a Test")


    Source File: http://localhost/hour5/WebForm1.aspx Line: 3
    '

    any help would be appreciated
    We all make mistakes sometimes

  4. #4
    DF VIP Member big man's Avatar
    Join Date
    Jul 2002
    Location
    The big smoke
    Posts
    2,824
    Thanks
    8
    Thanked:        0
    Karma Level
    445

    Default

    Can't get the source file mate.
    I am a loud man with a very large hat. This means I am in charge

    Never argue with an idiot. They will bring you down to their level, then beat you with experience.

  5. #5
    DF Probation Goldberg's Avatar
    Join Date
    Jun 2001
    Location
    Landaaaan!
    Posts
    14,453
    Thanks
    1,325
    Thanked:        1,547
    Karma Level
    1153

    Default

    Sorry mate, heres the HTML file from VS.Net

    <%@ Import NameSpace="System.Web.Mail.smtpMail" %>
    <%
    Dim objmail as New System.Web.Mail.smtpMail()
    Dim ret as Object
    objmail.Send("cy.bi@ntlworld.com","martin@goldberg-mods.co.uk", "Test SMTP Mail","This is a Test")
    %>
    <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="hour5.WebForm1"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <title>WebForm1</title>
    <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
    <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
    <meta name="vs_defaultClientScript" content="JavaScript">
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    </HEAD>
    <body MS_POSITIONING="GridLayout">
    <form id="Form1" method="post" runat="server">
    <TABLE id="Table1" style="Z-INDEX: 101; LEFT: 9px; POSITION: absolute; TOP: 8px" cellSpacing="1" cellPadding="1" width="300" border="1">
    <TR>
    <TD style="WIDTH: 105px; HEIGHT: 23px">E-Mail Address</TD>
    <TD style="HEIGHT: 23px">
    <asp:TextBox id="txtEMail" runat="server"></asp:TextBox></TD>
    </TR>
    <TR>
    <TD style="WIDTH: 105px">Password</TD>
    <TD>
    <INPUT type="password" id="txtPassword"></TD>
    </TR>
    <TR>
    <TD align="middle" colSpan="2">
    <INPUT id="btnLogin" type="button" value="Login"></TD>
    </TR>
    </TABLE>
    </form>
    </body>
    </HTML>
    We all make mistakes sometimes

  6. #6
    DF VIP Member big man's Avatar
    Join Date
    Jul 2002
    Location
    The big smoke
    Posts
    2,824
    Thanks
    8
    Thanked:        0
    Karma Level
    445

    Default

    Erm................all i get is your code trying to overwrite the digital forums page, and there's no html link.

    Zip the file up and attach it to a post, and also edit your lastpost, cause it's playing havoc with my comuter
    I am a loud man with a very large hat. This means I am in charge

    Never argue with an idiot. They will bring you down to their level, then beat you with experience.

  7. #7
    DF Probation Goldberg's Avatar
    Join Date
    Jun 2001
    Location
    Landaaaan!
    Posts
    14,453
    Thanks
    1,325
    Thanked:        1,547
    Karma Level
    1153

    Default

    ok mate, fuckinghell yeah, how did I manage to do this!! surely the forum should not allow me to put code over their code!! This is mad lol.!!

    I will sort tomorrow mate, i ahe been on the piss today and need sleeeeep

    Cheers.

    But still how the feck did I manage to do this!!!
    We all make mistakes sometimes

  8. #8
    DF Probation Goldberg's Avatar
    Join Date
    Jun 2001
    Location
    Landaaaan!
    Posts
    14,453
    Thanks
    1,325
    Thanked:        1,547
    Karma Level
    1153

    Default

    Here you go mate, this is my WebForm1.aspx file zipped.

    Still shows the same error when trying to debug with Visual Studio, let us know if you can help.
    We all make mistakes sometimes

Similar Threads

  1. needed opinions
    By krazi30173 in forum Site Critique
    Replies: 1
    Last Post: 20th September 2002, 03:34 PM
  2. Fast ASP Host...
    By ck24 in forum Web Hosting & Domain Names
    Replies: 6
    Last Post: 17th September 2002, 01:08 AM
  3. Saturn info needed
    By Shiver in forum Old Skool Gaming & Retro
    Replies: 8
    Last Post: 16th September 2002, 12:01 PM
  4. Advice needed! Xbox or Gamecube
    By Grooster in forum Microsoft Consoles
    Replies: 6
    Last Post: 5th September 2002, 01:05 PM
  5. Opinions needed for Originality and Concept
    By Scat in forum Site Critique
    Replies: 0
    Last Post: 28th August 2002, 10:33 AM

Social Networking Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •