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

Cant find Site dll on my \bin folder

Hello:

I have a web service that runs well on ASP 1.0. Now I'm migrating it to ASP
2.0, and now im at the point in wich the project runs under the ASP
Developer server od the visual studio 2005, and I need to build a setup
project that runs on an IIS.
I used to get the compiled dll with the code of my site from the \bin
folder, but now it is not there, and I cant find how to install the site.

What am I doing worng?
Nov 19 '05 #1
1 1874
Hi Daniel,

The compilation and project model in 2.0 changed drastically and is
quite a long story to tell.

In short, you can pre-compile an entire application, including aspx
files, down to assemblies. I have an article on the topic here:

Precompilation In ASP.NET 2.0
http://odetocode.com/Articles/417.aspx

Unless you precompile, everything in a web project compiles at run
time, including the .cs / .vb files associated with web forms and user
controls. This all takes place in an ASP.NET Temporary Files directory
so you won't see a .dll in the /bin folder.

Note: There is still a "Web Setup Project" template available under
"Other Project Types" -> "Setup and Deployment". I have not given this
a try.

HTH,

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Tue, 4 Oct 2005 20:48:08 +0200, "Daniel Bello Urizarri"
<dbello[at]cadicsa.com> wrote:
Hello:

I have a web service that runs well on ASP 1.0. Now I'm migrating it to ASP
2.0, and now im at the point in wich the project runs under the ASP
Developer server od the visual studio 2005, and I need to build a setup
project that runs on an IIS.
I used to get the compiled dll with the code of my site from the \bin
folder, but now it is not there, and I cant find how to install the site.

What am I doing worng?


Nov 19 '05 #2

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

Similar topics

5
by: Robert Magnusson | last post by:
Hi All, This is sure to be an easy question. I am wondering what the accepted standard is for referencing a sub-folder below the application.exe folder? In VB6 you simply used App.Path and...
8
by: Charts | last post by:
I download IEWebControls.exe, and installed it. Installation created IE Web Controls directory. The readme.txt said, 3. Create a /bin subdirectory for the application and copy the file...
3
by: dave | last post by:
I need to add additional .aspx pages to an existing web site. I was hoping to create a new web project in VS 2003, build the project, copy the .aspx files and the .dll into the virtual directory...
0
by: Eric | last post by:
We've got a fairly large legacy ASP site, consiting of one main website with a lot of sub-folders organized in a tree under the main site. We don't use IIS Application/Virtual directories other...
4
by: chaz | last post by:
referencing http://msdn2.microsoft.com/en-us/library/ex526337(d=ide).aspx is it possible to locate this special bin folder other than web-site\bin ?
6
by: HONOREDANCESTOR | last post by:
Suppose I have a dll which might be installed in the directory c: \MyClass\. I want to be able to find the path of this dll from within the dll. In other words, I want a function that can return...
2
by: DDD | last post by:
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....
3
by: John Kotuby | last post by:
Hi all, Within an IFRAME of a standard site constructed of mostly static HTM type pages, I am calling up one page from a large ASP.NET 3.5 site. I have precompiled the ASP.NET site and...
10
by: Ty | last post by:
Hello all, I have built a site in VS 2008. using IIS7. Site works fine. So I publish to a local folder. I then go into IIS7 and add a virtural directory pointing to the compiled folder and make it...
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: 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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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...

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.