upload files in website
-
Hi All, What files are required when uploading and host in the webside developed by asp.net. ex: Bin folder, global.asax etc. which specific files are needed when hosting the website. pls help me. Thanks
-
Hi All, What files are required when uploading and host in the webside developed by asp.net. ex: Bin folder, global.asax etc. which specific files are needed when hosting the website. pls help me. Thanks
* Bin * Your Resources (Images/Sounds/Whatever) * Global.asax, if you used * All *.aspx * Web.config
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
-
* Bin * Your Resources (Images/Sounds/Whatever) * Global.asax, if you used * All *.aspx * Web.config
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
Hi Venkatesh, Thank u very much for u r reply
-
Hi All, What files are required when uploading and host in the webside developed by asp.net. ex: Bin folder, global.asax etc. which specific files are needed when hosting the website. pls help me. Thanks
Hi, If you are using VS2005, The publish website tool help.
**$**herin Iranimose
-
Hi All, What files are required when uploading and host in the webside developed by asp.net. ex: Bin folder, global.asax etc. which specific files are needed when hosting the website. pls help me. Thanks
Bin Folder and config file and your aspx pages,ascx pages and stylesheet basically when u right click and on web site and click on published web site it automatically create all the required file and folder in given location.