Faceless Master Posted June 13, 2003 Posted June 13, 2003 HI, I m new with asp.net! my question is that when i make a simple page in asp.net and buid the solution what files of project i have to upload ? (I upload Files in bin directory and .aspx file but its not working) Quote Creativity Beyond Imagination http://www.facelessmaster.tk
bungpeng Posted June 13, 2003 Posted June 13, 2003 What is your error message? It should work because you only need to upload dll file, which in bin directory, and .aspx file... Did You set the directory in web server as "Application" and upload your configuration files? Quote
Administrators PlausiblyDamp Posted June 13, 2003 Administrators Posted June 13, 2003 Does the web server you are uploading to have the Framework installed? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Faceless Master Posted June 14, 2003 Author Posted June 14, 2003 ya it has framework installed Here is the link http://facelessmaster.europe.webmatrixhosting.net/abc/ tell me y is that happening??? Quote Creativity Beyond Imagination http://www.facelessmaster.tk
Administrators PlausiblyDamp Posted June 14, 2003 Administrators Posted June 14, 2003 If you look at the associated .vb file (WebForm1.aspx.vb) there should be a line near the top that reads public Class 'what do you have here? Inherits 'and here? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Faceless Master Posted June 14, 2003 Author Posted June 14, 2003 I knw;But i aint inheriting anything Well Just tell me the fiules to upload with aspx file ;rest i shall try to fighure out regards Quote Creativity Beyond Imagination http://www.facelessmaster.tk
bungpeng Posted June 14, 2003 Posted June 14, 2003 Did You set the directory in web server as "Application"? I encounter the similar problem when I did not set as "Application" Quote
Faceless Master Posted June 17, 2003 Author Posted June 17, 2003 No i didnt; How do i do that???? Quote Creativity Beyond Imagination http://www.facelessmaster.tk
bungpeng Posted June 17, 2003 Posted June 17, 2003 1. Open your "Internet Informationn Services" under Start -> Program -> Administrative Tools 2. Under "Web Sites"/"Default Web Site" path, find your application folder 3. Right click your application folder and select "Properties" 4. In the "Directory" tab, press the "Create" button in Application name portion Is that clear? Quote
bungpeng Posted June 17, 2003 Posted June 17, 2003 Sorry, I forget.... You have to do that in your web server, so if it is not your web server (host by third party), then you need to ask them to set for you. Normally they will set your root directory as "Application". You need to ask them to remove that, and set your application folder as "Application" (which is under root directory) P/S: This is what I did last time when using third party hosting. I not sure are there any other way, because last time I faced this problem, I send many emails to them during investigation. Because there is not our server, so everything I need to ask them do for me. Quote
Faceless Master Posted June 17, 2003 Author Posted June 17, 2003 thanks i shall try! Quote Creativity Beyond Imagination http://www.facelessmaster.tk
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.