Compilation in VWD 2008
-
how do i compile my project to create bin folder files. Actully i want to know what are all files required for a website to get it displayed on internet...?
-
how do i compile my project to create bin folder files. Actully i want to know what are all files required for a website to get it displayed on internet...?
All the files you need to deploy a website are the .ASPX files and of course the .dll. Along with this you need all the image files you used. You do not need the resource files as they are compiled into the dll.
Illegal Operation Making Computer Software Talk
-
All the files you need to deploy a website are the .ASPX files and of course the .dll. Along with this you need all the image files you used. You do not need the resource files as they are compiled into the dll.
Illegal Operation Making Computer Software Talk
Thanks for the reply. But now can u tell me how to get that .dll files. as im not getting it in visual Web developer 2008. Whether it support making .dll or not..?
-
Thanks for the reply. But now can u tell me how to get that .dll files. as im not getting it in visual Web developer 2008. Whether it support making .dll or not..?
Sorry! Here is a more acurate statement. Website projets do not create a single DLL. By default, each page file has it's own DLL and the names are random. You can tell it to create a reproduceable name for each DLL, and using a website deployment project, you can tell it to create one dll, named whatever you want it to be
Illegal Operation Making Computer Software Talk