473,763 Members | 3,910 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help removing a reference in a web site

I am having a hard time finding an easy way to remove a reference to
another .net project that I am no longer using (ASP 2.0 - this was an
available option in 1.0).

Other projects have a list of references that I can simply look at and
delete a reference- with web projects, this does not seem to be the
case.

Thanks in advance....

Shawn

Apr 13 '06 #1
3 13421
the references are in the web.config file, just open the web.config and
delete the ones you don't want.

-- bruce (sqlwork.com)
<sh***@adova.co m> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
I am having a hard time finding an easy way to remove a reference to
another .net project that I am no longer using (ASP 2.0 - this was an
available option in 1.0).

Other projects have a list of references that I can simply look at and
delete a reference- with web projects, this does not seem to be the
case.

Thanks in advance....

Shawn

Apr 13 '06 #2
There are no entries in the web.config file that relate to the
references. Here is a copy of the web.config file:

<?xml version="1.0"?>
<configuratio n>
<system.web>
<!-- DYNAMIC DEBUG COMPILATION
Set compilation debug="true" to enable ASPX debugging.
Otherwise, setting this value to
false will improve runtime performance of this application.
Set compilation debug="true" to insert debugging symbols
(.pdb information)
into the compiled page. Because this creates a larger file
that executes
more slowly, you should set this value to true only when
debugging and to
false at all other times. For more information, refer to the
documentation about
debugging ASP .NET files.
-->
<compilation defaultLanguage ="c#" debug="true">
<compilers>
<compiler language="c#" type="Microsoft .CSharp.CSharpC odeProvider,
System, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B77A5C561934E08 9" extension=".cs"
compilerOptions ="/d:DEBUG;TRACE"/></compilers>
<assemblies>
<add assembly="Syste m.Management, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
<add assembly="Syste m.Windows.Forms , Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= B77A5C561934E08 9"/>
<add assembly="vjsli b, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/></assemblies></compilation>
<!-- CUSTOM ERROR MESSAGES
Set customError mode values to control the display of
user-friendly
error messages to users instead of error details (including a
stack trace):

"On" Always display custom (friendly) messages
"Off" Always display detailed ASP.NET error information.
"RemoteOnly " Display custom (friendly) messages only to users
not running
on the local Web server. This setting is recommended for
security purposes, so
that you do not display application detail information to
remote clients.
-->
<customErrors mode="Off"/>
<!-- AUTHENTICATION
This section sets the authentication policies of the
application. Possible modes are "Windows", "Forms",
"Passport" and "None"
-->
<authenticati on mode="Windows"/>
<!-- APPLICATION-LEVEL TRACE LOGGING
Application-level tracing enables trace log output for every
page within an application.
Set trace enabled="true" to enable application trace logging.
If pageOutput="tru e", the
trace information will be displayed at the bottom of each
page. Otherwise, you can view the
application trace log by browsing the "trace.axd" page from
your web application
root.
-->
<trace enabled="false" requestLimit="1 0" pageOutput="fal se"
traceMode="Sort ByTime" localOnly="true "/>
<!-- SESSION STATE SETTINGS
By default ASP .NET uses cookies to identify which requests
belong to a particular session.
If cookies are not available, a session can be tracked by
adding a session identifier to the URL.
To disable cookies, set sessionState cookieless="tru e".
-->
<sessionState mode="InProc"
stateConnection String="tcpip=1 27.0.0.1:42424" sqlConnectionSt ring="data
source=127.0.0. 1;user id=sa;password= " cookieless="fal se"
timeout="90"/>
<!-- GLOBALIZATION
This section sets the globalization settings of the
application.
-->
<globalizatio n requestEncoding ="utf-8" responseEncodin g="utf-8"/>
<pages validateRequest ="false"/>
<httpRuntime executionTimeou t="600"></httpRuntime>
<xhtmlConforman ce mode="Legacy"/></system.web>
</configuration>

Apr 14 '06 #3
Nevermind - I found it - Right-Click the web projec and choose Property
Pages...

Shawn

Apr 14 '06 #4

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

Similar topics

19
14849
by: Thue Tuxen Sørensen | last post by:
Hi everybody ! I´m maintaining a large intranet (approx 10000 concurrent users) running on one IIS box and one DB box with sqlserver 2000. Currently there is 2,5 GB Ram, 1 1400 mhz cpu and 2 scsi disks installed on the db box. Sqlserver is set to use max 1,4 GB RAM, and the sqlserver does not seem to be using it all.
1
5092
by: Nick | last post by:
Hello, have the following code: {parent.window.location.href('http://tsvnet01/Category_Webparts/Crystal%20Directory/ReportActiveX.csp?PID=13699&rid=' + reportID + '&Title=Balanced%20Scorecard')} I want this report to open in the same screen, which it alread does, but FULL screen and with no toolbars...
3
1982
by: Chris | last post by:
Hi I have designed my website to fit my standard windows. I use a javascript scroller that nescitates the removal of the browser scroll bars. However if a user has an extra toolbar open in his browser like a google or yahoo toolbar or a links toolbar it pushes the content down and slightly out of view. I don't want to use a pop up window with toolbars=0 as this is often blocked by software. What I would like is to open the...
3
1751
by: Guadala Harry | last post by:
In the following line of code, what is the point of including the 'new' keyword? List.Changed -= new ChangedEventHandler(ListChanged); I'm just a bit confused because I thought 'new' was used to instantiate a new instance of a class - and in this case, were removing an 'existing' instance of the ChangedEventHandler delegate from the List.Changed event. Thanks.
2
1514
by: Neo Geshel | last post by:
I have the two subs: Sub UniqueHits() Dim StrSQLQuery As String Dim ObjAdapter as New OleDbDataAdapter() Dim ObjDataSet as DataSet StrSQLQuery = "SELECT * FROM Browser WHERE IsUnique = True" ObjAdapter.SelectCommand = new OleDbCommand(StrSQLQuery, ObjConnection) ObjDataSet = new DataSet()
2
1595
by: Howard Kaikow | last post by:
On a multiboot system, I've got: 1. Office XP installed under an OS installed on drive G. 2. Office 2003 and NS .NET 2003 installed under an OS installed on drive J. When booted to J, if I try to Add Reference in VB .NET, I see a COM object for Office 10 Object Library on G and another for the Office 11 Object Library on J. How do I get rid of the COM object listed for G?
0
954
by: tanske | last post by:
Hi, Here's the error I received after browsing the ASMX file from IIS. Server Error in '/ABC' Application. -------------------------------------------------------------------------------- Configuration Error
2
1304
by: Arthur Dent | last post by:
Hello all, I have a site which was a .NET 2.0 AJAX 1.0 site. I opened it up in VWDExpress 2008, and changed it to a 3.5 site, then subsequently changed it back to a 2.0 site. Now, my references to AJAX no longer work. The web server has both the new (3.5), And old versions (1.0.61025.0) installed. If I look at the references in my project properties, it shows System.Web.Extensions, 1.0.61025.0 as an included reference, from the GAC.
32
2790
by: =?Utf-8?B?U2l2?= | last post by:
I have a form that I programmatically generate some check boxes and labels on. Later on when I want to draw the form with different data I want to clear the previously created items and then put some new ones on. In my code I am doing the following: For Each ctrl In tpMain.Controls If TypeOf (ctrl) Is CheckBox Then If ctrl.Name.StartsWith("chkS") Then ctrl.Visible = False
0
9563
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10144
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9937
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9822
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3522
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.