473,386 Members | 2,050 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,386 software developers and data experts.

files required in web page folder

Can someone tell me what files are actually required in a production folder
to be able to use a web application?

At the moment all my classes etc .cs files are in there.

Thanks,
Rich.
Nov 16 '05 #1
8 1415
dlls, config and aspx pages (off the top of my head) + imgs, css etc

"RichGK" <ss****@rrr.rr> wrote in message
news:O%*****************@text.news.blueyonder.co.u k...
Can someone tell me what files are actually required in a production
folder
to be able to use a web application?

At the moment all my classes etc .cs files are in there.

Thanks,
Rich.

Nov 16 '05 #2
All you will need is the ASPX files, any HTML files, XML files or other
resources,
and the DLL.
The C# code files you can remove.

--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"RichGK" <ss****@rrr.rr> wrote in message
news:O%*****************@text.news.blueyonder.co.u k...
Can someone tell me what files are actually required in a production
folder
to be able to use a web application?

At the moment all my classes etc .cs files are in there.

Thanks,
Rich.

Nov 16 '05 #3

"Dennis Myrén" <de****@oslokb.no> wrote in message
news:OD*************@tk2msftngp13.phx.gbl...
All you will need is the ASPX files, any HTML files, XML files or other
resources,
and the DLL.
The C# code files you can remove.

--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"RichGK" <ss****@rrr.rr> wrote in message
news:O%*****************@text.news.blueyonder.co.u k...
Can someone tell me what files are actually required in a production
folder
to be able to use a web application?

At the moment all my classes etc .cs files are in there.

Thanks,
Rich.



Thankyou both.

Rich.
Nov 16 '05 #4
Dennis,
The C# code files you can remove.

Remove ?

:-)

I could not resist to respond.

Cor
Nov 16 '05 #5
remove from the web server

"Cor Ligthert" <no************@planet.nl> wrote in message
news:Of**************@TK2MSFTNGP10.phx.gbl...
Dennis,
The C# code files you can remove.

Remove ?

:-)

I could not resist to respond.

Cor

Nov 16 '05 #6
Sorry , i do not understand, you saying he can not?

You know, the code is compiled into Intermediate code and put in an
executable,
in this case a DLL.
Source codes is definitely not needed to execute that.

--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Cor Ligthert" <no************@planet.nl> wrote in message
news:Of**************@TK2MSFTNGP10.phx.gbl...
Dennis,
The C# code files you can remove.

Remove ?

:-)

I could not resist to respond.

Cor

Nov 16 '05 #7
Dennis,

You wrote it that implicitly, "remove" that somebody can in my idea read
"from his development environment".

This remove can in my opinion only be when you first copy your files to a
seperated webserver and than remove what is not needed.

Another approach is only to place that what is needed on the webserver.

Sorry for making the confusion.

Cor
Nov 16 '05 #8
No worries Cor,

;)

Hehehe, yes i would agree that RichGK should not remove his source codes
entirely for each and every build, because that might slow down the
development process :) .

Take care.

--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Cor Ligthert" <no************@planet.nl> wrote in message
news:Ow**************@TK2MSFTNGP10.phx.gbl...
Dennis,

You wrote it that implicitly, "remove" that somebody can in my idea read
"from his development environment".

This remove can in my opinion only be when you first copy your files to a
seperated webserver and than remove what is not needed.

Another approach is only to place that what is needed on the webserver.

Sorry for making the confusion.

Cor

Nov 16 '05 #9

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

Similar topics

1
by: Allan Cammish | last post by:
I am writing a web based application that uses an ActiveX control on a web page to install files on the user's computer. These files will then be opened using programs on the user's computer such...
2
by: Glen | last post by:
As I understand it, when the first page of an application is accessed, all ASPX/ASCX/etc. files in the same folder are compiled using the JIT compiler. Is there a way to turn this feature off? ...
2
by: Tom Wells | last post by:
I have a little file upload page that I have been able to use to successfully upload files to the C: drive of LocalHost (my machine). I need to be able to upload to a network drive from the intranet...
7
by: Alan Silver | last post by:
Hello, I am just looking at VWD and seeing what needs doing to take an existing site I've written by hand and importing it into VWD. I've already discovered that I need to rename my code-behind...
8
by: vinesh | last post by:
I have sample Asp.Net Web Application project. Let me know how to keep the files related to this project (like the webform.aspx, WebForm1.aspx.vb, WebForm1.aspx.resx) in a separate folder within a...
10
by: Martin Ho | last post by:
I am running into one really big problem. I wrote a script in vb.net to make a copy of folders and subfolder to another destination: - in 'from.txt' I specify which folders to copy - in...
5
by: rogersw8n | last post by:
Some how, some way the account that creates folders under Temporary Internet files has been changed to a domain account for VS 2003 and VS 2005. I recently installed VS 2005. All seemed to be ok...
2
by: 123456prakash | last post by:
I have folder called bin in which i have put all my class files and the required jars file . I have 4 jarfiles I created a manifest file Test.txt inside the bin folder and the content is given...
21
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.