473,385 Members | 1,934 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Do u think this makes sense??

Hi all,

i've been investigating for quite a while for files that are mandatory
to be deployed to the server for an asp.net v1.1 application to run, to
make it more clear, we don't need to move the source code files, .vb
and .cs we have their assemblies deployed on the server.
i also wanted to find out if we can change default locations for some
files that are by default store on the application main folder.
i got the following results and want to make sure if it makes sense :D

application files mandatory
can change its default location
(if its in the application it
must be
located on the server in the
application
main or sub folder)

source code files no
------------------
(. cs and .vb)

web pages
(.asp, .aspx, .html, .htm) yes
no

global.asax no
no

global.asax.cs no
no

web.config yes
no

user control pages no
(.ascx)

webserveices no
no
(.asmx)

resources no
yes
(.res,.resx)

extra files yes
yes
(.txt, .jpg,.jpg,....)

web handlers no
yes
(.ashx)

assemblies no
yes
(.dlls)
NO OTHER FILES CAN BE FOUND ON THE SERVER

i'm using IIS 6, visual studio 2003 and asp.net v1.1, these are a must,
i.e. i can't use vs2005 or asp.net v2 :)

i'm talking about big and complicated applications.
thanx for ur quick advice :)

Dec 12 '06 #1
3 1141
Hi all,

i've been investigating for quite a while for files that are mandatory
to be deployed to the server for an asp.net v1.1 application to run, to
make it more clear, we don't need to move the source code files, .vb
and .cs we have their assemblies deployed on the server.
i also wanted to find out if we can change default locations for some
files that are by default store on the application main folder.
i got the following results and want to make sure if it makes sense :D
manadatory : (if its in the application it must be located on the
server in the application main or sub folder)

application files mandatory can change its default location

source code files no --
(. cs and .vb)

web pages yes no
(.asp, .aspx, .html, .htm)

global.asax no no

global.asax.cs no no

web.config yes no

user control pages no yes
(.ascx)

webserveices no no
(.asmx)

resources no yes
(.res,.resx)

extra files yes yes
(.txt, .jpg,.jpg,....)

web handlers no yes
(.ashx)

assemblies no yes
(.dlls)
NO OTHER FILES CAN BE FOUND ON THE SERVER

i'm using IIS 6, visual studio 2003 and asp.net v1.1, these are a must,
i.e. i can't use vs2005 or asp.net v2 :)

thanx for ur quick advice :)

Dec 12 '06 #2
You have two choices in 2.0.

1. Deploy everything
2. Publish the site and move the bits published to the server

If you do not want to publish source, use #2.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
<De************@gmail.comwrote in message
news:11*********************@16g2000cwy.googlegrou ps.com...
Hi all,

i've been investigating for quite a while for files that are mandatory
to be deployed to the server for an asp.net v1.1 application to run, to
make it more clear, we don't need to move the source code files, .vb
and .cs we have their assemblies deployed on the server.
i also wanted to find out if we can change default locations for some
files that are by default store on the application main folder.
i got the following results and want to make sure if it makes sense :D

application files mandatory
can change its default location
(if its in the application it
must be
located on the server in the
application
main or sub folder)

source code files no
------------------
(. cs and .vb)

web pages
(.asp, .aspx, .html, .htm) yes
no

global.asax no
no

global.asax.cs no
no

web.config yes
no

user control pages no
(.ascx)

webserveices no
no
(.asmx)

resources no
yes
(.res,.resx)

extra files yes
yes
(.txt, .jpg,.jpg,....)

web handlers no
yes
(.ashx)

assemblies no
yes
(.dlls)
NO OTHER FILES CAN BE FOUND ON THE SERVER

i'm using IIS 6, visual studio 2003 and asp.net v1.1, these are a must,
i.e. i can't use vs2005 or asp.net v2 :)

i'm talking about big and complicated applications.
thanx for ur quick advice :)
Dec 12 '06 #3
i don't have the option for using 2.0, i can only work on 1.x

what about other files

Cowboy (Gregory A. Beamer) wrote:
You have two choices in 2.0.

1. Deploy everything
2. Publish the site and move the bits published to the server

If you do not want to publish source, use #2.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
<De************@gmail.comwrote in message
news:11*********************@16g2000cwy.googlegrou ps.com...
Hi all,

i've been investigating for quite a while for files that are mandatory
to be deployed to the server for an asp.net v1.1 application to run, to
make it more clear, we don't need to move the source code files, .vb
and .cs we have their assemblies deployed on the server.
i also wanted to find out if we can change default locations for some
files that are by default store on the application main folder.
i got the following results and want to make sure if it makes sense :D

application files mandatory
can change its default location
(if its in the application it
must be
located on the server in the
application
main or sub folder)

source code files no
------------------
(. cs and .vb)

web pages
(.asp, .aspx, .html, .htm) yes
no

global.asax no
no

global.asax.cs no
no

web.config yes
no

user control pages no
(.ascx)

webserveices no
no
(.asmx)

resources no
yes
(.res,.resx)

extra files yes
yes
(.txt, .jpg,.jpg,....)

web handlers no
yes
(.ashx)

assemblies no
yes
(.dlls)
NO OTHER FILES CAN BE FOUND ON THE SERVER

i'm using IIS 6, visual studio 2003 and asp.net v1.1, these are a must,
i.e. i can't use vs2005 or asp.net v2 :)

i'm talking about big and complicated applications.
thanx for ur quick advice :)
Dec 12 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

72
by: The Plankmeister | last post by:
Is doing this bad: <h3>Some title or other...<a href="#pagetop">back to top</a></h3> I have a feeling it is... My problem is I'm using CSS to style the H3 into a block that spans the whole...
72
by: E. Robert Tisdale | last post by:
What makes a good C/C++ programmer? Would you be surprised if I told you that it has almost nothing to do with your knowledge of C or C++? There isn't much difference in productivity, for...
45
by: Debashish Chakravarty | last post by:
K&R pg.66 describes two situations when using goto makes sense. Has anyone here come across situations where using goto provided the most elegant solution. --...
15
by: Rhy Mednick | last post by:
I have a class (let's call it ClassA) that I've written which has events. In another class (let's call it ClassB) I create a collection of ClassA objects. In a third class (ClassC) I create a...
7
by: dudi | last post by:
Hi, very puzzling... I have one perfectly working solution, in which I use a a.dll which has a class A. that class loads data from the database and for each row deserialize the cell into class A1....
8
by: Allen | last post by:
Does anyone agree with me? If you have used Matlab, welcome to discuss it.
2
by: Bjarne | last post by:
Dear all, although being a user of PHP and other scripting-languages for years, I have not taken part in any large projects based on PHP. Thus, I don't really know how real PHP-applications are...
5
by: yoni | last post by:
Hi, I am trying to write a regexp to find all the code on the header of entities in SQL Server (views, SPs, etc...) I got something like this: (.|\n)*((create view)|(create proc)|(create...
30
by: Bill Cunningham | last post by:
I began to think about some excercises I could with files after reading turtorials today on arithmetic operators and confusing myself and decided to do this. Take the mv command from linux that...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.