473,569 Members | 2,472 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Source code is unavailable

I use Windows 2000 Server and VS6.0 for development.
I have switched on ASP debugging in IIS and everything worked fine, I can
debug.

But now when I want to debug I always get "Source code is not available for
the current statement"
So I cannot debug anymore, what is the problem ?

Jul 19 '05 #1
5 1379
Grimmie wrote:
"Grimmie" <This is fake> wrote in message
news:uf******** ******@TK2MSFTN GP12.phx.gbl...
I use Windows 2000 Server and VS6.0 for development.
I have switched on ASP debugging in IIS and everything worked fine,
I can debug.

But now when I want to debug I always get "Source code is not
available for the current statement"
So I cannot debug anymore, what is the problem ?


I have solved this in the past by emptying my cache: if IE, go to Tools |
Internet Options and tell it to delete all your Temporary Files.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #2
Tnx for the tip but that doesn't work.
Restarting/Unloading IIS also doesn't work.

"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcom> wrote in message
news:uS******** ******@TK2MSFTN GP09.phx.gbl...
Grimmie wrote:
"Grimmie" <This is fake> wrote in message
news:uf******** ******@TK2MSFTN GP12.phx.gbl...
I use Windows 2000 Server and VS6.0 for development.
I have switched on ASP debugging in IIS and everything worked fine,
I can debug.

But now when I want to debug I always get "Source code is not
available for the current statement"
So I cannot debug anymore, what is the problem ?


I have solved this in the past by emptying my cache: if IE, go to Tools |
Internet Options and tell it to delete all your Temporary Files.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 19 '05 #3
Even on a simple ASP file like this:

<% Option Explicit
DIM test

stop

test = "test"
Response.Write test
%>

I still get the same alert.
Deleting cache, restarting/unloading IIS doesn't help.

Jul 19 '05 #4
If clearing the cache does not help, I have no answer other than to check
here:

http://support.microsoft.com/default...d=fh;en-us;vid

HTH,
Bob Barrows
Grimmie wrote:
Tnx for the tip but that doesn't work.
Restarting/Unloading IIS also doesn't work.

"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcom> wrote in message
news:uS******** ******@TK2MSFTN GP09.phx.gbl...
Grimmie wrote:
"Grimmie" <This is fake> wrote in message
news:uf******** ******@TK2MSFTN GP12.phx.gbl...
I use Windows 2000 Server and VS6.0 for development.
I have switched on ASP debugging in IIS and everything worked fine,
I can debug.

But now when I want to debug I always get "Source code is not
available for the current statement"
So I cannot debug anymore, what is the problem ?


I have solved this in the past by emptying my cache: if IE, go to
Tools | Internet Options and tell it to delete all your Temporary
Files.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #5
I've already found it in MSDN
http://support.microsoft.com/default...b;en-us;191273, but the
problem is that I even get it on a simple ASP file like this:
<% Option Explicit
DIM test

stop

test = "test"
Response.Write test
%>


"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcom> wrote in message
news:Ov******** ******@TK2MSFTN GP09.phx.gbl...
If clearing the cache does not help, I have no answer other than to check
here:

http://support.microsoft.com/default...d=fh;en-us;vid

HTH,
Bob Barrows
Grimmie wrote:
Tnx for the tip but that doesn't work.
Restarting/Unloading IIS also doesn't work.

"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcom> wrote in message
news:uS******** ******@TK2MSFTN GP09.phx.gbl...
Grimmie wrote:
"Grimmie" <This is fake> wrote in message
news:uf******** ******@TK2MSFTN GP12.phx.gbl...
> I use Windows 2000 Server and VS6.0 for development.
> I have switched on ASP debugging in IIS and everything worked fine,
> I can debug.
>
> But now when I want to debug I always get "Source code is not
> available for the current statement"
> So I cannot debug anymore, what is the problem ?

I have solved this in the past by emptying my cache: if IE, go to
Tools | Internet Options and tell it to delete all your Temporary
Files.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 19 '05 #6

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

Similar topics

9
3784
by: toufik toufik | last post by:
Hi, Is it possible to hide a source code PHP in order to protect it, I mean, I'm developpind a web solution for customers and I don't like that the customer or the host see my code. Thanks.
7
2483
by: WindAndWaves | last post by:
Hi Gurus I am just putting my first PHP site together... One thing that I think it strange is that I do not seem to be able to view the source. It is almost like the page does not load properly... If you like then I can email you the source code, but I thought that this may be a problem that occurs frequently...
2
588
by: Petr PALAS | last post by:
Hi, when I open ANY ASP.NET application on my computer I get this message: ---------------------------------------------------------------------------- ---- Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser
1
2966
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start debugging on the web server. server side error occurred on sending debug HTTP Request. I am running WinXP Pro SP1 with all hotfixes and VS.NET...
3
5187
by: Casper Hornstrup | last post by:
I decided to try out VS.NET 2005 Beta 1 refresh and ASP.NET 2.0. I built a simple page and published it to a virtual directory in C:\Inetpub\wwwroot\WebSite1. VS.NET 2005 precompiled it. I get a Service Unavailable error message from IIS6. Now I uninstalled the ASP.NET 1.1 and ASP.NET 2.0 isapi filters and reinstalled the ASP.NET 2.0...
0
1275
by: Phinneas | last post by:
Howdy, I have multiple apps running on a pair of dual-processor Win2k IIS servers, neither of which are domain controllers. My users are experiencing fairly frequent (10-20 / day) "Server Application Unavailable" errors. I'm using a custom "Server Application Unavailable" page to send me an email whenever this occurs. I also have a...
7
1378
by: charliefortune | last post by:
In order to check availability, I want to visit many different pages from a database and try and match the regular expressions 'out of stock' or 'unavailable' or 'sold out' etc. If found, the product will be flagged as unavailable. I tried using fopen() and preg_match() but the problem is, if the reg. expression is present in javascript or...
13
4729
by: Kevin Liebowicz | last post by:
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158 But the problem is that 99% of these are for ASP .NET 1.x and this is .NET 2.x which I just...
4
1618
by: psycho007 | last post by:
Hi I have a caller ID software that I would like to change from Microsoft Access database to Mysql and was wondering if somebody could help me. The code i currently have is: Private Sub OpenDataBase() Set fo = New FileSystemObject Set wrk = CreateWorkspace("", "admin", "", dbUseJet) If Not fo.FileExists(m_stDataPath &...
0
7703
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...
0
7618
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...
0
7926
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. ...
0
7983
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...
0
6287
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
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...
0
5223
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...
0
3657
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.