Re: Disecting Visual Studio Output Modules and Asp.net

  • From: "Punit Diwan" <punitdiwan@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 29 Feb 2008 04:32:07 -0500

Rick,
    Then you don't have any  problem. Let me tell you what happen. when you 
not follow the sequence.
    IIS 6.0 (which comes with windows XP) don't support .aspx extention by 
default. It supports only .ASP files.  So, when VS is installed in machine 
in which IIS is installed, VS Installation Registers .ASPX extention with 
IIS.
    If you installed the IIS after VS Instalation, you will have to manually 
register .ASPX extention which  means executing series of commands. It is a 
bit combersome.
    Its good that you Installed ISS Prior to VS Instalation.
Regards
Punit Diwan

----- Original Message ----- 
From: "Richard Thomas" <rthomas@xxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Friday, February 29, 2008 4:25 AM
Subject: Re: Disecting Visual Studio Output Modules and Asp.net


Hi Punit:
Yes. I installed IIS on a clean computer.
I read about problems of installing IIS after installing the Programming,
.net, environment. I believe I read some ways to install Studio after IIS
but decided to avoid any problems up front.
Do not hold me to that though, the Articles wer just in passing while I read
about the preferred sequence of installation. Perhaps it is not even
possible without allot of work.
I don't remember for sure.
Today I want to continue looking into loading the Asp.net SDK and what, if
any, impact that will have on later loading VS 2008.
Again, a sequence and compatibility issue not addressed anyplace I've found
so far Googling.
Then Databases, sigh.
Rick USA
----- Original Message ----- 
From: "Punit Diwan" <punitdiwan@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Friday, February 29, 2008 3:49 AM
Subject: Re: Disecting Visual Studio Output Modules and Asp.net


>I assume that You have installed ISS before Installing VS 2005.  If this is
> not the case please let me know. Perhaps I would have to fine some wor
> around
> Regards
> Punit Diwan
> ----- Original Message ----- 
> From: "Richard Thomas" <rthomas@xxxxxxxxxxx>
> To: <programmingblind@xxxxxxxxxxxxx>
> Sent: Friday, February 29, 2008 3:46 AM
> Subject: Re: Disecting Visual Studio Output Modules and Asp.net
>
>
> I have IIS setup.  Did not know about enabling .net but will read.
> I will pull code from VS Auto
> Generated and my own modules. I want to learn what the structure of a
> WebSite in IIS is. Where do things like the CodeBehind modules, Resource
> Files (Likely Import Declaritivs), GAK?, Assembly and Manefest and how
> does
> the DataBase sit, inside IIS or Outside?
> What is inside the various modules, I know the codeBehind but not the
> others
> very well.
> I will be doing some coding by hand and generating code from inside VS to
> cut and paste into the hand written app.
> Finally, after coding an app by hand, how do you test and get error
> messages?  VS does that now and in the old days we used a compiler.  Any
> suggestions?
> Rick USA
> ----- Original Message ----- 
> From: "public.niran" <public.niran@xxxxxxxxx>
> To: <programmingblind@xxxxxxxxxxxxx>
> Sent: Thursday, February 28, 2008 10:56 PM
> Subject: Re: Disecting Visual Studio Output Modules and Asp.net
>
>
>> If you have iis setup and has enabled .net 2.0 for iis, you shouldn't
>> need
>> any thing other than notepad to develop asp.net sites.
>> All the assemblies required for asp.net are installed with .net 2.0.
>> There is no need to download anything else for ado.net or vb.net to work.
>> Don't know much about the resource files, since you are going to install
>> vs2008, you can use that to create resource files etc.
>> I still thing you should use vs because it would save a lot of time with
>> it's code completion feature.
>> You can still write asp.net tags and learn with vs and not do drag and
>> drop development.
>> Deploying asp.net sites is mostly copying files to iis, does not make any
>> difference if you are using vs or notepad. Yes you can compile and turn
>> your site into assemblies with vs and deploy them  rather than copying
>> pure code files.
>>
>> HTH,
>> Niran
>> ----- Original Message ----- 
>> From: "Richard Thomas" <rthomas@xxxxxxxxxxx>
>> To: <programmingblind@xxxxxxxxxxxxx>
>> Sent: Friday, February 29, 2008 2:29 AM
>> Subject: Disecting Visual Studio Output Modules and Asp.net
>>
>>
>> Hi Guys:
>> Just reading up on Asp.net. I would like to build some WebSites using
>> Asp.net and NotePad, or some Asp.net friendly text editor, rather than
>> Visual Studio.
>> Will I need to download Ado.net and a vb.net Editor / compiler along with
>> Asp.net?
>> Does Asp.net use assemblies and manifests and what about resource files
>> and CodeBehind or Business Objects?
>> Finally, I will download Visual Studio Pro 2008.  Anyone loaded VS over
>> the SDKs, or the other way around?
>> I would like to be able take the VS Generated code and build standard
>> Asp.net pages and code or resource directories much like they do in PHP
>> ApacheMySql  HTML environment and copy them directly into my brand new
>> shiny IIS..
>> Any good books or tutorials?
>> There is one example on the GrabBag if I remember.  This seems the only
>> way to learn in-depth Asp.net programming instead of drag, drop and pray.
>> Thanks:
>> Rick USA
>> __________
>> View the list's information and change your settings at
>> //www.freelists.org/list/programmingblind
>>
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: