Click here to Skip to main content
15,897,704 members
Articles / Web Development / ASP.NET

IIS security settings and different permission using installer class with custom action

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
14 Aug 2012CPOL3 min read 29K   581   11  
Setting IIS security type and user, accounts permissions using installer class and custom action

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApplication", "SampleWebApplication.csproj", "{F31AE7EC-1271-4447-9E36-10B4C5CE8640}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SampleWebSetup", "..\SampleWebSetup\SampleWebSetup.vdproj", "{1250D53B-F58F-4ECB-B17E-F84C55CA6E9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISsettings", "IISsettings\IISsettings.csproj", "{E768AA70-95B5-4FA4-A44E-3DC4DE97ED87}"
EndProject
Project("{2CFEAB61-6A3B-4EB8-B523-560B4BEEF521}") = "SampleWebApplication.csproj_deploy1", "..\SampleWebApplication.csproj_deploy1\SampleWebApplication.csproj_deploy1.wdproj", "{495BFB24-662E-4348-9A4C-1E9AFFDEDF14}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F31AE7EC-1271-4447-9E36-10B4C5CE8640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F31AE7EC-1271-4447-9E36-10B4C5CE8640}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F31AE7EC-1271-4447-9E36-10B4C5CE8640}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F31AE7EC-1271-4447-9E36-10B4C5CE8640}.Release|Any CPU.Build.0 = Release|Any CPU
		{1250D53B-F58F-4ECB-B17E-F84C55CA6E9D}.Debug|Any CPU.ActiveCfg = Debug
		{1250D53B-F58F-4ECB-B17E-F84C55CA6E9D}.Release|Any CPU.ActiveCfg = Release
		{1250D53B-F58F-4ECB-B17E-F84C55CA6E9D}.Release|Any CPU.Build.0 = Release
		{E768AA70-95B5-4FA4-A44E-3DC4DE97ED87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E768AA70-95B5-4FA4-A44E-3DC4DE97ED87}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E768AA70-95B5-4FA4-A44E-3DC4DE97ED87}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E768AA70-95B5-4FA4-A44E-3DC4DE97ED87}.Release|Any CPU.Build.0 = Release|Any CPU
		{495BFB24-662E-4348-9A4C-1E9AFFDEDF14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{495BFB24-662E-4348-9A4C-1E9AFFDEDF14}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{495BFB24-662E-4348-9A4C-1E9AFFDEDF14}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{495BFB24-662E-4348-9A4C-1E9AFFDEDF14}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
India India
I am an engnineer and am presently into web soltuions. I enjoy being techo functional, I work on ASP.NET/SQL Server and at times MS-Sharepoint. I enjoy taking up complex functional assignments that need technical solutions.

Comments and Discussions