473,804 Members | 2,136 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debug not working after publish on server

Desktop Environment - Win XP Pro 2002 SP2, Visual Studio 2005 Professional
Server Enviroment - Windows Server 2003
My debugging is working just fine on my local machine (gives me line number
and module of error), but when I publish to the server, if wil give me the
hexidecimal
error without the line number or module it happened in.
Here is how I publish. I do a build, Publish Web site. the only option is
checkbox is "Allow this precompiled site to be updatable". Also, It does
move the PDB debug file to the published web site.

Why does it not give me the line number and the module when it bombs on the
server (it does gives this info to me when executing on my local machine)?

Side note: Is there more options for publishing when I use the Enterprise
version? Anybody got any info/link on this?

--
Chris Davoli

Sep 12 '06 #1
0 1769

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

Similar topics

0
1686
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
2
1567
by: msnews.microsoft.com | last post by:
I'm looking for a one-step publish to server solution. I'm developing my web app in VS.NET and use my local IIS for testing. When ready to publish the latest release, I'd like to be able to hit "publish" so all the dll and aspx files are uploaded. I do not want source files on the live server. I do have full admin access to the live server I wish to publish to. Right now I'm using dreamweaver to publish, since I can select which files I...
2
1904
by: Chuck P | last post by:
How can you determine if you are in debug mode in Asp.net 2.0 I thought I could look at the web.config compilation debug directive but then I read this http://odetocode.com/Blogs/scott/archive/2005/11/15/2464.aspx which said the directive is ignored if you "Publish Web Site". In my global.asax file I wanted to do somethings depending on whether we are debugging or live.
8
2633
by: Fred Flintstone | last post by:
I have an odd problem. I'm beating myself bloody trying to get debugging to work. I have VS.Net 2005 installed on a Windows XP SP2 workstation and on a W2003 Server. The asp.net application is working. I need to debug. I get the error: "Unable to start debugging on the web server. The debugger cannot connect to the remote computer" ...and something about it not existing or firewall problems. I'll note here that I can manually...
2
2432
by: muriwai | last post by:
Hi, I have <compilation debug="true"in my web.config. The trouble is that I have to manually change this to "false" every time I publish the website. I tried moving this to global machine.config and web.config on the development machine, but then VS 2005 complains that there's no Debug in web.config and asks to modify the file. When I remove the compilation section completely from local web.config, VS 2005 adds a new one. This is a big...
0
1130
by: =?Utf-8?B?QWxiZXJ0byBDYXJkb3Nv?= | last post by:
Hello! I have a simple code here: if (ApplicationDeployment.IsNetworkDeployed) { ApplicationDeployment ad = ApplicationDeployment.CurrentDeployment; MessageBox.Show("COOL"); }
1
2197
by: kigoobe | last post by:
Hi friends, I'm having three queries that works perfectly ... SELECT ib.id as id, ib.titre as title, ib.date_expire as date_fin, ib.created_at as date_creation, eb.content as content, '' FROM tbl_announce AS ib LEFT JOIN tbl_announce_content AS eb ON ib.id = eb.rap_id WHERE ib.lang = 'fr' AND ( ib.date_expire = '0000-00-00' OR ib.date_expire >= '2008-02-01' )
1
1058
by: Abubakar | last post by:
Hi, I'm working in asp.net 2.0, the one that comes with visual studio 2005. I have noticed that while I build my website there is no dll produced as used to happen in the earlier versions. If there is a no dll, what use it is to compile with either Debug or Release configurations? Does that make a difference? Regards,
5
8817
HaLo2FrEeEk
by: HaLo2FrEeEk | last post by:
I've been wondering this for a long time. Mainly what is/are the difference(s) between build and publish? I know that when I debug or build a version gets saved to both /bin and /obj, I usually run the one from /bin/build, but what is the difference between the build in /obj and /bin? Is building a good distribution method? If I make a program I want other people to be able to use, I build it then upload just the executable created,...
0
9711
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
9593
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
10595
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...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10335
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
10088
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...
1
7633
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6862
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5668
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.