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

ASP.NET

 
GeneralRe: using iis in vs 2010 Pin
RichardGrimmer11-Apr-12 21:21
RichardGrimmer11-Apr-12 21:21 
AnswerRe: using iis in vs 2010 Pin
jkirkerx11-Apr-12 11:58
professionaljkirkerx11-Apr-12 11:58 
GeneralRe: using iis in vs 2010 Pin
RichardGrimmer11-Apr-12 21:23
RichardGrimmer11-Apr-12 21:23 
GeneralRe: using iis in vs 2010 Pin
jkirkerx12-Apr-12 6:47
professionaljkirkerx12-Apr-12 6:47 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 9:42
dcof12-Apr-12 9:42 
GeneralRe: using iis in vs 2010 Pin
jkirkerx12-Apr-12 11:10
professionaljkirkerx12-Apr-12 11:10 
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 12:22
dcof12-Apr-12 12:22 
GeneralRe: using iis in vs 2010 Pin
jkirkerx12-Apr-12 12:53
professionaljkirkerx12-Apr-12 12:53 
dcof wrote:
1. You say,"My file says not to use IIS Server for debugging, Auto Assign the Port, so instead of 8080, use 2566.". If I want to debug, then what web server will I be using for debugging the code? Would I be using cassini the built in development web server?
Can you tell me when I would be using cassini versus iis on my workstation? i want to develop the code usingh iis.


Your file says to use IIS Web Server. I said do not use IIS Web Server. The port 8080 is a old port number used for inhouse web projects, 2566 will do for now.

I'm just trying to get your project back to basics, and to get rid of all of the customizations made to your project, so you can evolve on your own. You need to setup your computer to be a development machine, to work on your project first.

dcof wrote:
2. Why do I want to uninstall the IIS that my netwwork administator setup for me? Do you think he installed something wrong? he told me that I need to use IIS 7 (but it has to be compatible with IIS 6).


No No No.

You never indicated that you were setting up your production web server. I assumed that you were still trying to make a development computer to work on the project. Don't run my scripts on your production web server, if fact, get your development computer working first, then when your skill level increases, setup your production web server. Your not ready to deploy on a production IIS7 web server, save that for last - Why, They are 2 different systems. 1 system at a time, so start at development on your computer, make sure it works first, then do the production, and make sure it works correctly.
dcof wrote:
Also for your information in production the network administrator does the following however I do noth think it applies to me. If it does, can you tell me what I should change for my own installation:


In a production enviroment, you will want to create an independent AppPool, so that is correct. Don't forget to assign the support app pool to the website.

FYI

You can install the web application on the server, and use VS to work on it, but I don't recommend it. Always work directly on a development machine and test test test, then final test on a production server with a test website, so you don't crash the main website.

I have to go bowling now, be back tomorrow.
GeneralRe: using iis in vs 2010 Pin
dcof12-Apr-12 18:15
dcof12-Apr-12 18:15 
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 
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 

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.