473,416 Members | 1,732 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,416 software developers and data experts.

A web site running need cs source file

DDD
I have a web site project using C#. If I release the web site in the
VS2005, all works well except that DLL file name has some strange,
name APP_Code_erwer234.dll. And erwer234 is a random string. Every
time after released, it will become APP_Code_dfdfgr3334.dll, In this
condition, the web site running needs aspx file and dll file.

APP_Code_asdfasd434.dll, etc.
Because of this, I have to use CSC to compile myself with my special
name. But, the following problem is more confused. After I copy the
compiled dll file to BIN folder in IIS, and also ASPX file, go to the
web site, ERROR message appear. ERROR message says that need CS source
file in PAGE folder. And I copy the CS file to PAGE. My god, it works
ok. In this condition, the web site running needs aspx, dll, and cs
file.

But why? It's strange.
Thanks.
Dec 26 '07 #1
2 1796
hi there three method to deployment in asp.net
zxcopy tool
copy web tool
published wizard
in VS 2005
So dont wory
APP_Code_dfdfgr3334.dll these are dll generated for cs file in App_code
folder.other part is a hash v=based named which will changes.
Just copy your We site folder and put it in IIS root directry.
other wise user other two method of VS2005.

for detail see http://aspdotnet-som.blogspot.com
"DDD" wrote:
I have a web site project using C#. If I release the web site in the
VS2005, all works well except that DLL file name has some strange,
name APP_Code_erwer234.dll. And erwer234 is a random string. Every
time after released, it will become APP_Code_dfdfgr3334.dll, In this
condition, the web site running needs aspx file and dll file.

APP_Code_asdfasd434.dll, etc.
Because of this, I have to use CSC to compile myself with my special
name. But, the following problem is more confused. After I copy the
compiled dll file to BIN folder in IIS, and also ASPX file, go to the
web site, ERROR message appear. ERROR message says that need CS source
file in PAGE folder. And I copy the CS file to PAGE. My god, it works
ok. In this condition, the web site running needs aspx, dll, and cs
file.

But why? It's strange.
Thanks.
Dec 26 '07 #2
You could try using the Web Application Project model, which seems to me to
be a lot easier since everything gets compiled into a single assembly in the
/bin folder.
If you read the newsgroup threads you most likely will see a lot more
questions and frustration with Web Site Projects than with Web Application
Projects. BTW, your question would probably have been better directed to the
ASP.NET newsgroup since it's really not exactly a C# language issue.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
"DDD" wrote:
I have a web site project using C#. If I release the web site in the
VS2005, all works well except that DLL file name has some strange,
name APP_Code_erwer234.dll. And erwer234 is a random string. Every
time after released, it will become APP_Code_dfdfgr3334.dll, In this
condition, the web site running needs aspx file and dll file.

APP_Code_asdfasd434.dll, etc.
Because of this, I have to use CSC to compile myself with my special
name. But, the following problem is more confused. After I copy the
compiled dll file to BIN folder in IIS, and also ASPX file, go to the
web site, ERROR message appear. ERROR message says that need CS source
file in PAGE folder. And I copy the CS file to PAGE. My god, it works
ok. In this condition, the web site running needs aspx, dll, and cs
file.

But why? It's strange.
Thanks.
Dec 27 '07 #3

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

Similar topics

7
by: Bob Murdoch | last post by:
I have a fairly complicated web site with multiple sub-folders running on W2k server (IIS5?). I would like to duplicate this to another web site on the same server for testing. For instance,...
9
by: Scott Townsend | last post by:
I have the following code in a file called test.asp and when I run it I get 'Test'... Is there something about running .ASP Pages on a Web that is running Windows Sharepoint Services? Thanks,...
8
by: John | last post by:
Hi I have a perfectly fine running webform on the local server. When I upload the webform to a remote shared server I get the below error. Any idea what is causing this? Thanks Regards
5
by: John | last post by:
Hi I need to deliver the site to a client minus the source code. Which of the files can I delete without effecting the running of the web site? Thanks Regards
8
by: Graham | last post by:
I noticed a similar post awhile ago and in terms of my problem it wasnt a suitable answer so I will ask again. I have VS2005 running a on development machine in my office where I do all my...
4
by: news.citenet.net | last post by:
I keep getting the following error message after my web site running 2 or 3 days I share one folder with about 200 domain names Any one can help? ...
0
by: Wayne Sepega | last post by:
We are using windows 2003 standard server, VSS 2005 and VS 2005 (mostly team dev, but some team arch and suite) We run windows 2003 on our development boxes, this gives us the ability to host...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
15
by: dan | last post by:
I changed website hosts. The code that worked on my old host does not work on the new host. It appears that the php code is not running or running correctly. Nothing related to php is displaying....
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.