Home All Groups Group Topic Archive Search About

Publishing An ASP.NET Website With Visual Studio .NET 2005

Author
1 Jul 2006 7:42 PM
Nathan Sokalski
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET
2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a
*.dll with the name of the Project to a /bin/ folder in the same directory
as the source code. However, in Visual Studio .NET 2005 when I selected
'Publish Web Site' and selected a target location to place it in, it placed
the following files in it:


All *.aspx files
All *.html files
All *.css files
All *.js files
All *.mdb files
web.config
PrecompiledApp.config
images/*.*
bin/App_Code.compiled
bin/App_Code.dll
bin/App_Web_p5v6buoq.dll
bin/App_Web_xx-bm_x8.dll


This is fine, except I don't know what to do with the following of these
files:


PrecompiledApp.config
bin/App_Code.compiled
bin/App_Code.dll
bin/App_Web_p5v6buoq.dll
bin/App_Web_xx-bm_x8.dll


What are each of these files, what do I do with each of them, and why are
there 3 *.dll files now, unlike just one like there was in Visual Studio
..NET 2003? Thanks.
--
Nathan Sokalski
njsokal***@hotmail.com
http://www.nathansokalski.com/

Author
2 Jul 2006 5:48 AM
Cor Ligthert [MVP]
Nathan,

I would have written the same as Peter, but I have the link in my favorites.
(It creates a completely different website than the standard 2005 one while
it uses again the name codebehind after first creating a website with the
first website version from 2005 we have all done it new with this one
because it is easier to handle as project)

http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx

I hope this helps,

Cor

Show quoteHide quote
"Nathan Sokalski" <njsokal***@hotmail.com> schreef in bericht
news:%23csl$ZUnGHA.4604@TK2MSFTNGP02.phx.gbl...
>I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET
>2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a
>*.dll with the name of the Project to a /bin/ folder in the same directory
>as the source code. However, in Visual Studio .NET 2005 when I selected
>'Publish Web Site' and selected a target location to place it in, it placed
>the following files in it:
>
>
> All *.aspx files
> All *.html files
> All *.css files
> All *.js files
> All *.mdb files
> web.config
> PrecompiledApp.config
> images/*.*
> bin/App_Code.compiled
> bin/App_Code.dll
> bin/App_Web_p5v6buoq.dll
> bin/App_Web_xx-bm_x8.dll
>
>
> This is fine, except I don't know what to do with the following of these
> files:
>
>
> PrecompiledApp.config
> bin/App_Code.compiled
> bin/App_Code.dll
> bin/App_Web_p5v6buoq.dll
> bin/App_Web_xx-bm_x8.dll
>
>
> What are each of these files, what do I do with each of them, and why are
> there 3 *.dll files now, unlike just one like there was in Visual Studio
> .NET 2003? Thanks.
> --
> Nathan Sokalski
> njsokal***@hotmail.com
> http://www.nathansokalski.com/
>