Bonjour,
Though you cannot use WAP to generate an assembly for each page using VS Studio 2005 default settings since it creates a single assembly only, but you can use the ASPNET_Compiler to do the same. Use it from the VS 2005 commnad prompt as:
> aspnet_compiler -fixednames -v /PathToVirtualDirectory targetDir
This will produce pre-compiled assmeblies for each page in the bin directory. But having an assembly for each page can have scalability issues.
-Vivek
MVP, ASP.NET ||
My Website ||
Blog ||
ArticlesPlease mark the most helpful reply/replies as "Answer".