how to upload a asp.net wesite [Urgent help pls]

This is a discussion on "how to upload a asp.net wesite [Urgent help pls]" within the ASP.NET Forum section. This forum, and the thread "how to upload a asp.net wesite [Urgent help pls] are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 9th, 2006, 15:40
New Member
Join Date: Sep 2006
Location: canada
Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question how to upload a asp.net wesite [Urgent help pls]

i every one I made a site in asp.net and I am a terrible n00b in asp.net
I want to upload and run my website ....I got a free space in www.somee.com but unfortunatly I cannot bring my website running pls I need help fast

pls vist this site to know the problem

http://www.free_flashsite.somee.com/Default.aspx


and this my config.xml code

<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<customErrors mode="Off"/>
<compilation debug="false" strict="false" explicit="true" />
<pages>
<namespaces>
<clear />
<add namespace="System" />
<add namespace="System.Collections" />
<add namespace="System.Collections.Specialized" />
<add namespace="System.Configuration" />
<add namespace="System.Text" />
<add namespace="System.Text.RegularExpressions" />
<add namespace="System.Web" />
<add namespace="System.Web.Caching" />
<add namespace="System.Web.SessionState" />
<add namespace="System.Web.Security" />
<add namespace="System.Web.Profile" />
<add namespace="System.Web.UI" />
<add namespace="System.Web.UI.WebControls" />
<add namespace="System.Web.UI.WebControls.WebParts" />
<add namespace="System.Web.UI.HtmlControls" />
</namespaces>
</pages>
<authentication mode="Windows" />


<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
</system.web>
</configuration>

I have uploaded default.aspx | default.vb | web.config

Last edited by demon23; Sep 9th, 2006 at 15:43.
Reply With Quote

  #2 (permalink)  
Old Oct 17th, 2006, 12:52
New Member
Join Date: Oct 2006
Location: UK
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to upload a asp.net wesite [Urgent help pls]

You do not need to upload the default.vb file but you do need to upload the entire \bin folder - this contains the compiled version of your vb.
Reply With Quote
Reply

Tags
upload, aspnet, wesite, urgent, help, pls

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need some urgent help....!!!! shevorne Web Page Design 9 Sep 30th, 2007 23:36
Urgent help please marie2007 PHP Forum 3 Sep 9th, 2007 22:44
XSL - urgent ai0912 Other Programming Languages 0 Nov 6th, 2006 13:35
urgent help req.. s_mazhar Graphics and 3D 5 Oct 31st, 2005 09:04


All times are GMT. The time now is 22:31.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43