VB/ASP.Net 2005
-
Dear Friend, I developed my web sites using virsion VS.Net 2003 and I upload relevant folder (wwwroot/myproject like that) all files to server. It contain BIM folder also. Then it's properly work. But my problum is I developed another site using VS.Net 2005. I can save web project files in anywhere in computer In 2005. It's local server properly run. If that site properly work in the server, Which files am I upload to server? Regards Kusal
-
Dear Friend, I developed my web sites using virsion VS.Net 2003 and I upload relevant folder (wwwroot/myproject like that) all files to server. It contain BIM folder also. Then it's properly work. But my problum is I developed another site using VS.Net 2005. I can save web project files in anywhere in computer In 2005. It's local server properly run. If that site properly work in the server, Which files am I upload to server? Regards Kusal
copy the corresponding virtual directory. Then use them in the server. Before upload publish the web application
Sathesh Pandian
-
Dear Friend, I developed my web sites using virsion VS.Net 2003 and I upload relevant folder (wwwroot/myproject like that) all files to server. It contain BIM folder also. Then it's properly work. But my problum is I developed another site using VS.Net 2005. I can save web project files in anywhere in computer In 2005. It's local server properly run. If that site properly work in the server, Which files am I upload to server? Regards Kusal
If you want to publish your site to different server or virtual directory it's better to use the "Copy Web Site" or "Publish Web Site" tools from the .NET 2005 (IDE). Regards, Mark
-
If you want to publish your site to different server or virtual directory it's better to use the "Copy Web Site" or "Publish Web Site" tools from the .NET 2005 (IDE). Regards, Mark
-
copy the corresponding virtual directory. Then use them in the server. Before upload publish the web application
Sathesh Pandian