i need script debuggin help

i need script debuggin help

am 26.09.2006 17:29:35 von josephweiss

I hate to admit it, but I have never realy used any debugging (not sure
how to actully do it), and now I need to figure out how. I have a 5MB
access db that I am doing simple stuff with. it's just a customer db
that I am displaying by a 'date' field. All has been working well for
quite some time now, but now something is not right.

I am not sure if it is an IIS thing, or if there is something that I
missing with my code. Any basic debugging help would be appreciated.

Thanks all!

Re: i need script debuggin help

am 26.09.2006 17:39:12 von reb01501

josephweiss@gmail.com wrote:
> I hate to admit it, but I have never realy used any debugging (not
> sure how to actully do it), and now I need to figure out how. I have
> a 5MB access db that I am doing simple stuff with. it's just a
> customer db that I am displaying by a 'date' field. All has been
> working well for quite some time now, but now something is not right.
>
> I am not sure if it is an IIS thing, or if there is something that I
> missing with my code. Any basic debugging help would be appreciated.
>
Basic = Response.Write

A real debugger comes with Visual Studio.

Otherwise:
http://support.microsoft.com/default.aspx/kb/299986/EN-US/

--
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.

Re: i need script debuggin help

am 26.09.2006 17:39:35 von Jason Simmons

you could start by stating exactly what your problem is! what error are you
getting? what used to work but doesnt anymore?


wrote in message
news:1159284575.604226.65620@m73g2000cwd.googlegroups.com...
>I hate to admit it, but I have never realy used any debugging (not sure
> how to actully do it), and now I need to figure out how. I have a 5MB
> access db that I am doing simple stuff with. it's just a customer db
> that I am displaying by a 'date' field. All has been working well for
> quite some time now, but now something is not right.
>
> I am not sure if it is an IIS thing, or if there is something that I
> missing with my code. Any basic debugging help would be appreciated.
>
> Thanks all!
>

Re: i need script debuggin help

am 26.09.2006 21:33:07 von josephweiss

I don't think that this is a scripting issue. I dug a little deeper
and I think it is an IIS issue or something related to my application
or system error message logs.

This is an error that I am getting under my application log...

Error: The Template Persistent Cache initialization failed for
Application Pool 'DefaultAppPool' because of the following error: Could
not create a Disk Cache Sub-directory for the Application Pool. The
data may have additional error codes..


I tested this site out locally and it perfomred fine. If I am out of
line by posting error log message here, just let me know.

Thanks