Publish my starter kit

Last post 12-05-2009 11:20 AM by TATWORTH. 8 replies.

Sort Posts:

  • Publish my starter kit

    12-01-2009, 11:40 PM
    • Member
      7 point Member
    • ldy_hale
    • Member since 04-03-2006, 6:01 PM
    • Posts 23

    hello all,

    I am using a starter kit, but i am not able to veiw it on my site. Can anyone help me with publishing my starter kit to my site. 

  • Re: Publish my starter kit

    12-02-2009, 1:14 AM
    • All-Star
      62,553 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,210
    • TrustedFriends-MVPs

    Which starter kit?

    Where are you publishing it to?

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: Publish my starter kit

    12-02-2009, 1:33 AM
    • Participant
      998 point Participant
    • bloggernext
    • Member since 07-12-2009, 11:21 PM
    • Posts 212

    you did not mention which starter kit
    if you wish to launch your starter kit on-a-web-host then check the below link
    http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/ 

    Always bleeds red.The red team from Manchester will blow you away.
    United United United...
    Please Mark as Answer if it helps.
  • Re: Publish my starter kit

    12-02-2009, 6:26 AM
    • Member
      7 point Member
    • ldy_hale
    • Member since 04-03-2006, 6:01 PM
    • Posts 23

    Sorry, it's a personal site. I am just trying to learn more about .NET. 

  • Re: Publish my starter kit

    12-02-2009, 7:24 AM
    • All-Star
      62,553 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,210
    • TrustedFriends-MVPs

    Are you trying to run the site locally or upload it to an ISP?

    What OS are you running the site on?

    Which version of Visual Studio are you using?

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: Publish my starter kit

    12-02-2009, 7:57 AM
    • Member
      7 point Member
    • ldy_hale
    • Member since 04-03-2006, 6:01 PM
    • Posts 23

    1 and 1 is the hosting service i am using and it is written in .NET 2008 

  • Re: Publish my starter kit

    12-03-2009, 1:40 AM
    • All-Star
      62,553 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,210
    • TrustedFriends-MVPs

    Does your hosting package from 1and1 include Dotnet 2.0/3.0/3.5?

    What error messages (if any) are you getting?

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: Publish my starter kit

    12-04-2009, 9:40 AM
    • Member
      7 point Member
    • ldy_hale
    • Member since 04-03-2006, 6:01 PM
    • Posts 23

    3.0 1 and 1 said that this should work. but I am getting this error:

     

    Server Error in '/' Application.

    Runtime Error

    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>

    I have added the customer error as list above. Now what am i doing wrong?

  • Re: Publish my starter kit

    12-05-2009, 11:20 AM
    • All-Star
      62,553 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,210
    • TrustedFriends-MVPs

    At this stage normally you log onto the server and run the application locally so you can see the error message, however for shared hosting you cannot do this, hence the neccessary change to allow the error to be seen remotely.

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
Page 1 of 1 (9 items)