Click here to Skip to main content
15,903,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Can you tell me if the following is correct?
XML
Between your two scripts that you supplied, you are saying the following:

<pre>
1. To get started, I will not be using IIS to test the web application. I will be using the default web server in visual studio 2010 called cassini. Here is where I obtained the opinion from:
From the &quot;http://msdn.microsoft.com/en-us/library/aa983445.aspx&quot; url, I found that you recommend the settings would be set to the following:

a. <UseIIS>False</UseIIS>;Use Local IIS Web server -Specifies that Visual Studio will test your application on the local IIS or IIS Express Web server instead of the Visual Studio Development Server.

b. <AutoAssignPort>True</AutoAssignPort>;Specifies that Visual Studio should select a random HTTP port on the development computer to send requests to. This HTTP port is used to test the Web application project by using the built-in Visual Studio Development Server.

c. <DevelopmentServerPort>2566</DevelopmentServerPort>;- I am using the default development server path.

2. I will go to the control panel--&gt;add/remove programs and then delete IIS that was installed by the network administator.

3. I will then go to the general windows program and type in the command scipt you gave me. This will properly install iis 7/6 to work with my visual studio.
From the above, after I run the PkgMgr.exe, my visual studio.net will be tied into iis.
From what I can gather, I will be still running my visual studio 2010 with the default web server cassini. However when I want to actually connect my visual studio.net 2010 to working with IIs, I will need to change my settings to the following:
<UseIIS>True</UseIIS>           <AutoAssignPort>False</AutoAssignPort>           <DevelopmentServerPort>3358</DevelopmentServerPort>           <DevelopmentServerVPath>/SUPPORT</DevelopmentServerVPath>           <IISUrl>http://localhost:8080/support</IISUrl>;


When I can ready to deploy the application to production, I will need to do the comments you made below:
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</pre>

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 
Questionvideo gallery Pin
piya1810-Apr-12 21:03
piya1810-Apr-12 21:03 
AnswerRe: video gallery Pin
ZurdoDev11-Apr-12 8:30
professionalZurdoDev11-Apr-12 8:30 
QuestionEstimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
Kaare Tragethon10-Apr-12 14:34
Kaare Tragethon10-Apr-12 14:34 

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.