>Concorsi
>Forum
>Bandi/G.U.
 
 
 
 
  Login |  Registrati 
Elenco in ordine alfabetico delle domande di 70-315: Developing and implementing Web applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET

Seleziona l'iniziale:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

> Clicca qui per scaricare l'elenco completo delle domande di questo argomento in formato Word!


When a page cannot be found in your ASP.NET application (that is, when a 404 error occurs), you want to display a page named NotFound.aspx to the user. For all other errors, you want to display a page named GeneralError.aspx. Which settings should you make in the web.config file to ensure this?   
<customErrors mode="On"
defaultRedirect="GeneralError.aspx">
<error statusCode="404"
redirect="NotFound.aspx" />
</customErrors>
Which of the following ASP.NET applications requires you to use the Windows Installer rather than FTP to deploy to a Web server?   An application that includes a Web custom control that should be deployed to the GAC