Click here to Skip to main content
15,923,376 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 7:38
professionaljkirkerx13-Apr-12 7:38 
GeneralRe: using iis in vs 2010 Pin
dcof13-Apr-12 9:08
dcof13-Apr-12 9:08 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 9:42
professionaljkirkerx13-Apr-12 9:42 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 20:01
dcof12-Apr-12 20:01 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 7:48
professionaljkirkerx13-Apr-12 7:48 
GeneralRe: using iis in vs 2010 Pin
dcof13-Apr-12 8:51
dcof13-Apr-12 8:51 
GeneralRe: using iis in vs 2010 Pin
jkirkerx13-Apr-12 10:02
professionaljkirkerx13-Apr-12 10:02 
GeneralPkgMgr script to install IIS7 Pin
jkirkerx12-Apr-12 11:32
professionaljkirkerx12-Apr-12 11:32 
This is the script to properly install IIS7 Server for asp.net
Copy and paste it into your cmd window, may take 20 minutes to run, oh, uninstall IIS 7 server first, add/remove programs, windows components, uncheck IIS Server, and all it's child selections.

cmd.exe /c Start /w PkgMgr.exe /iu:IIS-WebServerManagementTools;IIS-IIS6ManagementCompatibility;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-WebServerRole;IIS-WebServer;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-CommonHttpFeatures;IIS-DefaultDocument;


If you need to intialize the Global Assembly Cache because you got the Server Error 500 GAC page in white with large red letters

aspnet_regiis.exe -ga aspnet


If you need to intialize scripts

aspnet_regiis.exe -i


As far as programming IIS7 server, set the root path to the folder you put the project in in Default Web Site. Then on the far right, set the bindings to port 80, click on Default Documents, and enter the default document name, usually Default.aspx

That's the best I can do from a post, hope that helps you move forward
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 6:58
dcof12-Apr-12 6:58 
GeneralRe: using iis in vs 2010 Pin
SaurabhSavaliya13-Apr-12 0:01
SaurabhSavaliya13-Apr-12 0:01 
GeneralRe: using iis in vs 2010 Pin
dcof13-Apr-12 4:31
dcof13-Apr-12 4:31 
QuestionRemote Desktop Access Pin
Member 865068311-Apr-12 1:48
Member 865068311-Apr-12 1:48 
AnswerRe: Remote Desktop Access Pin
Not Active11-Apr-12 2:33
mentorNot Active11-Apr-12 2:33 
AnswerRe: Remote Desktop Access Pin
fjdiewornncalwe11-Apr-12 9:17
professionalfjdiewornncalwe11-Apr-12 9:17 
Question.resize image on client side Pin
abhishek_198311-Apr-12 1:48
abhishek_198311-Apr-12 1:48 
AnswerRe: .resize image on client side Pin
Pete O'Hanlon11-Apr-12 2:09
mvePete O'Hanlon11-Apr-12 2:09 
AnswerRe: .resize image on client side Pin
ZurdoDev11-Apr-12 8:29
professionalZurdoDev11-Apr-12 8:29 
AnswerRe: .resize image on client side Pin
Vipin_Arora17-Apr-12 21:22
Vipin_Arora17-Apr-12 21:22 
AnswerRe: .resize image on client side Pin
vvashishta24-Apr-12 19:13
vvashishta24-Apr-12 19:13 
GeneralC# Pin
raghvendra8711-Apr-12 0:43
raghvendra8711-Apr-12 0:43 
AnswerRe: C# Pin
ZurdoDev11-Apr-12 8:29
professionalZurdoDev11-Apr-12 8:29 
GeneralRe: C# Pin
Syed Zoheb Ali Sumair16-Apr-12 6:14
Syed Zoheb Ali Sumair16-Apr-12 6:14 
Questionconvert algorithm Pin
thilz10-Apr-12 22:22
thilz10-Apr-12 22:22 
AnswerRe: convert algorithm Pin
uspatel11-Apr-12 1:18
professionaluspatel11-Apr-12 1:18 
AnswerRe: convert algorithm Pin
ZurdoDev11-Apr-12 8:30
professionalZurdoDev11-Apr-12 8:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.