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.
|
|
|
|
|
![]() |
||
how to upload a asp.net wesite [Urgent help pls]
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
|||
|
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.
|
![]() |
| Tags |
| upload, aspnet, wesite, urgent, help, pls |
| Thread Tools | |
|
|
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 |