AmosFiveSix.com

Experience, Knowledge, Creativity

  • Increase font size
  • Default font size
  • Decrease font size
AmosFiveSix.com

ASP.Net Precompilation

E-mail Print PDF
New Compilation Modes in ASP.NET 2.0 - Rick Strahl - May 14, 2005
http://www.west-wind.com/weblog/posts/2005/May/14/New-Compilation-Modes-in-ASPNET-20

Compilation and Deployment in ASP.NET 2.0 - Rick Strahl - August 12, 2008
http://www.west-wind.com/presentations/AspNetCompilation/AspNetCompilation.asp

MSDN: File Handling During ASP.NET Precompilation  (.NET Framework 2.0)
http://msdn.microsoft.com/en-us/library/e22s60h9%28v=vs.80%29.aspx

MSDN: ASP.NET Web Site Precompilation Overview (.NET Framework 2.0)
http://msdn.microsoft.com/en-us/library/399f057w%28v=vs.80%29.aspx

MSDN: Understanding ASP.NET Dynamic Compilation (.NET Framework 2.0)
http://msdn.microsoft.com/en-us/library/ms366723%28v=VS.80%29.aspx

Stack Overflow: Is there a way to get rid of aspx placeholder files in a ASP.NET web deployment project?
http://stackoverflow.com/questions/424230/is-there-a-way-to-get-rid-of-aspx-placeholder-files-in-a-asp-net-web-deployment

Stack Overflow: ASP.NET Web Deployment Projects: getting rid of .compiled files
http://stackoverflow.com/questions/447217/asp-net-web-deployment-projects-getting-rid-of-compiled-files


Results from combinations of various settings in the Publish Web Site dialog for a sample web site:

Settings:
  • Yes - Updatable
  • Yes - Fixed naming
  • Yes - Emit debug info
  • Yes or No - Web.config debug
Results:
  • App_Code.dll and .compiled and .pdb
  • App_global.asax.dll and .compiled and .pdb
  • App_WebReferences.dll and .compiled and .pdb


Settings:
  • Yes - Updatable
  • Yes - Fixed naming
  • No - Emit debug info
  • Yes or No - Web.config debug
Results:
  • App_Code.dll and .compiled
  • App_global.asax.dll and .compiled
  • App_WebReferences.dll and .compiled
  • No PDB files for web site DLLs


Settings:
  • No - Updatable
  • Yes - Fixed naming
  • No - Emit debug info
  • Yes or No - Web.config debug
Results:
  • App_Code.dll and .compiled
  • App_global.asax.dll and .compiled
  • App_WebReferences.dll and .compiled
  • App_Web_xyz.dll files for each .aspx page
  • .compiled files for each .aspx and .asmx file
  • No PDB files for web site DLLs


Settings:
  • No - Updatable
  • No - Fixed naming
  • No - Emit debug info
  • Yes or No - Web.config debug
Results:
  • App_Code.dll and .compiled
  • App_global.asax.dll and .compiled
  • App_WebReferences.dll and .compiled
  • App_Web_random.dll files of a random amount
  • .compiled files for each .aspx and .asmx file
  • No PDB files for web site DLLs
 

IIS, IUSR and Network Access

E-mail Print PDF

Understanding Built-In User and Group Accounts in IIS 7
http://learn.iis.net/page.aspx/140/understanding-built-in-user-and-group-accounts-in-iis/

Server Fault: IIS Strategies for Accessing Secured Network Resources
http://serverfault.com/questions/128252/iis-strategies-for-accessing-secured-network-resources

MSKB: How to access network files from IIS applications (References IIS 4.0!)
http://support.microsoft.com/kb/207671

MSKB: IIS Security Recommendations When You Use a UNC Share and Username and Password Credentials
http://support.microsoft.com/kb/280383

IUSR Built-in Account Associated with Users Group?
http://forums.iis.net/t/1147103.aspx

Explained: Windows Authentication in ASP.NET 2.0
http://msdn.microsoft.com/en-us/library/ff647076.aspx

ASP.NET Request Identity - An Analysis
http://www.eggheadcafe.com/tutorials/asp-net/1f12cd61-6bb3-4ffd-bac1-124d40837006/aspnet-request-identity--an-analysis.aspx

Configure the Anonymous Authentication Identity (IIS 7)
http://technet.microsoft.com/en-us/library/cc770966%28v=ws.10%29.aspx

Configure ASP.NET Impersonation Authentication (IIS 7)
http://technet.microsoft.com/en-us/library/cc730708%28WS.10%29.aspx

Server Fault: What are the IUSR and IWAM accounts for in IIS?
http://serverfault.com/questions/50128/what-are-the-iusr-and-iwam-accounts-for-in-iis

   

Web Application Project vs Web Site in Visual Studio

E-mail Print PDF
Web Application Project vs Web Site in Visual Studio

Web Application Project vs Web Site
http://vishaljoshi.blogspot.com/2009/08/web-application-project-vs-web-site.html

Converting a Web Site Project to a Web Application Project
http://blogs.msdn.com/b/webdevtools/archive/2009/10/29/converting-a-web-site-project-to-a-web-application-project.aspx
 

Web Deployment Projects vs Web Deployment Tool

E-mail Print PDF

Web Deployment Projects

Visual Studio 2010 Web Deployment Projects RTW – Available Now (5/26/2010)
http://blogs.msdn.com/b/webdevtools/archive/2010/05/26/visual-studio-2010-web-deployment-projects-rtw-available-now.aspx

ScottGu: VS 2005 Web Deployment Projects
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

MSDN Magazine: Web Deployment Projects
http://msdn.microsoft.com/en-us/magazine/cc163448.aspx

Download Center: Visual Studio® 2010 Web Deployment Projects - RTW
http://www.microsoft.com/download/en/details.aspx?id=24509


Web Deploy (aka Web Deployment Tool aka MSDeploy)

(Only works with Web Application projects, not Web Site projects)

Video: Web Deployment Made Awesome: If You're Using XCopy, You're Doing It Wrong
http://channel9.msdn.com/events/MIX/MIX10/FT14

Web Deployment Made Awesome: If You're Using XCopy, You're Doing It Wrong
http://www.hanselman.com/blog/WebDeploymentMadeAwesomeIfYoureUsingXCopyYoureDoingItWrong.aspx

Overview Post for Web Deployment in VS 2010 (9/22/2009)
http://vishaljoshi.blogspot.com/2009/09/overview-post-for-web-deployment-in-vs.html

ScottGu: VS 2010 Web Deployment
http://weblogs.asp.net/scottgu/archive/2010/07/29/vs-2010-web-deployment.aspx

 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  Next 
  •  End 
  • »


Page 1 of 6

My Twitter Feed

MSDN News

Get Microsoft Silverlight

Subscribe

Subscribe by e-mail:

Site Search

Google Ads